The next-gen game server management panel.
Install • Features • Screenshots • Why A2Panel? • Support
curl -sSL https://github.com/ayushrajdev9-cmyk/A2Panel/raw/main/install.sh | \
sudo DOMAIN=panel.yourdomain.com bashcurl -sSL https://github.com/ayushrajdev9-cmyk/A2Panel/raw/main/install.sh | \
DOMAIN=panel.yourdomain.com bash| 🎮 Multi-Game Support | Minecraft, SteamCMD, Discord bots, databases, voice servers & more |
| 🐳 Docker Isolation | Each server in its own container — secure & clean |
| 🌙 Premium Dark Mode | Glassmorphism UI with smooth animations |
| ⚡ One-Click Install | Single command setup on any Linux/macOS server |
| 🔒 Cloudflare Ready | Built-in proxy support for SSL & DDoS protection |
| 🎨 Fully Customizable | Rebrandable logo, colors, and footer |
| 📦 Auto Backups | Scheduled & manual server backups |
| 👥 Multi-User | Admin, sub-user, and API key management |
- Modern UI — Ditch ugly old panels. A2Panel looks premium out of the box.
- Zero Bloat — Clean Laravel codebase, easy to extend.
- Single Command Deploy — Up and running in 60 seconds.
- Active Development — Fresh fork with ongoing improvements.
- 100% Free — Open source under AGPLv3. No paywalls, no limits.
git clone https://github.com/ayushrajdev9-cmyk/A2Panel.git /var/www/a2panel
cd /var/www/a2panel
cp .env.example .env
# Edit .env: DB credentials, APP_URL
composer install --no-dev
npm install && npm run build
php artisan key:generate
php artisan migrate --force --seedThis project is licensed under the GNU Affero General Public License v3.0 — see the LICENSE file for details.


