https://github.com/panomc/pano
🚀 Advanced server management and website made for Minecraft.
https://github.com/panomc/pano
cms management minecraft website
Last synced: about 1 month ago
JSON representation
🚀 Advanced server management and website made for Minecraft.
- Host: GitHub
- URL: https://github.com/panomc/pano
- Owner: PanoMC
- License: gpl-3.0
- Created: 2020-05-08T14:08:21.000Z (about 6 years ago)
- Default Branch: alpha
- Last Pushed: 2026-01-28T09:37:38.000Z (5 months ago)
- Last Synced: 2026-01-28T11:22:19.215Z (5 months ago)
- Topics: cms, management, minecraft, website
- Language: Kotlin
- Homepage: https://panomc.com
- Size: 581 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Pano
The main repository for Pano, an advanced web platform powering Minecraft server websites. 🚀
---
## 🚀 Project Status
**Current Status:** Beta - Pano is now ready for use, although small bugs may still be encountered.
Announcements and updates are shared via our [Discord](https://panomc.com/discord).
### 📢 Release Types
We categorize our updates into three main stages:
- **Alpha**: Early-stage development. Experimental features, potential breaking changes, and critical bugs. Use with caution.
- **Beta**: Feature-complete and generally stable. Ready for wider use, but may still have minor bugs. Recommended for testing and early adopters.
- **Release**: Stable and production-ready. Thoroughly tested for a reliable experience.
---
## 📦 Other Pano Repositories
- [**panel-ui**](https://github.com/PanoMC/panel-ui) - Pano's official management panel interface
- [**setup-ui**](https://github.com/PanoMC/setup-ui) - Pano's setup wizard interface
- [**vanilla-theme**](https://github.com/PanoMC/vanilla-theme) - Default official free theme for Pano
- [**pano-mc-plugin**](https://github.com/PanoMC/pano-mc-plugin) - Minecraft in-game integration plugin (supports Spigot/Paper/Bungeecord/Velocity/Folia)
- [**docs**](https://github.com/PanoMC/docs) - Open-source documentation for Pano
---
## ⚡ Trying Pano
You can try Pano by downloading the latest release from [Releases](https://github.com/PanoMC/pano/releases).
To run Pano:
- **Double-click the JAR** inside a folder, **or**
- Run via terminal:
```bash
java -jar Pano-.jar
```
- To disable GUI:
```bash
java -jar Pano-.jar -nogui
```
For detailed guidance, visit [panomc.com/docs](https://panomc.com/docs).
---
## 🛠️ Requirements
**For contributors / development:**
- **JDK 11+** or **JRE 11+**
- **MySQL 5.5+** / MariaDB
* **Docker & Docker Compose** are optional and only required for contributors.
---
## 🤝 Contributing
Everyone can open issues in the repository.
- We create issues in the respective project repositories for our own development tasks.
- Irrelevant or abusive issues may be closed or removed.
---
### Development Guide
Clone the repository for development:
```bash
git clone --recursive https://github.com/PanoMC/pano.git
cd pano
```
Compile & run for development:
```bash
./gradlew run
```
Or use Docker:
```bash
docker-compose up
```
---
## 📄 License
Pano is licensed under **GNU GPLv3**, meaning it is fully open source. See the [LICENSE](LICENSE) file for details.