Posted on May 25, 2024 in General
Rust is a popular survival game that tests players' abilities to gather resources, build shelters, and defend against environmental and player threats. Console commands in Rust offer various functionalities, from basic player commands to advanced admin/server commands. This guide provides a full list of commands and shows you how to use them. It is up to date with the latest version of Rust.
Accessing the console command window in Rust is simple:
We've categorized the commands below based on the type of command.
Command | Description | Example |
kill | Instantly kills your character | kill |
respawn | Respawns your character at a random location | respawn |
gesture [gesture id] | Performs a gesture | gesture wave |
bind [key] [command] | Binds a command to a key | bind g kill |
unbind [key] | Unbinds a command from a key | unbind g |
combatlog | Shows your combat log | combatlog |
ping | Displays your current ping | ping |
fps | Shows your current frames per second | fps |
Command | Description | Example |
teleport [player] | Teleports you to the specified player | teleport Player1 |
teleportpos [x] [y] [z] | Teleports you to the specified coordinates | teleportpos 100 50 -300 |
teleport2me [player] | Teleports a player to your location | teleport2me Player1 |
Command | Description | Example |
give [item] [amount] | Gives you the specified item and amount | give wood 1000 |
giveto [player] [item] [amount] | Gives a specified player an item and amount | giveto Player1 wood 1000 |
spawn [entity] | Spawns an entity at your location | spawn bear |
kick [player] [reason] | Kicks a player from the server with an optional reason | kick Player1 Griefing |
ban [player] [reason] | Bans a player from the server with an optional reason | ban Player1 Hacking |
unban [player] | Unbans a player | unban Player1 |
mute [player] | Mutes a player | mute Player1 |
unmute [player] | Unmutes a player | unmute Player1 |
say [message] | Sends a message to all players | say Welcome to the server! |
saveall | Saves the current state of the server | saveall |
restart | Restarts the server | restart |
quit | Shuts down the server | quit |
status | Displays the current status of the server | status |
Due to the extensive list of items available in Rust, it is best to refer to the official Rust wiki for a complete and up-to-date list of items: https://rust.fandom.com/wiki/Items