Add Operators (OPs) to Your Minecraft Server
Operators have elevated permissions on your Minecraft server, such as running commands and managing other players. There are two ways to add an OP: through the Multicraft console (instant, no restart) or by editing the operators.json file directly.
Before granting OP access, make sure you can join your server.
Method 1: Multicraft console (recommended)
- Log in to the Minecraft panel.
- Open your server and click Console in the left-hand menu.
- In the command input box at the bottom, type:
op YourMinecraftUsername - Press Enter. The player is immediately granted OP status with no server restart required.
Method 2: Edit operators.json via FTP
- Log in to the Minecraft panel and connect via FTP.
- In the Minecraft panel, click Files > Config Files and open
operators.json. - Edit the file to add each operator. The format is:
[ { "uuid": "your-uuid-here", "name": "minecraftusername1", "level": 4 }, { "uuid": "another-uuid-here", "name": "minecraftusername2", "level": 4 } ] - Save the file and restart the server.
Permission levels
| Level | Role | Description |
|---|---|---|
| 1 | Moderator | Can bypass spawn protection. |
| 2 | Gamemaster | Can use most commands and command blocks. |
| 3 | Admin | Can use multiplayer management commands. |
| 4 | Owner | Can use all commands, including server management. |
Note: To find a player's UUID, use the Mojang API:
https://api.mojang.com/users/profiles/minecraft/USERNAME(replaceUSERNAMEwith the player's Minecraft name).