2026-05-01 18:46:17 +02:00
# MinePanel
2026-05-16 12:57:52 +00:00
A modern self-hosted Minecraft server management panel powered by Docker.
MinePanel allows you to create, manage and monitor Minecraft servers through a clean web interface without manually handling Docker containers or constantly using SSH.
---
## Features
### Server Management
- Create and manage multiple Minecraft servers
- Start, stop and restart servers instantly
- Supports:
- Vanilla
- Paper
- Spigot
- Purpur
2026-05-16 13:05:26 +00:00
- Folia
2026-05-16 12:57:52 +00:00
- and more
### Live Monitoring
- Real-time console logs
- CPU and RAM monitoring
### Backups
- Automatic backups
- Easy restore support
### Web Interface
- Modern responsive UI
- Mobile friendly
- Multi-language support
---
# Quick Start
## Requirements
2026-05-16 15:10:54 +02:00
- Minecraft Server and a free Port
2026-05-16 12:57:52 +00:00
---
## Installation
2026-05-16 15:10:54 +02:00
- Download the jar from the [Modrinth Page ](https://modrinth.com/plugin/minepanel )
- Start the server and wait for the panel to initialize
2026-05-16 12:57:52 +00:00
Open the panel in your browser:
``` txt
2026-05-16 15:10:54 +02:00
http://ip:3000
2026-05-16 12:57:52 +00:00
```
---
2026-05-16 15:10:54 +02:00
# Compile from Source
2026-05-16 12:57:52 +00:00
``` bash
2026-05-16 15:10:54 +02:00
git clone https://git.winniepat.de/winnie/MinePanel.git
cd MinePanel
gradlew build
2026-05-16 12:57:52 +00:00
```
2026-05-16 15:10:54 +02:00
- And copy the generated `build/libs/MinePanel.jar` to your server
2026-05-16 15:12:29 +02:00
-
2026-05-16 12:57:52 +00:00
---
# Reverse Proxy / SSL
2026-05-16 15:10:54 +02:00
MinePanel can be secured with:
2026-05-16 15:12:29 +02:00
- Nginx Proxy Manager (easiest option)
2026-05-16 15:10:54 +02:00
- A Let's Encrypt certificate
- Your own SSL certificate
2026-05-16 12:57:52 +00:00
# Security Notice
MinePanel is still under active development.
Do not expose the panel publicly without:
- HTTPS
- strong passwords
- firewall protection
- proper reverse proxy configuration
---
# Roadmap
2026-05-16 15:10:54 +02:00
- [ ] Addon marketplace
2026-05-16 12:57:52 +00:00
- [ ] Scheduled tasks
- [ ] Multi-user permissions
- [ ] Metrics dashboard
- [ ] Public API
---
# Contributing
Pull requests, bug reports and feature suggestions are welcome.
1. Fork the repository
2. Create a new branch
3. Commit your changes
4. Open a pull request
---
# License
This project is licensed under the MIT License.