How To Add Players To Custom Oxide Groups on Your Rust Server

1. Log In to Your Panel


2. Select the ‘Console’ Tab

Cybrancee panel showing the Rust startup page with console tab outlined

3. Create a Custom Group

In the console, type the following command to create a group:

oxide.group add <groupname>

Replace with the desired group name (e.g., ‘VIP’ or ‘Moderators’).

cybrancee panel Rust startup page with console tab and console field outlined

4. Add players to the group

Once the group is created, you can add players by typing:

oxide.usergroup add <playername or steamID> <groupname>

  • <playername or steamID> → the player you want to add.
  • <groupname> → the custom group you created.

Replace <steamID> with the player’s SteamID and <permission> with the permission you want to assign.


5. Remove players from a group

To remove a player from a group:

oxide.usergroup remove <playername or steamID>


6. List all Groups and Members

You can check all groups and their members with:

oxide.group list


7. Permissions

Oxide groups allow you to manage which permissions a player has. After creating a group, assign permissions as needed:

oxide.grant group <groupname>

To remove a permission:

oxide.revoke group <groupname>

Example:
oxide.grant group VIP chat.admin

Grants all VIP members the ability to use admin chat commands.

Rust Server Hosting

Starts at $11.99

External link icon

Was this article helpful?
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents