How to give OP or Operator status to a player on a Java server¶
OP (Operator) is the highest permission level on a Minecraft Java server. An OP player can run every command, bypass spawn protection, change gamemode for other players, kick and ban, and so on. Give OP only to people you fully trust on the server.
Steps¶
- Open
https://panel.nexuscloud.id/. - Click your server.
- Open the Console menu (it is the first item in the side menu; if you have scrolled down, scroll back up to find the Console link).
- Make sure the player you want to OP has joined the server at least once. They do not need to be online when you run the command; they just need to have a known username in the player list.
- In the console, find the Execute Command field.
- Type
op <playername>— for exampleop nexusid1. - Press Enter (or click Send).
Verify¶
In Minecraft, join the server with the OP account and run a command that only works for operators, for example:
If the command runs and you see no error in red, OP is active. If you see a red error like You do not have permission to use this command, the OP did not apply — re-check the username spelling and try again.
Tips¶
- To remove OP later, use
deop <playername>from the same Execute Command field. - OP level can be tuned in
ops.json. Each entry has alevel(1–4). Level 4 is full admin. - Do not give OP to anyone you do not trust: an OP can drop the world, ban everyone, or run
/stop.
Help us out
If you found this tutorial useful, please leave a review on Trustpilot! Your rating helps us make more useful guides
Cheers, Team NexusCloud