Comprehensive web admin panel for self-hosted Minecraft servers. Supports all servers since Minecraft Beta 1.9-pre4 (2011/10).
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.
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).
http://localhost:3000
in your browser.docker-compose up
in the root directory.http://localhost:3000
in your browser../gradlew bootRun
(or gradlew.bat bootRun
on Windows) in the backend
directory.pnpm install
in the frontend
directory.pnpm build
in the frontend
directory.pnpm start
in the frontend
directory.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!