How to Add Admins & Use Commands on Your Rust Server

How to grant owner/moderator access and use all admin commands on your Rust dedicated server.

Auth Levels

LevelRoleAccess
2OwnerFull control — all commands, server settings
1ModeratorMost admin commands, cannot change server settings

Adding Admins

Via Console

ownerid 76561198012345678 "PlayerName" "reason"
moderatorid 76561198087654321 "ModName" "reason"
writecfg

Via users.cfg

In server/[identity]/cfg/users.cfg:

ownerid 76561198012345678 "AdminName" ""
moderatorid 76561198087654321 "ModName" ""

Players must reconnect after auth changes.

Key Admin Commands

Player Management

CommandDescription
ban <player> "reason"Ban
banid <steamid> "reason"Ban by ID
unban <steamid>Unban
kick <player> "reason"Kick
banlist / banlistexView bans
usersList connected players
statusServer status (FPS, entities, players)
say "message"Broadcast to all

Movement & Cheats (In-Game F1)

CommandDescription
noclipToggle fly mode
god true/falseToggle invincibility
teleport <player>Teleport to player
teleport2me <player>Bring player to you
teleportpos <x y z>Teleport to coords

Items & Entities

CommandDescription
inventory.give <item> <amount>Give yourself items
inventory.giveto <player> <item> <amount>Give to player
spawn <entity>Spawn entity at cursor

Server

CommandDescription
server.saveForce save
server.stop / quitStop server
global.restartRestart
writecfgSave config changes

How is this guide?

40% Off — Limited TimeGet your Rust server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page