Retrom
Self-HostedSelf-hosted game server management panel for retro and modern titles
Overview
Retrom is a self-hosted game server management panel built to simplify deploying and maintaining both retro and modern game servers. It supports popular titles like Minecraft, Terraria, Valheim, and retro classics with one-click setup, real-time performance monitoring, and log viewing. Deployable via Docker for easy installation, Retrom offers role-based access control for team collaboration and full control over server configurations—perfect for hobbyists or communities wanting to host their own game servers without relying on third-party platforms.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
retrom:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: retrom
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- One-click game server deployment
- Real-time monitoring & log viewing
- Role-based access control
Frequently Asked Questions
? Is Retrom hard to install?
Retrom uses Docker for deployment, so installation is straightforward if you have basic Docker skills—just pull the image and run it with required environment variables. Detailed setup guides are available in the GitHub repo.
? Is Retrom a good alternative to Nodecraft?
Yes—Retrom offers similar core features (server management, monitoring) but as a self-hosted solution, giving you full control over hardware and data unlike Nodecraft’s hosted service.
? Is Retrom completely free?
Yes—Retrom is open source under the MIT License, so it’s free to use, modify, and self-host without any subscription fees.
Top Alternatives
People Also Ask about Retrom
Tool Info
Pros
- ⊕ Privacy focused (self-hosted)
- ⊕ Full control over server infrastructure
Cons
- ⊖ Requires basic Docker knowledge
- ⊖ Limited niche game support