Minecraft server operations
Docker Operations
Administration, migration, updates, and troubleshooting for running Docker-based Minecraft servers.
5 guides in this topic
Administer a Docker Minecraft Server Safely with RCON and Console Access
Need to op a player, manage the whitelist, or stop the server cleanly? This guide shows how to use RCON and interactive console access with itzg/minecraft-server without exposing extra risk.
Update a Minecraft Server with Docker Compose and Roll Back Safely
Update an itzg/minecraft-server deployment without gambling with your world. This runbook covers version pinning, a cold backup, validation, and a real rollback path.
Minecraft Container Keeps Restarting: Diagnose the Docker Compose Loop
Find out why an itzg/minecraft-server container repeatedly restarts. This runbook preserves the first error, separates exited from unhealthy containers, and fixes the actual cause.
Fix Permission Denied in itzg/minecraft-server with UID/GID and Bind Mounts
Seeing permission errors in /data or files that Docker cannot write? This guide explains why itzg/minecraft-server defaults to UID 1000:GID 1000 and how to fix ownership safely.
Migrate an Existing Minecraft Server or World to Docker
Move an existing Minecraft server into itzg/minecraft-server without mixing migration and upgrades. This runbook covers world-only imports, full data moves, permissions, and rollback.