Rust Console Commands and Rcon via Rusty or RustAdmin
Revision as of 19:01, 21 July 2019 by Alvin singco s (talk | contribs)
Rust supports RCON, this can be used via Rusty, RustAdmin, and Rcon:IO Rusty, RustAdmin, or Rcon:IO will enable you to run these commands remotely on your computer instead of in-game.
Rust console Commands
| Command | Description | 
| kick <UID> “Player name” “Reason” | Kicks specified player from the server. | 
| ban “Player name” “Reason” | Bans specified player from the server. | 
| banid <UID> “Player name” “Reason” | Bans a player using their SteamID. | 
| status | displays information of all currently connected clients. | 
| say ”Message” | Sends a message in chat. | 
| users | Show user info for players on server. | 
| banlist | Displays a list of banned users. | 
| banlistex | Extended ban list. Shows player names and reasons. | 
| listid | Displays a list of banned users, sorted by SteamID. | 
| event.run | Sends an airdrop from a random direction to drop crates at (0,0,0). | 
| wakeup | Forces your character to wake up. | 
| sleep | Forces your character to sleep. | 
| kill | Commits suicide. | 
| gc.collect | Recollects unused memory and unloads unused assets. | 
| construct.frameminutes | How many minutes before a placed frame gets destroyed. | 
| chat.enabled <true/false (Default true)> | Enables/disables chat. | 
| inventory.give ITEM AMOUNT | This command allows you to give items to yourself | 



