This guide provides a complete list of console commands available for managing your Rust server. Commands can be run via the panel console or through RustAdmin.
Before using admin commands, you'll need to add yourself as an owner or moderator. See How to Add Admins and Moderators on Your Rust Server for instructions.
How to Use Commands
- Navigate to the Wabbanode Control Panel and select your Rust server.
- Click the Console tab.

- Type your command and press Enter.
Server Commands
| Command | Description |
|---|---|
status | Shows server status and connected players |
serverinfo | Displays server information |
save | Forces an immediate server save |
server.writecfg | Saves server configuration to file |
quit | Saves and shuts down the server |
say "message" | Broadcasts a message to all players |
Player Management Commands
| Command | Description |
|---|---|
kick "player" "reason" | Kicks a player from the server |
ban "player" "reason" | Bans an online player |
banid "steamid" "name" "reason" | Bans a player by Steam ID |
unban "steamid" | Unbans a player by Steam ID |
banlist | Shows all banned players |
mute "player" | Mutes a player in chat |
unmute "player" | Unmutes a player |
Admin Management Commands
| Command | Description |
|---|---|
ownerid "steamid" "name" | Adds a server owner (full admin) |
moderatorid "steamid" "name" | Adds a server moderator |
removeowner "steamid" | Removes a server owner |
removemoderator "steamid" | Removes a server moderator |
World and Environment Commands
| Command | Description |
|---|---|
env.time | Shows or sets the current time (0-24) |
env.time 12 | Sets the time to noon |
weather.fog | Sets fog level (0-1) |
weather.rain | Sets rain level (0-1) |
weather.clear | Clears all weather effects |
Teleport Commands
| Command | Description |
|---|---|
teleport "player1" "player2" | Teleports player1 to player2 |
teleportpos "player" x y z | Teleports a player to coordinates |
Item Commands
| Command | Description |
|---|---|
inventory.give "player" "item" amount | Gives an item to a player |
inventory.giveall "item" amount | Gives an item to all players |
Server Variable Commands
| Command | Description |
|---|---|
server.hostname "name" | Sets the server name |
server.description "text" | Sets the server description |
server.maxplayers number | Sets maximum player count |
server.seed number | Sets the world seed |
server.worldsize number | Sets the world size |
server.saveinterval seconds | Sets auto-save interval |
Information Commands
| Command | Description |
|---|---|
players | Lists all connected players |
find command | Searches for commands containing a keyword |
help | Shows available commands |
This reference covers the most commonly used Rust server commands. Use the find command in the console to search for additional commands not listed here.

