Give Operator (OP) Permissions on Your Minecraft Server

How to OP yourself and other players, understand permission levels 1-4, and manage admin access on your Minecraft server.

Operator (OP) status gives players access to server commands. There are 4 permission levels.

OP via Server Console

In the Console tab of the XGamingServer Panel:

op PlayerName

To remove OP:

deop PlayerName

OP Permission Levels

Set in server.properties:

op-permission-level=4
LevelAccess
1Bypass spawn protection
2Use /clear, /difficulty, /effect, /gamemode, /gamerule, /give, /tp, and more
3Use /ban, /deop, /kick, /op
4Use /stop, /debug, /reload — full server control

The ops.json File

OPs are stored in ops.json in the server root:

[
  {
    "uuid": "player-uuid-here",
    "name": "PlayerName",
    "level": 4,
    "bypassesPlayerLimit": false
  }
]

You can edit this file directly via Files in the panel to set specific permission levels per player.

💡 Tip: For more granular permissions (ranks, groups, per-command control), use LuckPerms instead of the OP system.

How is this guide?

40% Off — Limited TimeGet your Minecraft server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page