Minecraft PaperMC Server

Launch a high-performance Minecraft server using container technology. Run it seamlessly on AMD64 or ARM64 platforms, including Raspberry Pi and Synology NAS.

Launch and manage a high-performance Minecraft server using this versatile containerized solution. Designed for broad compatibility, it allows you to run a fully optimized PaperMC server on virtually any hardware that supports containerization, from standard desktop computers to specialized devices like Synology NAS and Raspberry Pi. The image stays consistently up-to-date with the latest server versions, ensuring you always have access to the newest features and security patches.

Key benefits include:

  • Cross-platform compatibility: Works flawlessly on both AMD64 and ARM64 architectures.
  • Flexible configuration: Easily adjust memory limits, timezones, and custom Java flags to suit your hardware capabilities.
  • Enhanced security: Supports rootless execution and custom user ID mapping to keep your host system secure.
  • Easy deployment: Fully compatible with standard run commands and Compose stacks for quick setup.

Directory Structure

minecraft-papermc-server
data
.env
docker-compose.yml

docker-compose.yml

services:
  papermc:
    image: marctv/minecraft-papermc-server:latest
    restart: unless-stopped
    ports:
      - "25565:25565"
    volumes:
      - ./data:/data
    environment:
      - EULA=true
      - MEMORYSIZE=2G
      - TZ=Etc/UTC

.env

# No sensitive credentials are required for the default configuration.
# If you enable RCON or other authentication features, define those secrets here.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Minecraft PaperMC Server

Favicon

 

  
  
Favicon

 

  
  
Favicon