How to add and remove admins on a Rust server



Summary
Adding and removing admins on a Rust server can play a role in maintaining a safe and enjoyable gameplay experience for all players. Admins can monitor and enforce the server's rules, respond to player complaints, and prevent or stop disruptive behavior. On the other hand, removing admins who abuse their power or fail to fulfill their responsibilities is equally essential to ensure a fair and safe gameplay experience.

Note There are two different admin roles, ownerid and moderatorid. OwnerID allows the person with this role to add and delete admins; moderatorID does not.

Note To find a person's SteamID, go to steamid.io.


How to Add and Delete Admins on a Rust Server

1. 
Log in to the BisectHosting Games panel.

2. Stop the server.


3. Go to the Files tab.


4. Find the following directory:
/home/container/server/rust/cfg .


5. Open users.cfg for editing.


6. Enter the following text and replace the text within quotations with the appropriate text for each admin: 

ownerid “64_bit_steam_id” “optional_user_name” “optional_reason”
or
moderatorid “64_bit_steam_id” “optional_name” “optional_reason”



7.
Choose the Save Content button.


8. Start the server. 


Was this answer helpful?

5
« Back