Authority via XML: The RocketMod Hierarchy
The RocketMod permission system is the fundamental engine that dictates executive authority within your Unturned community. By using a rigorous XML-based structure, you can precisely define which players are authorized to use specialized tools (such as/v for vehicle spawning) and which staff members possess the power to moderate the player base. Because XML is a highly sensitive technical format, maintaining syntax integrity is essential; a single misplaced character can invalidate the entire registry, resulting in the instantaneous demotion of your entire staff team.
Difficulty
Intermediate
Time
10 Minutes
Technical File Architecture
Your community’s authority registry is situated within the following path:/Servers/Default/Rocket/Permissions.config.xml. We recommend using an SFTP Client to download and edit this file locally using a technical text editor like Notepad++ or VS Code.
Authorizing Community Ranks
1. Managing Group Membership
To assign a specific rank (e.g., Admin or VIP) to a player, you must register their 17-digit SteamID64 within the appropriate<Members> block.
2. Granting Functional Access
The<Permissions> block within each group defines the technical scope of that rank. You can assign specific plugin commands and even implement temporal restrictions (cooldowns).
Deployment & Verification
Unlike many core server variables, permissions can be synchronized dynamically without requiring a full server reboot.Commit Modifications
Save your changes to the
Permissions.config.xml file and upload it to the server.Initialize Re-Sync
In the server console (or in-game if already authorized), execute:
rocket reload permissionsNeed Extra Help?
If you encounter any issues, our support team is ready to assist:- Live Chat: Quick assistance via our website.
- Support Ticket: Open a Ticket
- Discord: Join our Community
- Email: [email protected]
Last Updated: January 2026 | Unturned: Permissions secured.