Skip to main content

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

  1. Access server console (varies by host)
  2. Add yourself as admin:
  3. Save configuration:

Method 2: Configuration File

  1. Edit server/cfg/users.cfg
  2. Add line:
  3. Restart server to apply changes

Method 3: In-Game (If Already Admin)

Essential Admin Commands

Player Management

Kick Players

Examples:
  • kick "BadPlayer" "Griefing"
  • kick 76561198000000000 "Cheating"

Ban Players

Permanent bans:
  • 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

Popular 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

Common entities:
  • 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

  1. Spectate suspicious player:
  2. Gather evidence and take screenshots
  3. Ban permanently:

Server Events

  1. Spawn helicopter:
  2. Create supply drop:
  3. Teleport all to event:

Emergency Situations

  1. Stop server attacks:
  2. Mass kick griefers:
  3. Save and restart if needed:

Frequently Asked Questions

Use the players or status command in console, or check Steam profiles and use online SteamID converters.
Most commands can’t be undone. Always backup your server before major changes and use commands carefully.
Ensure you have proper admin permissions, check command spelling, and verify if the command requires specific plugins.
Use removeowner STEAMID64 or edit the users.cfg file to remove admin entries.
Need help with server administration? Join our Discord community for support from experienced Rust server admins.