sudo mkdir -p /var/www && sudo git clone https://github.com/antonndev/ADPanel.git /var/www/adpanel && cd /var/www/adpanel && sudo bash ./initialize.sh --choice 1curl -fsSL https://raw.githubusercontent.com/antonndev/ADaemon/main/install.sh | tr -d '\r' | sudo bash -s -- --yesADPanel™ | The open-source Docker Panel engineered for speed. Host containers with ease. While others charge for features, we deliver free.
- Security Rule #1 We bring an Apple-like experience to the developer's workflow.
- Needing a change Developers shouldn't have to settle for outdated interfaces. We're ending the era of boring, complex UIs.
- Official Website: ad-panel.com
- Documentation: ad-panel.com/adocs
- API Reference: ad-panel.com/adocs/api
ADPanel™ isn’t just a game hosting panel, it’s a modern UI capable of running any Docker image on the planet. Start your journey today; our developers are constantly improving the platform to bring an enterprise-grade experience directly on your servers.
If you prefer to set up ADPanel manually instead of using the one-liner installer:
# Clone the repository
git clone https://github.com/antonndev/ADPanel.git
cd ADPanel
# Copy the example environment file and fill in your values
cp .env.example .env
# Install dependencies
npm install
# Start the panel
npm startRedis is optional. ADPanel works out of the box with file-based sessions. For production, we recommend enabling Redis — just uncomment
SESSION_STORE=redisand setREDIS_URLin your.envfile. If Redis becomes unavailable at runtime, the client automatically reconnects with exponential backoff.
Released under the MIT License. Copyright © 2026 - present ADPanel Workers.