Skip to main content

Rust: Become an admin on your own server

Using RCON to Become Admin

Using RCON, you can run a command directly to make yourself admin. Firstly, you must Connect via RCON.

Once you are connected, please navigate to where you can run console commands. In our example, we are using RustAdmin.

image

Here you would run the respecive command: ownerid Steam64ID

info

Please replace Steam64ID with your actual steam 64ID. You can find your steam64 id using this Tool

Then you will be made directly in admin.

info

If you are ingame when running that, you should relog simply into the server.

Then you are now an administrator! :)

Using FTP to Become Admin

Alternatively, you can assign your self admin directly through FTP. Firstly, you must connect using FTP.

Once you are successfully connected, you will then navigate to the following directory:

/g#####/rust/server/<your_server_save>/cfg

In this folder, you will need to create a new file. You will name it users.cfg

In this file, you will add your respective entries using the format:

<role> <Steam64ID> <reason/user>

info

Please replace Steam64ID with your actual steam 64ID. You can find your steam64 id using this Tool

An example entry can be found below:

ownerid 76561198114248380 "You can write anything here for reference"
moderatorid 76561198114248380 "Testing Person"
info

You will have to restart your server for it to take affect.

Then you are now an administrator! :)