Home Rust Setting Up Rust Server Permissions and Admin Roles

Setting Up Rust Server Permissions and Admin Roles

Last updated on Feb 13, 2025

Managing server permissions and admin roles allows you to control who has access to commands, administrative powers, and special privileges on your Rust server. This is essential for moderation, staff management, and preventing abuse.

This guide will walk you through adding admins, setting up permissions, and using Oxide for advanced role management using VolticHost Game Panel.


📌 Prerequisites


1️⃣ Add an Admin to Your Rust Server

  1. Log in to VolticHost Game Panel.

  2. Click on your Rust server.

  3. Navigate to the Console tab.

  4. Add an admin using the following command (replace Steam64ID with the player's actual Steam ID):

    ownerid Steam64ID "Admin Name"
    
  5. To save changes, type:

    server.writecfg
    
  6. Restart the server to apply changes.

The player now has full admin access!


2️⃣ Add a Moderator (Limited Admin Privileges)

  1. Open the Console in VolticHost Game Panel.

  2. Use this command to assign a moderator role:

    moderatorid Steam64ID "Moderator Name"
    
  3. Save changes with:

    server.writecfg
    
  4. Restart the server.

The player now has moderator access with limited commands!


3️⃣ Remove an Admin or Moderator

If you need to remove an admin or moderator, use the following commands:

  • Remove an admin:

    removeowner Steam64ID
    
  • Remove a moderator:

    removemoderator Steam64ID
    
  • Save changes:

    server.writecfg
    

The player has been removed from admin/moderator roles!


4️⃣ Use Oxide for Advanced Permission Management

If you're using Oxide, you can create custom admin roles with different permission levels.

  1. Install Oxide from the Mod Manager in VolticHost Game Panel.

  2. Open the Console and use:

    oxide.grant group admin some.permission
    oxide.grant user Steam64ID some.permission
    
  3. To list available permissions, use:

    oxide.show perms
    

Oxide permissions are now active on your server!


5️⃣ Restart the Server to Apply Changes

  1. Navigate to the Console tab in VolticHost Game Panel.

  2. Click Stop to shut down the server.

  3. Wait a few seconds, then click Start to restart the server.

Your Rust server permissions are now fully set up!


🎉 Conclusion

You've successfully set up admin and moderator roles, managed Oxide permissions, and configured user access for your Rust server using VolticHost Game Panel! Your server now has properly assigned staff roles for better moderation. 🚀

For more assistance, contact VolticHost Support.