Essential Rust Console Admin Commands Guide for Server Management
Essential Rust Console Admin Commands
Player Administration
- ban
[reason]: Permanently removes player from server - kick
[reason]: Temporarily removes player - moderatorid
: Grants limited moderation privileges - ownerid
: Grants full admin privileges
Server Management
- server.writecfg: Saves server configuration changes
- server.seed
: Sets map generation seed - server.tickrate
: Adjusts server performance rate
Environment Controls
- env.time <0-24>: Changes in-game time
- weather.clouds
: Adjusts cloud density - weather.fog
: Controls fog thickness - weather.wind
: Sets wind strength
Debugging Commands
- entity.debug_toggle: Enables debugging mode
- perf: Shows server performance stats
- gc.collect: Forces memory cleanup
Inventory & Crafting
- inventory.give
: Spawns items - craft.add [item ID]: Adds to crafting queue
- craft.cancel: Stops current crafting task
NPC Management
- ai.npc_enable: Toggles NPC spawning
- ai.npc_htn_player_base_damage_modifier: Adjusts NPC damage
Man wearing headphones at desk
Common Questions
To use admin commands:
- Obtain admin privileges
- Press F1 to open console
- Type command with required parameters
To remove admin rights: Use removeowner or removemoderator command
Note: All commands require proper admin privileges to execute. Use responsibly to maintain server stability and fair gameplay.