Comprehensive web admin panel for self-hosted Minecraft servers. Supports all servers since Minecraft Beta 1.9-pre4 (2011/10).
- Server management
- Support for multiple servers
- Server updates monitoring and notifications
- ...and more!
- Authentication
- Server monitoring
- Plugin monitoring
- Support for all server types (Vanilla, Spigot, Paper, etc.)
You can see the full list of planned features in the Projects tab.
Edit your server.properties
by changing the following values:
# Enable most of the features
enable-rcon=true
# Set any password you want but set one. If you don't, the server will automatically disable RCON
rcon.password=<your password>
# Change it or leave it as is, but make sure it's not the same as your server port and note it down
# Note: don't forget to open this port in your firewall if you want to access it from outside your network
rcon.port=<your port>
# Enable monitoring features
enable-jmx-monitoring=true
Then restart your server.
- Make sure you have Docker installed.
- Create the container with the following command:
docker run -d \ --name mintstone \ -p 8080:8080 \ -p 3000:3000 \ ghcr.io/warningimhack3r/mintstone
8080:8080
needs to be exposed in order for Mintstone to work.3000:3000
is also required, although it can be changed to any other port (1234:3000
to use port 1234, for example). - Open
http://localhost:3000
in your browser.
- Make sure you have Docker and Docker Compose installed.
- Clone this repository.
- Run
docker-compose up
in the root directory. - Open
http://localhost:3000
in your browser.
- Make sure you have Node.js (v16+), PNPM, and Java installed.
- Clone this repository.
- Run
./gradlew bootRun
(orgradlew.bat bootRun
on Windows) in thebackend
directory. - Run
pnpm install
in thefrontend
directory. - Run
pnpm build
in thefrontend
directory. - Run
pnpm start
in thefrontend
directory. - Open
http://localhost:3000
in your browser.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Entirely and proudly written with the Monocraft font!