RustRustMods

How to give yourself Admin on your Rust Server

Setting yourself to admin allows you to spawn in items, vehicles, edit health and pretty much everything else you can think of when you're an admin.

🛡️ Giving yourself Admin on your Rust Server

Being admin is of course essential to operating and running your Rust server in this simple guide we’ll go through everything you need to know!

This guide is of course meant for the base Rust admin privileges. Custom admin suites may have different permission systems.

🔎 Finding your Steam ID 64

We’ll need your SteamID64 for this tutorial, this is used to identify you as an admin.

  1. Visit SteamID Finder.
  2. Enter your Steam Profile URL
  3. Copy your SteamID64

📜 Giving yourself admin privileges through Console

This method is quick and easy allowing you to admin yourself instantly

  1. Navigate to the Physgun Gamepanel and open Your Server
  2. Using the Console in the gamepanel enter the following command:
ownerid <SteamID64> "<YourUsername>" "<Reason>"

Example:

ownerid 76561198074425791 "Lunaversity" "Server Owner"
  • ownerid gives full admin rights (basically superadmin)
  1. To apply these changes, type:
server.writecfg

📄 Giving yourself admin privileges using users.cfg

This method lets you see the user list which contains everyone with elevated permissions.

  1. Navigate to the File Manager
  2. Locate the server/identity/cfg/users.cfg file & open it
  3. Add your SteamID64 in the following format:
ownerid 76561198123456789 "AdminName" "Server Owner"
  1. Click Save and then Restart your server.

✅ Verifying that you have admin privileges

  1. Join your Rust Server
  2. Open the in-game console ( F1 by default).
  3. Type the following:
status
  1. Check if your username is listed with (Owner) next to it.

🧪 Testing some admin commands

  • Spawn an item:
giveitem wood 1000
  • Teleport to another Player:
teleport "<Player>"
  • God Mode
god 1

If any one of these commands work then you have admin privileges!

❌ Removing admin privileges

  1. Navigate to the Physgun Gamepanel and open Your Server
  2. Using the Console in the gamepanel enter the following command:
removeowner <SteamID64>
  1. To apply these changes, type:
server.writecfg

This will completely remove admin privileges.

Common Issues

  • “Permission Denied” Error: Ensure you typed server.writecfg after adding yourself as an admin.
  • Not Recongized as Admin: Restart the server and verify your SteamID64 is correct.
rust server adminobtaining adminsetting others to admin

Questions?

Join over 6000+ members in our Discord community chat with other server owners, get help, and stay up to date with the latest news.