How to Make Yourself an Admin on Your Rust Server
This guide shows you how to give yourself in-game admin on your Rust server. You can do it live through the web console, or by editing users.cfg while the server is stopped. Either way, have your Steam64 ID ready before you start.
Before you start: You need your Steam64 ID, a 17-digit number like
76561198000000000. You can look yours up at steamid.io.
Option 1: Web console (server running)
- Open the Web Console in your game panel and enter your RCON password (found or set in
server.cfg). - Type
ownerid <Steam64ID>and press Enter. You should get a confirmation. - Type
server.writecfgand press Enter. If you're already on the server, log out and back in.
Option 2: Edit users.cfg (server stopped)
- With the server stopped, click Configuration Files in the control panel.
- Open
users.cfgin the text editor. - On a new line, add the player's Steam64 ID:
ownerid <Steam64ID> - Click Save.
Tip: To add multiple admins, put each on its own line:
ownerid 76561198000000000
ownerid 76561198000000001
ownerid 76561198000000002