Connect to the Server
- Use any Minecraft client and connect to:
<SERVER_IP>:25565 - Replace
<SERVER_IP>with your server’s public IP address.
Configured Options
- Server Type: Paper / Pufferfish / Leaf / Folia
- Game Mode: The default game mode. Available values:
Survival,Creative,Adventure,Spectator - Difficulty: The difficulty level. Available values:
Peaceful,Easy,Normal,Hard - Online Mode: Whether to only allow players verified with the Minecraft account database to join. Set this to false only if the player’s server is not connected to the Internet.
- Max Players: The maximum number of players that can join the server.
- Memory: Auto-calculated based on system RAM
Important Files & Directories
- Installation directory:
/root/minecraft - World & server data:
/root/minecraft/minecraft-data - Docker Compose file:
/root/minecraft/docker-compose.yml
Docker & Server Management
View server logs:
docker logs -f minecraft
Restart the Minecraft server:
systemctl restart minecraft
List containers:
docker ps