The main repository for Pano, an advanced web platform powering Minecraft server websites. π
Current Status: Alpha - Pano is actively developed and early in its lifecycle.
Statuses: Alpha, Beta, Release.
Announcements and updates are shared via our Discord.
- As an Alpha project, Pano may contain breaking changes and its final release could differ significantly.
- panel-ui - Pano's official management panel interface
- setup-ui - Pano's setup wizard interface
- vanilla-theme - Default official free theme for Pano
- pano-mc-plugin - Minecraft in-game integration plugin (supports Spigot/Paper/Bungeecord/Velocity/Folia)
- docs - Open-source documentation for Pano
You can try Pano by downloading the latest release from Releases.
To run Pano:
- Double-click the JAR inside a folder, or
- Run via terminal:
java -jar Pano-<version>.jar- To disable GUI:
java -jar Pano-<version>.jar -noguiFor detailed guidance, visit dev.panomc.com/docs.
For contributors / development:
- JDK 11+ or JRE 11+
- MySQL 5.5+ / MariaDB
- Docker & Docker Compose are optional and only required for contributors.
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.
Clone the repository for development:
git clone --recursive https://github.com/PanoMC/pano.git
cd panoCompile & run for development:
./gradlew runOr use Docker:
docker-compose upPano is licensed under GNU GPLv3, meaning it is fully open source. See the LICENSE file for details.