Unlike some games that rely on in-game admin passwords or console commands, s&box handles its server permissions through a simple configuration file. By adding your SteamID to this file, you can grant yourself administrative claims to manage your server effectively.
Log in to your server panel and completely stop your server before modifying files. Modifying files while the server is running can cause your changes to be overwritten.
Step 1: Locate Your Configuration File
On your Dedicated Server, you can edit the users/config.json file to add specific permissions per user.
- On the left-hand sidebar of your MintServers panel, navigate to the Files tab to open your File Manager.
- Navigate to the
usersfolder and open theconfig.jsonfile.
Step 2: Add Your SteamID and Claims
You will need to add your specific Steam ID (usually the 64-bit version) into this file and assign the appropriate admin permission tags. Claims are strings which describe actions that a user can take.
Simply replace the placeholder zeroes with your actual 64-bit Steam ID, and rename "Example" to your username. You can add your own custom claims, as they're just strings.
🚀 Launch Your Unlimited RAM Game Server — Just $9.99/mo!Step 3: Save and Restart
Once you have configured your permissions:
- Save the file by clicking on Save Content in your panel.
- Navigate to the Console and restart your server. The server only reads the JSON file during its initial boot sequence.
🛠️ Troubleshooting Admin Permissions
JSON Formatting Errors: A single missing comma or bracket in the file will break the formatting, causing the server to reject the entire file. Use a free online JSON validator to check your work before saving.
No worries if your commands are still not working! Just open a support ticket and our team will gladly jump in and instruct you on how to resolve the configuration.