Adding admins and moderators to your Rust server allows trusted players to help manage the server, kick disruptive users, and run console commands. Rust has two permission levels: Owner (full admin) and Moderator (limited admin).
Finding a Player's Steam ID
Before adding an admin or moderator, you'll need their Steam64 ID. This is a unique 17-digit number that identifies each Steam account.
- Visit SteamID.net.
- Enter the player's Steam username or profile URL in the search field.

- Locate the SteamID64 (Dec) field in the results.

- Copy this number — you'll need it for the next steps.
The SteamID64 (Dec) is a 17-digit number that looks like 76561199811316573. Make sure you copy the decimal version, not the hex version.
Adding an Owner or Moderator
- Navigate to the Wabbanode Control Panel and select your Rust server.
- Click the Console tab.

- To add an Owner, enter the following command:
ownerid "steamid" "playername"
- To add a Moderator, enter the following command:
moderatorid "steamid" "playername"
- Run
server.writecfgto save the changes.
Permission Differences
| Role | Permissions |
|---|---|
| Owner | Full server control, can add/remove other admins, access all commands |
| Moderator | Can kick/ban players, use admin commands, but cannot add other admins |
Removing an Owner or Moderator
To remove permissions from a player, use these commands in the console:
removeowner "steamid"
removemoderator "steamid"
After removing permissions, run server.writecfg to save the changes.
Your admin or moderator has been added to the server. They will have their permissions immediately without needing a server restart.

