Comprehensive guide to Rust server admin commands for player management, server control, and moderation. Includes vanilla commands and uMod plugin commands with examples.
server/cfg/users.cfg
kick "BadPlayer" "Griefing"
kick 76561198000000000 "Cheating"
ban "Cheater123" "Aimbot detected"
banid 76561198000000000 "Toxic behavior"
give "Player" "rifle.ak" 1
give "Player" "ammo.rifle" 100
give "Player" "wood" 1000
entity.spawn "helicopter"
entity.spawn "bradleyapc"
entity.spawn "supply_drop"
"Player Name"
How do I find a player's SteamID64?
players
or status
command in console, or check Steam profiles and use online SteamID converters.Can I undo admin commands?
Why don't some commands work?
How do I remove admin rights?
removeowner STEAMID64
or edit the users.cfg file to remove admin entries.