Spaces:
Runtime error
Runtime error
title: PufferPanel | |
emoji: ๐ฎ | |
colorFrom: blue | |
colorTo: purple | |
sdk: docker | |
pinned: false | |
# PufferPanel Game Server Management | |
This Space runs [PufferPanel](https://www.pufferpanel.com/), an open-source game server management panel. | |
## Features | |
- ๐น๏ธ Create and manage game servers | |
- ๐ Persistent storage for game data | |
- ๐ Secure admin access | |
- โ๏ธ Supports Minecraft, Rust, ARK, and more | |
## First-Time Setup | |
1. Visit your Space URL after deployment | |
2. Login with admin credentials: | |
- **Username**: `admin` | |
- **Password**: `changeme` | |
## Custom Configuration | |
Set these environment variables in your Space settings: | |
| Variable | Description | Default | | |
|----------|-------------|---------| | |
| `ADMIN_USERNAME` | Admin username | `admin` | | |
| `ADMIN_PASSWORD` | Admin password | `changeme` | | |
| `PANEL_PORT` | Web interface port | `7860` | | |
| `PUFFER_DATA_DIR` | Storage directory | `/workspace/pufferpanel_data` | | |
## Persistent Storage | |
All game server data is stored in `/workspace/pufferpanel_data` which is preserved between sessions. | |
## Documentation | |
- [PufferPanel Documentation](https://docs.pufferpanel.com/) | |
- [Game Server Setup Guides](https://docs.pufferpanel.com/en/2.x/guides/) | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |