Option 1: Using a WebRCON Console
You will need to connect to your server's console. Here are a couple of our recommendations for WebRCON clients:
https://www.rustadmin.comΒ (Software)
http://rcon.io (Browser Based)
http://app.myrustadmin.com (Browser Based)
You will also need your 64-bit Steam ID which can be found usingΒ https://steamid.io/
- Open one of the above sites and add your server. You will need your server's IP, Port, and RCON port, all of which are listed in your control panel.
- Below is an example of where to find this:

- The control panel also has a one click login method with a web RCON program, just click the following left menu item:

- Below is an example of where to find this:
- Once you're in, go to the console and type the:
ownerid β64_bit_steam_idβ βoptional_user_nameβ βoptional_reasonβ
- Then enter into the console:
Β server.writecfg
- Once this above commands have been run, the users added will need to log off and back on to the server to be granted their new roles. Inside yourΒ users.cfgΒ file, you may not see the new entries until the server has been stopped and restarted.
_________________________________________________________________________
Option 2: How to add RUST admins when the server is offline
- You will need direct FTP or file system access to your game server. Use whichever method you are most comfortable with.
- The control panel's built-in File Manager will work perfectly for this.
- ConnectΒ to the game serverβs FTP or file system and navigate to the following folder:
/server/<your_server_identity>/cfg/
- Open or create a new file with the following name and extension:
users.cfg
- For each user that you want to assign theΒ owner admin role to, you will need their 64 bit Steam ID. You can use a great service called,Β SteamID I/OΒ to find the corresponding ID. Simply input the role, 64 bit Steam ID, steam name (optional), reason (optional).
- Enter the following line, on a separate line, for each player you want toΒ assign the owner admin role:
ownerid β64_bit_steam_idβ βoptional_user_nameβ βoptional_reasonβ
- If you want to add a moderator roles, you will follow the same steps above, but instead enter the following role:
moderatorid β64_bit_steam_idβ βoptional_nameβ βoptional_reasonβ
- You will then need to restart your game server in order for the changes to take effect.
Once you have set the owner admin or moderator roles in RUSTβs βuser.cfgβ file, those users will have access to admin commands on that server. If youβre looking to remove rust admins remove the owner admin or moderator roles while the server is offline, you will need to perform the reverse operation. Find and remove the respective entry in the βuser.cfgβ file, thenΒ restart your server.