๐ How to Manage Operators (OP) on Your Hytale Server
Operators (OP) are players with administrator permissions on your server. They can execute advanced commands and manage the server.
๐ Become an Operator Yourselfโ
If you are the server owner and just connected:
/op self
This command automatically grants you operator permissions.
1๏ธโฃ Get a Player's UUIDโ
Important: To add a player as an operator, you need their UUID, not their username!
The player must be onlineโ
/uuid player_name
Example:
/uuid Thibault
The server will display the player's UUID, something like:
550e8400-e29b-41d4-a716-446655440000
โ ๏ธ Warning: If the player is not connected, you will get an error: is not a valid UUID or online player username
2๏ธโฃ Add an Operatorโ
Once you have the player's UUID:
/op add <UUID>
Example:
/op add 550e8400-e29b-41d4-a716-446655440000
โ The player is now an operator and can use administration commands!
3๏ธโฃ Remove an Operatorโ
To remove administrator permissions from a player:
/op remove <UUID>
Example:
/op remove 550e8400-e29b-41d4-a716-446655440000
๐ Complete Workflow to Add an OPโ
Here is the complete step-by-step procedure:
- The player must connect to the server
- Use
/uuid player_nameto get their UUID - Note the UUID somewhere (notepad, Discord...)
- Use
/op add <UUID>with the retrieved UUID - The player is now an operator! ๐
๐ Practical Exampleโ
Step 1: Player "Alex" connects to the server
Step 2: You type
/uuid Alex
โ Result: 123e4567-e89b-12d3-a456-426614174000
Step 3: You type
/op add 123e4567-e89b-12d3-a456-426614174000
โ Alex is now an operator!
๐ Check Current Operatorsโ
Unfortunately, there is no native /op list command in Hytale.
To see the list of operators, you must:
- Go to your management panel
- Open the File Manager
- Check the
ops.jsonfile at the server root
This file contains the list of all operator UUIDs.
โ ๏ธ Common Errorsโ
โ "is not a valid UUID or online player username"โ
Cause: The player is not connected or the UUID is incorrect
Solution:
- Make sure the player is online on the server
- Verify that you copied the complete UUID
- UUID must be in format:
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
โ "/uuid doesn't work"โ
Cause: You are not an operator yourself
Solution:
- First use
/op selfto give yourself permissions - Or add yourself manually via the
ops.jsonfile
๐ก Security Tipsโ
- โ Only give operator status to trusted people
- โ Keep a list of operator UUIDs somewhere
- โ Remove permissions from former team members
- โ ๏ธ An operator has total control over your server
- โ ๏ธ Operators can give OP status to other players
๐ ๏ธ Alternative: Add an OP via ops.json Fileโ
If you cannot use commands, you can directly modify the file:
- Go to File Manager on your panel
- Open the
ops.jsonfile - Add the player's UUID in JSON format:
[
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Thibault",
"level": 4
}
]
- Save and restart the server
๐ Operator Levelsโ
The "level" parameter defines permissions:
- Level 1: Bypass spawn protection
- Level 2: Basic game commands
- Level 3: Server management commands
- Level 4: All permissions (recommended)
โ FAQ - Frequently Asked Questionsโ
๐น Can I add an OP if the player has never been on the server?โ
No, the player must have connected at least once for you to retrieve their UUID with /uuid.
๐น How do I remove my own operator status?โ
You cannot use /op remove on yourself. You must edit the ops.json file and remove your UUID from the list, or do it from your Hytale server host's console.
๐น Does the UUID change if the player changes their username?โ
No! The UUID is unique and permanent for each Hytale account. That's why we use it instead of the username.
๐น What happens if I use a wrong UUID?โ
You will get an error and no player will be added. Always verify the UUID with /uuid when the player is connected.
๐น Can an operator do everything on the server?โ
Yes, a level 4 operator has total control: admin commands, server modification, player management, etc. Be careful!
โ Need Help?โ
If you encounter any difficulties, our support team is here for you:
๐ https://lordhosting.fr/en/support
๐ฎ Looking for Hosting for Your Hytale Server?โ
Discover our high-performance and optimized Hytale hosting offers:
๐ https://lordhosting.fr/en/gaming/en/serveur-hytale