A website control panel for Minecraft servers. Built with Flask and React.
Tested to work on Windows and Linux.
Supports the following servers (+ automated installation) (although others may be possible by installing manually):
- Spigot
- Forge
- NeoForge
- Fabric
Windows and Linux
Prerequisites: Python
- Download the latest build zipfile.
- Extract the contents.
- Run the setup script:
- Windows:
setup.bat
- Linux:
sudo sh setup.sh
- Windows:
- Run the run script:
- Windows:
run.bat
- Linux:
sudo sh run.sh
- Windows:
You must have Python and Node.js installed.
- Download and extract the repository to a new folder.
- Install all Python packages from
backend/requirements.txt
. - Run
backend/setup.py
from the root directory. - Run
backend/main.py
from the root directory. This is your Python backend API. - Run
npm run dev
from the/frontend
directory. This is your Vite + React frontend.