Table of Contents
Who this is for: Minecraft server owners and administrators who need to grant operator privileges to trusted players.
Ready to jump in? Play minecraft games and experience the creative freedom of this amazing sandbox universe.
Play free games on Playgama.com
Using the /op Command
The fastest way to give someone admin privileges on your Minecraft server is through the /op command. Simply type /op [playername]
in your server console or in-game chat if you’re already an operator. This grants the player full administrative powers including the ability to use all commands, modify the world, and manage other players.
For example, if you want to make a player named “Steve123” an admin, you’d type: /op Steve123
Server Console Method
If you’re running the server from your computer, you can access the server console directly. This black command window appears when you start your server. Type the op command here without the forward slash: op [playername]
This method works even when you’re not logged into the game, making it perfect for setting up admins before players join your server.
Editing the ops.json File
For more permanent admin setup, you can directly edit the ops.json file in your server directory. This file stores all operator information and persists even after server restarts.
Open the ops.json file with any text editor and add entries following this format:
{ "uuid": "player-uuid-here", "name": "playername", "level": 4, "bypassesPlayerLimit": false }
The level determines admin permissions: level 4 gives full access, while lower levels restrict certain commands.
Permission Levels Explained
Minecraft servers use a 4-tier permission system:
- Level 1: Can bypass spawn protection
- Level 2: Can use basic commands like /clear, /give
- Level 3: Can use player management commands like /ban, /kick
- Level 4: Full server access including /stop, /op commands
Removing Admin Rights
To remove someone’s admin status, use /deop [playername]
in console or chat. This immediately revokes all operator privileges while keeping the player on your server.
Third-Party Server Hosts
If you’re using hosting services like Minehut, Aternos, or others, look for a “Console” or “Commands” section in your server control panel. The /op command works the same way, but you’ll enter it through their web interface instead of a local console.
Some hosts also provide user-friendly admin management panels where you can add operators by simply entering usernames and selecting permission levels.
Ready to start your own Minecraft adventure and put these admin skills to use? Explore our collection of minecraft games to discover new ways to enjoy this beloved sandbox world.
TL;DR
Use /op [playername] in server console or in-game chat to grant admin privileges. You can also edit the ops.json file directly for permanent admin setup.
