rgyetvai/minecraft-server

By rgyetvai

Updated 3 months ago

Minecraft server in a container with RCON, memory settings, auto EULA acceptance, and backup folder.

Image
Integration & Delivery
Web Servers

16

Minecraft Server Docker Image

This Docker image sets up and runs a Minecraft server (v1.21.4) with configurable memory settings. It includes:

  • RCON support
  • Automatic EULA acceptance (eula.txt)
  • Preconfigured server.properties

The container also creates a backup folder for server data. To run, simply:

  1. Mount your server backup directory.
  2. Expose the necessary ports:
    • 25565 for Minecraft
    • 25575 for RCON

Important: The server should be shut down using RCON and the Minecraft stop command to ensure proper termination.

The included start.sh script handles server startup and shutdown.

Docker Pull Command

docker pull rgyetvai/minecraft-server