Categories
Rust Admin Commands Cheat Sheet
Rust
·
2 views
·
Updated 10 hours ago
## How to Use Admin Commands
Admin commands can be run from:
- The **server console** in your game panel
- An **RCON tool** like RustAdmin or BattleMetrics (see our RCON guide)
- **In-game** by pressing F1 (you must be an owner or moderator)
## Player Management
- ban "player" "reason" — Ban a player
- unban 76561198012345678 — Unban by Steam64 ID
- kick "player" "reason" — Kick a player
- mute "player" — Mute a player in chat
- unmute "player" — Unmute a player
## Teleportation
- teleport "player1" "player2" — Teleport player1 to player2
- teleportpos x y z — Teleport yourself to coordinates
## Items and Spawning
- inventory.giveto "player" "item" amount — Give items to a player
- inventory.giveall "item" amount — Give items to all players
- spawn "entity" — Spawn an entity at your position
## Server Control
- server.save — Force save the server
- server.writecfg — Save server configuration
- quit — Graceful server shutdown
## World and Environment
- env.time 12 — Set time of day (0-24)
- weather.fog 0 — Clear fog (0-1)
- weather.rain 0 — Stop rain (0-1)
- weather.clouds 0 — Clear clouds (0-1)
## Information
- players — List all online players
- status — Detailed player list with Steam IDs and ping
- serverinfo — Server status (FPS, entity count, uptime)
## Useful Tips
- Player names with spaces need quotes: ban "John Smith" "cheating"
- You can use partial player names — the server will try to match
- Steam64 IDs are more reliable than player names (names can be changed)
- Run server.writecfg after any configuration change to persist it
Still need help?
Create a Support Ticket