Articles on: Rust

How to give yourself Admin on your Rust Server


๐Ÿ›ก๏ธ 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.


Updated on: 06/01/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!