Rust Console Commands (all)
40 Rust console commands (all) with syntax and examples. Filter below, or open any command for full details.
search
| Command | Description | Type |
|---|---|---|
| ownerid | Grant full owner/admin access (auth level 2). | Admin |
| moderatorid | Grant moderator access (auth level 1). | Admin |
| removeowner | Remove a player's owner access. | Admin |
| god | Toggle godmode (no damage). Requires admin. | Admin |
| noclip | Fly through walls/terrain. Toggle in console. | Admin |
| teleport | Teleport one player to another. | Admin |
| teleport2me | Bring a player to your position. | Admin |
| teleportpos | Teleport yourself to coordinates. | Admin |
| inventory.give | Give yourself an item. | Admin |
| inventory.giveto | Give an item to a specific player. | Admin |
| inventory.giveall | Give an item to all players. | Admin |
| spawn | Spawn an NPC or entity. | Admin |
| kill | Kill your own character. | Client |
| respawn | Respawn after death. | Client |
| respawn_sleepingbag | Respawn at a specific sleeping bag. | Client |
| suicide | Kill your character instantly. | Client |
| combatlog | Show your recent combat log. | Client |
| kick | Kick a player from the server. | Admin |
| ban | Permanently ban a player by name. | Admin |
| banid | Ban a player by SteamID. | Admin |
| unban | Remove a ban. | Admin |
| mutevoice | Mute a player's voice chat. | Admin |
| mutechat | Mute a player's text chat. | Admin |
| status | List connected players, ping and Steam IDs. | Client |
| players | Display connected clients. | Client |
| serverinfo | Show uptime, FPS, players, memory. | Client |
| save | Force an immediate world save. | Admin |
| server.writecfg | Save current server settings to config. | Admin |
| restart | Restart the server with a countdown. | Admin |
| env.time | Set the in-game time of day. | Admin |
| weather.rain | Set rainfall intensity. | Admin |
| weather.fog | Set fog density. | Admin |
| heli.call | Spawn the attack helicopter. | Admin |
| supply.call | Trigger a supply drop at your position. | Admin |
| fps | Show current FPS. | Client |
| grass.on | Toggle grass on/off (FPS). | Client |
| gfx.ssaa | Disable super-sampling AA for FPS. | Client |
| graphics.vm | Disable view-model for FPS. | Client |
| bind | Bind a key to a command (e.g. bind f1 consoletoggle). | Client |
| gc.collect | Force garbage collection (fix stutter). | Client |
40 commands
Frequently Asked Questions
How do you check your combat log in Rust?expand_more
Open the console with F1, type combatlog and press Enter. It prints your recent combat events — the hits you dealt and received. It works for every player on any server; no admin rights needed. Checking it right after you die is the classic use: you can see what actually killed you.
How do you kill yourself in Rust? (suicide command)expand_more
Open the console with F1 and type kill — it kills your character instantly so you can respawn somewhere else. The suicide command does the same thing. Afterwards, use respawn or pick a sleeping bag from the death screen. Players use it to escape being stuck, to move their spawn, or to reset after being trapped.