A complete Docker-based setup for running the Microvolts Emulator servers on Linux. This setup includes authentication, main game, and gameplay servers with automatic database initialization.
Get the Microvolts Emulator running in minutes:
git clone https://github.com/ToyBattles/MicroVolts-Server-Docker.git
cd MicroVolts-Server-Docker
./setup.sh --db-password-env MY_DB_PASSWORD
export MY_DB_PASSWORD=your_secure_password_here
docker-compose up --build -d
docker-compose psThat's it! Your Microvolts Emulator is now running with:
- ✅ MariaDB database (port 3305)
- ✅ Authentication server (port 13000)
- ✅ Main game server (ports 13005, 14005)
- ✅ Gameplay server (ports 13006, 14006)
- Docker 20.10+ and Docker Compose 2.0+
- Linux environment (Ubuntu/Debian recommended)
- 4GB+ RAM available
- Git for repository access
- Full Documentation - Complete guides and references
- Discord Server - Bug reports and feature requests