How can I make myself an Owner/Admin on my Rust Server?
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.