RUST
Rent a RUST Server
Rent a RUST Server
Genre:
Survival
Studio:
Facepunch Studios
Publisher:
Facepunch Studios
Overview of admin commands for your RUST server
Admins have more extensive authorizations on your server. This includes admin commands in particular, which can have various effects on the server.
Below is a brief overview of the most important admin commands that you should know.
The list is not 100% complete, but we don’t want to overwhelm you with unnecessary information that you wouldn’t need in most cases anyway.
| SYNTAX | NEEDED “VALUES” | WHAT DOES IT DO? |
|---|---|---|
| admin.mutevoice “player” | Player name / Steam 64 ID | Mute a player from speaking in-game |
| admin.unmutevoice “player” | Player name / Steam 64 ID | Unmute a player to speak in-game |
| admin.mutechat “player” | Player name / Steam 64 ID | Block a player from sending messages via in-game chat |
| admin.unmutechat “player” | Player name / Steam 64 ID | Unblock a player to send messages via in-game chat |
| chat.say “text” | String (text) | Shows your text in the chat |
| craft.add [id] | Item ID | Add an item to your crafting queue |
| craft.cancel [id] | Item ID | Cancel the crafting task of the named item |
| craft.canceltask | Cancel the item that is currently in the process of being crafted | |
| entity.debug_lookat | Enable debug-mode for the object you are looking at | |
| entity.find_entity [entity] | Object name | Find the position of all objects with the provided name |
| entity.find_group [entity_group] | Object group name | Find the position of all object groups with the given name |
| entity.find_id [id] | Object ID | Find the position of an object with the given ID |
| entity.find_parent | Find the position of all parent objects | |
| entity.find_radius [radius] | Value (radius) | Find the position of all objects within the given radius |
| entity.find_self | Find the position of the player (yourself) | |
| entity.find_status [status] | Object status | Find an object with the given status |
| entity.spawn [entity] | Object name | Spawn an object at the place you are looking at |
| entity.spawnat [entity] [worldPos] | Object name / position | Spawn an object at a specified position in the game world |
| entity.spawnhere [entity] [distance] | Entity name / value (distance) | Spawn an object nearby at the given distance away from the player |
| entity.spawnitem [entity] | Object name | Spawn an item in the game world |
| env.addtime 0-24 | Value between 0-24 | Fast-forward time by a given number of hours |
| gc.collect | Collect the garbage dump | |
| global.ban “player” “reason” | Player name | Ban a player from the game |
| global.banid “player” “reason” | Steam 64 ID | Ban a player from the game using the Steam 64 ID |
| global.banlist | Display a list of banned users | |
| global.banlistex | Display a list of banned users with additional infos | |
| global.kick “player” | Player name / Steam 64 ID | Kick a player from your server |
| global.kickall “reason” | Kick everyone from your server | |
| global.listid | Display a list of banned users by ID | |
| global.moderatorid “id” | Steam 64 ID | Promote a player to server moderator |
| global.ownerid “id” | Steam 64 ID | Promote a player to server owner |
| global.players | Display currently connected players | |
| global.quit() | Leave the game | |
| global.removemoderator “id” | Steam 64 ID | Remove a moderator |
| global.removeowner “id” | Steam 64 ID | Remove an owner |
| global.restart | Restart the server (300 seconds warning, 5 second intervals) | |
| global.say “text” | String (text) | Send a message to all players in the ingame chat |
| global.status | Print out currently connected players and server stats | |
| global.unban “id” | Steam 64 ID | Unban a player from your server |
| global.users() | Shows user info for players on your server | |
| server.readcfg | Load server configuration | |
| server.save | Force to create a save-game | |
| server.start | Starts a server | |
| server.stop | Stops a server | |
| server.writecfg | Save all configuration changes | |
| weather.rain [value] | Value between 0 – 1.0 0 = no rain 1.0 = always rain | Set the rain frequency factor for your server |