Use unlock30 Claim 30% Off Your Next Server

How to become admin and manage permissions with Oxide

Last Update 2025-04-17 14:15:56

How To Become Admin and Manage Permissions with Oxide Mod


Becoming an admin for your Rust server can be incredibly useful. As an admin, you have the ability to manage the game environment, enforce rules, and create a more enjoyable experience for your players. You can monitor player activities, issue bans if necessary, and make changes to the server settings to enhance gameplay. 

Using the Oxide mod, you gain access to powerful commands that allow you to manage permissions for your players effectively. This means you can grant or restrict access to certain features based on a player's role, ensuring a smoother and more organized gaming experience.

 


RustAdmin RCON Tool

 

In order to have permissions, you either need to be an owner of the server or be in a group that has been given admin. One of the most efficient ways to manage permissions on your server is through RCON (Remote Console) tools. These tools allow you to send commands to your server remotely, making it easier to control and configure without having to log directly into your server’s files.

 

RustAdmin

 

RustAdmin is a widely-used RCON tool that can help you manage your server settings and permissions with ease and it's free. Here's how to use it:
 

  1. Download and Install RustAdmin:
    • Visit the RustAdmin website to download the application compatible with your system.

      Install the program following the onscreen instructions.
       

  2. Connect to your server:
    • Open RustAdmin and select the “Configuration” tab to connect with your server.
      RCON type should be selected.

 

 

 

 

 Note: RCON password is always blank by default at server creation, you will need to set it and restart the server to take it into effect. Find the password in the “Basic Settings” of the server. 


 

  1. Other:
    • This tab is on the right in the Server “Configuration” tab and it's quite important as it will provide *owner* status to your Steam user.
    • Insert your STEAMID (obtained from your Steam account details) and your Steam username/nickname.
    • The rest of the settings are optional and depend on your preferences.

       

 

 

  1. Steam API key:
    • You can get your Steam API key by following the link here (you need to be logged in Steam): Steam API key. It's used for statistics.

 

  1. Save Configuration:
    • Once all is set correctly, you can just save your configuration by clicking Save and giving it a recognizable name.

       

 

  1. If you've filled all the information correctly, you're now ready to connect.
     

 

 

That's it, you are now connected to your server using RustAdmin with RCON.

 


Granting Permissions:

 

 

 

 

 

 


 

Oxide Mod: Group creation

 

 

Here's an example for a better understanding.
 

  1. Let's say you have two users called “Player1” and “Player2” which need to have permissions to manage a mod called “Permission Manager”.

    What we can do is create a group to include both users inside and then give this particular group permissions to the mod.
    (Make sure all users have either admin or owner status first)

 

 

 

  1. Once created, you need to add users inside of it. So let's run the following command:

     

    oxide.usergroup add Player1 ModAdmins

     

    oxide.usergroup add Player2 ModAdmins

     

    Since Player1 and Player2 are not actual players we need to use their respective SteamID, but you should be able to use either the player's ID or the custom name once assigned as admin/owner.

     

    For Player1 we'll use the ID 72561198039382654
    For Player2 we'll use the ID 72561198039382658

 

 

  1. Now we need to give the group “ModAdmins” permissions to the mod directly. For this we'll use a different command.

     

    oxide.grant

     

    Format:

    oxide.grant <group|user> <name|id> <permission>

     

    So let's run the command: 

    oxide.grant group ModAdmins permissionsmanager.allowed

 

 

 

  1. That's it, both Player1 and Player2 now have access to this particular plugin/mod. If you would like to verify this, you can use a different command.

     

    oxide.show


    Formats:

    oxide.show <groups|perms>
    oxide.show <group|user> <name>

     

    So we need to use it as followed:
     

    oxide.show group ModAdmins

 

 

You can repeat this steps with any other groups or plugins that you'd like to configure, for your players to use it at any time.

 

 

If you prefer to give direct permissions to players instead, you can simply type the permission's command there.
It's important to note that the used command depends on the plugin that you've installed, since each command involves the Oxide mod to execute it.
 

 

      Make sure to replace USER with the actual username of the player you want to modify.

 

 

The default commands for Oxide mod that you can use are the following:

 

oxide.plugins, oxide.load, oxide.reload, oxide.unload, oxide.grant, oxide.group, oxide.revoke, oxide.show, oxide.usergroup

 

We encourage you to check the OxideMod official website for a better understanding on each command. Feel free to do so here.

 


 

Troubleshooting

If you encounter any issues, consider the following common problems:

 

If you have any questions or need assistance, feel free to reach out to our customer care agents through our live chat or email at [email protected]. Happy gaming!