How to Add and Remove Admins on a Rust Server

Information on how to Add and Remove admins on your Rust Server

Summary

Managing administrator access on a Rust server helps create a secure and enjoyable environment for everyone. Administrators can oversee activity, enforce rules, address player concerns, and handle disruptive behaviour. Likewise, revoking admin privileges from individuals who misuse their authority or neglect their duties is just as important for preserving fairness and maintaining a positive experience for all players.

Note

There are two separate administrator roles: ownerid and moderatorid.

info icon
ownerid:
Grants full administrative authority, including the ability to add or remove other admins.

moderatorid:
Provides limited permissions and does not allow managing admin roles.

How to Add or Remove Admins on a Rust Server

  1. Log in to the ChipHead Panel.

  2. Stop the server.

  3. Open the Files tab & Navigate to the following directory:
    /home/container/server/rust/cfg Open users.cfg for editing.

  4. Add a new line for each admin using the appropriate format and replacing the SteamID64 and optional text as needed:

    ownerid SteamID64 "optional_user_name" "optional_reason"
    moderatorid SteamID64 "optional_name" "optional_reason"
    
info icon
You can use this website to find your SteamID64
  1. Click “Save Content”.

  2. Start the server.

Did this answer your question?
😞
😐
😁