Fabricator
self-hosted minecraft server panel
good UI, lots of modloader support, has direct modpack pulling from CurseForge/Modrinth.
me likey :)
docker compose:
---
services:
fabricator:
container_name: fabricator
image: ghcr.io/philderks/fabricator:latest
container_name: fabricator
restart: unless-stopped
ports:
- 5000:5000 # web-ui
- 25565:25565 # server port
volumes:
- ./data:/data
stop_grace_period: 60s
environment:
- FLASK_ENV=production
No comments to display
No comments to display