Skip to content

⚡ Quick Start

For a quick start, you can run the following command:

$ docker run -d -it \
    --name papermc-server \
    --restart=always \
    -p 25565:25565 \
    -e EULA=true \
    'djaytan/papermc-server:latest'

Tags

Available tags can be found here.

Accepting the EULA

Setting the EULA environment variable to true implies that you have read and accepted the Minecraft EULA.

Configuration

You can customize the server using environment variables or configuration files. Learn more in the configuration guide.

For production-grade deployments, we recommend following our dedicated setup guide.