MMinecraft Java Edition

Minecraft Admin Commands and RCON Guide for Server Owners

M
MANAfuel Team
6 min readUpdated May 2026
Minecraft Java RCON console in MANAfuel dashboard

Essential Minecraft Java admin commands for player management, world control, and remote server administration through the MANAfuel RCON console.


  1. Open the RCON Console

    Navigate to your Minecraft Java server in the MANAfuel dashboard and open the RCON Console tab. The console connects to your server on port 25575 with credentials pre-configured. Type any command and press Enter to execute. The console shows real-time server output including player joins, chat messages, and command results.


  2. Grant Operator Permissions

    Operators (ops) can use admin commands in-game. Add an operator with /op PlayerName from the RCON Console. Remove with /deop PlayerName. Operator levels (1 to 4) control what commands are available — level 4 grants full access including /stop and /op. Set the default op level in server.properties with op-permission-level. The ops.json file tracks all operators and their levels.


  3. Manage Players

    Kick a player with /kick PlayerName reason — they disconnect but can rejoin. Ban permanently with /ban PlayerName reason — they see the reason when attempting to reconnect. Unban with /pardon PlayerName. For IP-based bans, use /ban-ip address and /pardon-ip address. View all bans with the banned-players.json and banned-ips.json files in the File Manager.


  4. Control the World

    Set the time with /time set day (or night, noon, midnight, or a specific tick value). Control weather with /weather clear, /weather rain, or /weather thunder. Toggle game rules with /gamerule — common examples include /gamerule keepInventory true, /gamerule mobGriefing false, and /gamerule doDaylightCycle false. These commands execute instantly and affect all players.


  5. Teleport and Spawn Items

    Teleport a player with /tp PlayerName x y z or teleport one player to another with /tp Player1 Player2. Give items with /give PlayerName minecraft:diamond 64. Set spawn point with /setworldspawn x y z. For creative-mode testing, use /gamemode creative PlayerName and switch back with /gamemode survival PlayerName.


  6. Monitor Server Performance

    Check tick performance with the /debug command — start profiling with /debug start and stop with /debug stop to generate a performance report. Monitor connected players with /list which shows player count and names. Bob continuously monitors your server performance and surfaces alerts when tick rate drops below 20 TPS. If the server becomes unresponsive, Bob captures the state and offers a diagnostic summary.

FAQ

Frequently asked questions

Q1

What is the difference between op levels 1 through 4?

Level 1 can bypass spawn protection. Level 2 can use most commands like /gamemode and /tp. Level 3 can use multiplayer management commands like /ban and /kick. Level 4 can use all commands including /stop and /op. Most server admins use level 3 for moderators and level 4 for owners.
Q2

Can I schedule commands to run automatically?

Minecraft does not have built-in command scheduling. Use a plugin like EssentialsX (Paper/Spigot) or a datapack with command blocks on a timer circuit. For server-level scheduling like automatic restarts, configure a Nomad periodic job through the MANAfuel platform.
Q3

How do I enable RCON on my server?

MANAfuel enables RCON by default on all Minecraft Java servers. The RCON Console tab in your dashboard connects automatically. If you need the RCON password for an external tool, find it in your server panel under Connection Info.
Troubleshooting

Fix common issues

Why Your Minecraft Server Keeps Crashing - And How to Fix It

Read guide ->

Minecraft Server Lag Fix - TPS, RAM, and Chunk Causes

Read guide ->
More Minecraft Java Edition guides

Keep reading

Ready in 60 seconds

Deploy your Minecraft Java Edition server

Starting at $6/mo - no credit card to explore the dashboard.