Complete Rust Admin Commands Guide
Master your Rust server administration with this comprehensive command reference. Whether you’re managing players, controlling server settings, or troubleshooting issues, these admin commands give you complete control over your multiplayer survival server. This guide covers both vanilla Rust commands and enhanced uMod plugin commands for Rust servers.Getting Admin Access
Method 1: Server Console (Recommended)
- Access server console (varies by host)
- Add yourself as admin:
- Save configuration:
Method 2: Configuration File
- Edit
server/cfg/users.cfg
- Add line:
- Restart server to apply changes
Method 3: In-Game (If Already Admin)
Essential Admin Commands
Player Management
Kick Players
kick "BadPlayer" "Griefing"
kick 76561198000000000 "Cheating"
Ban Players
ban "Cheater123" "Aimbot detected"
banid 76561198000000000 "Toxic behavior"
Unban Players
Mute/Unmute Players
Teleportation Commands
Teleport to Player
Teleport Player to You
Teleport to Coordinates
Item & Inventory Management
Give Items
give "Player" "rifle.ak" 1
give "Player" "ammo.rifle" 100
give "Player" "wood" 1000
Clear Inventory
Give All Items
Server Control Commands
Server Information
World Management
Weather & Time
Entity Management
entity.spawn "helicopter"
entity.spawn "bradleyapc"
entity.spawn "supply_drop"
uMod Plugin Commands
Permission Management
Plugin Management
Admin Tools (With Plugins)
Vanish Commands
God Mode
No Clip
Advanced Commands
Performance Monitoring
Debug Commands
Network Commands
Command Shortcuts & Aliases
Quick Access Commands
Batch Commands
Command Usage Tips
Finding Player Information
Using SteamID64
- More reliable than player names
- Doesn’t change if player changes name
- Required for permanent bans and permissions
Command Syntax Rules
- Use quotes around names with spaces:
"Player Name"
- Case sensitive for some commands
- Tab completion works in most consoles
- Check spelling - typos cause command failures
Common Admin Scenarios
Dealing with Cheaters
-
Spectate suspicious player:
- Gather evidence and take screenshots
-
Ban permanently:
Server Events
-
Spawn helicopter:
-
Create supply drop:
-
Teleport all to event:
Emergency Situations
-
Stop server attacks:
-
Mass kick griefers:
-
Save and restart if needed:
Related Guides
- Installing Oxide/uMod - Enable enhanced admin commands
- Popular Plugins - Additional admin tools
- Setup Rust Server - Initial server configuration
- Common Server Issues - Troubleshooting help
Frequently Asked Questions
How do I find a player's SteamID64?
How do I find a player's SteamID64?
Use the
players
or status
command in console, or check Steam profiles and use online SteamID converters.Can I undo admin commands?
Can I undo admin commands?
Most commands can’t be undone. Always backup your server before major changes and use commands carefully.
Why don't some commands work?
Why don't some commands work?
Ensure you have proper admin permissions, check command spelling, and verify if the command requires specific plugins.
How do I remove admin rights?
How do I remove admin rights?
Use
removeowner STEAMID64
or edit the users.cfg file to remove admin entries.