How to Add and Remove Admins on Your Hytale Server
Operator (admin) permissions on your Hytale server let trusted players use privileged commands. You can add or remove admins through the Web Console when the player is online, or by editing permissions.json when they are offline.
Before you start, make sure you can join your server and have access to the game panel.
Add an Admin (Player Online)
- Open Hytale and join your server.
- Log in to the Game Control Panel.
- Navigate to the Web Console.
- Enter the command
/op add USERNAME, replacingUSERNAMEwith the player's username. A confirmation message appears in-game when the command succeeds.
Remove an Admin (Player Online)
The player must be online on your server.
- Log in to the Game Control Panel.
- Navigate to the Web Console.
- Enter the command
/op remove USERNAME, replacingUSERNAMEwith the player's username.
Remove an Admin (Player Offline)
If the player is not currently online, you need their UUID. See how to get a player's UUID for the steps.
- Identify the player's UUID.
- Log in to the Game Control Panel and stop your server.
- Navigate to the Configuration Files page.
- Open
permissions.jsonusing the Text Editor button. - Find the UUID of the player and remove the line that contains
"OP"under theirgroupsentry. - Click Save & Exit.
Start your server. The player will no longer have admin access.