
Deploy Dynamic Minecraft itzg server on Your Own Server
Minecraft server with dynamic versions and types.
Want to deploy Dynamic Minecraft itzg server on your server faster? Try Senate with one-command setup, automatic HTTPS and monitoring.
What is Dynamic Minecraft itzg server?
Minecraft server with dynamic server types and modpack support. This is oneclickapp in the any of itzg's Minecraft server version.
Self-Host Dynamic Minecraft itzg server
Follow these steps to deploy on your own server.
Install Docker
Skip this step if Docker is already installed on your server.
curl -fsSL https://get.docker.com | sh
Configure
Customize the settings below. Defaults work for most cases.
General
Deploy
Copy the configuration and run it on your server.
services:
forge_minecraft:
image: itzg/minecraft-server:$$java_version
environment:
CF_API_KEY: ""
CF_PAGE_URL: ""
DISABLE_HEALTHCHECK: "FALSE"
EULA: "true"
FORGE_VERSION: 47.0.46
MAX_MEMORY: ${max_ramG}
MAX_PLAYERS: "20"
MODE: survival
MOTD: Minecraft server powered by docker
ONLINE_MODE: "FALSE"
RCON_PASSWORD: 0852c78f
SERVER_NAME: Minecraft server
TYPE: $$server_type
VERSION: 1.20.1
volumes:
- forge_minecraft-data:/data
ports:
- $$cap_mc_port:25565
forge_minecraft-web:
image: itzg/rcon:multiarch
environment:
RWA_ADMIN: "TRUE"
RWA_PASSWORD: 5bd5b7d4
RWA_RCON_HOST: forge_minecraft
RWA_RCON_PASSWORD: 0852c78f
RWA_USERNAME: admin
ports:
- 4327:4327
volumes:
forge_minecraft-data: {}
Then run:
docker compose up -d
Access
Once started, access your app at http://localhost:4326
Why Self-Host Dynamic Minecraft itzg server?
Full Data Ownership
Your data stays on your servers. No third-party access.
No Monthly Fees
Pay only for your server. No per-seat or usage charges.
Complete Control
Customize, backup, and scale on your own terms.
Privacy & Compliance
Meet GDPR, HIPAA, or internal security requirements.
Technical Details
Docker Image
itzg/minecraft-server:$$java_versionOfficial Docs
github.comWant to go faster?
Try Senate! Senate handles Docker, HTTPS, updates, and monitoring for you. Deploy any of our 300+ apps with a single command.
Install on any Linux server:
sh -c "$(curl -sSL https://get.senate.sh)"