Authority through XML
RocketMod’s permission system is built on a strict XML structure. It dictates everything from who can spawn vehicles to who has the authority to ban players. Because XML is unforgiving, a single missing bracket or typo can break the entire file, demoting all staff to “Guest” rank instantly.
| Reading Time | Difficulty | Last Updated |
|---|---|---|
| 10 minutes | Intermediate | January 2026 |
1. Locating the Master Config
- Access your server files via SFTP or the File Manager.
- Navigate to:
/Servers/Default/Rocket/ - Download or open
Permissions.config.xml.
2. Adding a Member to a Group
To grant a player “Admin” or “VIP” status, you must add their SteamID64 to the<Members> section of that specific group:
3. Granting Command Access
Inside each<Group>, the <Permissions> block lists exactly what that rank is allowed to do. To allow a group to use a specific plugin command (like /v for vehicles):
4. Applying Changes Without a Restart
You do not need to reboot your entire server to update permissions. Once the file is saved:- Open the server console or use the in-game chat (if you are already an admin).
- Type:
/rocket reload permissions - The server will display “Permissions reloaded” if the XML syntax is correct.
Support Channels
If you need assistance or have any questions, please contact our support team:- Live Chat: Available on our website
- Website Ticket: Submit a Ticket
- Discord: Join our Community
- Email: [email protected]
Last Updated: January 2026 | Unturned: Permissions secured.