Log in Create account

How to Add an Admin to Your Rust Server

  • Rust
  • Updated 19 March 2026
  • 1 min read
On this page
  1. Admin Levels in Rust
  2. Finding a SteamID64
  3. Adding an Admin via Console
  4. Permanent Ownership via Config
  5. Important Notes

Admin Levels in Rust

Rust has two admin levels:

  • Owner — Full permissions. Can do everything including adding other admins
  • Moderator — Limited permissions. Can kick, ban, and use basic admin commands, but cannot add other admins or access all server commands

Finding a SteamID64

You need the player SteamID64 (a 17-digit number starting with 7656). To find it:

  • Go to steamid.io
  • Paste the player Steam profile URL
  • Copy the steamID64 value

Adding an Admin via Console

In the server console (game panel or RCON):

  • Add owner: ownerid 76561198012345678 "PlayerName" "reason"
  • Add moderator: moderatorid 76561198012345678 "PlayerName" "reason"
  • Save changes: server.writecfg

Always run server.writecfg after making changes to persist them. Without this, admin status will be lost on server restart.

Permanent Ownership via Config

For permanent ownership that persists across wipes, check the Startup tab for an OWNERSTEAMID variable and set it to your SteamID64.

Important Notes

  • Admin commands will not work in-game until you have been added as an owner or moderator
  • Use SteamID64 (not vanity URLs or other ID formats) for reliability

Was this guide helpful?

Thanks for letting us know. Glad it helped.

Thanks, that helps us fix this guide. If you are still stuck, the team can help with your server.

Still stuck?

Open a ticket from your account and the team answers there. No account yet? Email support@agilahost.com.