How to Use Rust Oxide Permission System

1. Log In to Your Panel


2. Select the ‘Console’ Tab

Cybrancee panel showing the Rust startup page with console tab outlined

3. Enter the Command

Type the desired command in the console field. Available commands are listed in the next step.

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

4. Oxide Commands Quick Guide

Permissions can be given to:

  • Users – a single player.
  • Groups – all members of a group.
  • Wildcards – e.g., oxide.grant group default * grants all permissions to the default group

Replace:

  • <user/group> → either user or group.
  • <name/steamID> → the player’s SteamID64.
  • <permission> → the specific permission from the plugin you want to assign.

Basic Commands

  • Grant a permission:
    oxide.grant <user/group> <name/steamID> <permission>
  • Revoke a permission:
    oxide.revoke <user/group> <name/steamID> <permission>
  • Grant all permissions to a group (wildcard):
    oxide.grant group default *

Show Permissions

  • Check a user’s permissions
    oxide.show user <steamID>
  • Check a group’s permissions
    oxide.show perms <groupName>
  • Show all permissions on the server
    oxide.show perms
  • List all groups
    oxide.show groups

Group Management

  • Create a new group
    oxide.group add <groupName>
  • Remove an existing group
    oxide.group remove <groupName>
  • Add a player to a group
    oxide.usergroup add <steamID> <groupName>
  • Remove a player from a group
    oxide.usergroup remove <steamID> <groupName>

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
Error Details*
Cancel