Articles on: Rust Guides

A Step-by-Step Guide to Adding Admins and Moderators on Your Rust Server

Simplify server management by setting up trusted admins and moderators



Introduction


Ensuring effective management of admins and moderators is crucial for a well-maintained Rust server. This guide will provide you with a step-by-step process to add both temporary and permanent admins and moderators to your server. Additionally, we will refer to the official Facepunch Rust Wiki for extra information and credibility: https://wiki.facepunch.com/rust/

Step 1: Obtain the Player's Steam64 ID

The Steam64 ID is a unique identifier that allows the Rust server to recognize a player configured as an admin or moderator.

Using the Steam Community Website
Visit the Steam Community website, where each player has a profile page with an address in the following format:

http://steamcommunity.com/profiles/X

The "X" in the address represents the player's Steam64 ID, which you'll need to set up as an admin or moderator on your Rust server.

Using SteamID.io
Some players may have customized URLs that don't display the Steam64 ID directly. In such cases, use a website like https://steamid.io/ to obtain the Steam64 ID by entering the player's custom URL or profile name.

Step 2: Add Temporary Admins and Moderators

Adding an admin or moderator through the console panel or RCON usually applies only to the current server session; a server restart will reset the configuration (see the next section for permanent additions).

Adding Temporary Admins
To add a temporary admin, use the following command:

ownerid Steam64 "nickname" "reason"

Adding Temporary Moderators
To add a temporary moderator, use this command:

moderatorid Steam64 "nickname" "reason"

Step 3: Add Permanent Admins and Moderators

Rust servers generally lack a comprehensive configuration system, except for admin and moderator management.

Creating the Configuration File
To add permanent admins and moderators, create a configuration file via FTP:

rust/server/mtxserv/cfg/users.cfg

Within this file, input the commands for adding admins and moderators as described in the previous section.

Adding Permanent Admins
For admins:

ownerid Steam64 "nickname" "reason"

Adding Permanent Moderators
For moderators:

moderatorid Steam64 "nickname" "reason"

These changes will take effect after the next server reboot.

Note: The "reason" parameter is simply a comment section for identifying why the Steam64 ID has been granted admin or moderator privileges (e.g., VIP access until a specified date).

Conclusion

By following this comprehensive guide, you can efficiently manage admins and moderators on your Rust server. Proper configuration will ensure your server benefits from the support of trusted individuals, helping to maintain a positive gaming environment. Happy hosting!

Updated on: 10/04/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!