BinaryPanel is a fully Go-native, composable server management ecosystem that replaces traditional control panels. It orchestrates three best-in-class open-source toolsβall written in Goβunified by a custom, lightweight dashboard:
- Caddy: High-performance reverse proxy and automatic SSL.
- FileBrowser: Beautiful web-based storage and file management.
- Portainer: Visual orchestration and deployment manager.
- BinaryPanel Dashboard: Fast, zero-dependency SPA connecting it all via APIs.
- Add, edit, and remove domains with a clean UI β reverse proxy or static file server.
- Automatic SSL via Caddy's built-in ACME/Let's Encrypt integration.
- Backup & Restore β download a domain's deployment as a
.zipor upload one to restore. - Process Restart β bounce backend services mapped to a domain directly from the dashboard.
Per-domain security hardening with real-time Caddy API integration:
- Security Score (0β100) per domain with color-coded badges:
- π’ β₯ 80 β Well Protected
- π‘ 40β79 β Partial Protection
- π΄ < 40 β Unprotected
- One-click Presets β Apply Strict, Balanced, or Minimal security profiles instantly.
- Security Headers (applied live, no restart needed):
- HSTS (with max-age, includeSubDomains, preload)
- X-Frame-Options (DENY / SAMEORIGIN)
- X-Content-Type-Options: nosniff
- Referrer-Policy
- Permissions-Policy
- Content-Security-Policy (CSP)
- IP Access Control β Per-domain IP whitelist and blacklist with automatic Caddy route injection.
- Global IP Blocklist β Block IPs across all domains from the Settings page.
- Persistent β All security configs saved to
/data/security.jsonand auto-reapplied on container restart.
- Structured Error Logging β In-memory ring buffer + persistent file-based logging to
/data/binarypanel.log. - Diagnostic Engine β Automatically maps raw network errors (DNS, timeout, connection refused) to user-friendly fix suggestions.
- Log Viewer β Color-coded error log modal with level filtering (All / Errors / Warnings / Info) and live refresh.
- One-Click Stack Reboot β Restart all BinaryPanel containers (Caddy, Dashboard, FileBrowser) to resolve DNS failures or stale connections, with automatic reconnection polling.
- Self-Compiling Updates β Pull the latest code from GitHub and rebuild the dashboard container natively from the Settings page.
- Container Management β Start, stop, restart, and view logs for all Docker containers.
- System Monitoring β Real-time CPU, memory, disk usage gauges, load averages, and uptime stats.
- 1-Click Installers β Deploy applications like BinaryCMS directly from the dashboard.
The entire stack can be installed on a fresh Ubuntu/Debian server using a single command. Open your terminal and run:
curl -sL https://raw.githubusercontent.com/eait7/binarypanel/main/install.sh | sudo bashThe script will automatically:
- Install Docker, Docker Compose, and Git if they aren't already present.
- Clone this repository into
/opt/binarypanel. - Add your user to the
dockergroup. - Orchestrate and launch all necessary services via Docker Compose.
Note: After running this script for the first time, you must close your terminal and open a new one to apply the docker group changes.
All components are securely accessible out of the box.
- BinaryPanel Dashboard:
http://<your-ip>:9000- Login:
admin/admin
- Login:
- FileBrowser:
http://<your-ip>:8090- Login:
admin/Admin123456!(Due to standard 12-character constraint)
- Login:
- Portainer:
https://<your-ip>:9443- Create your own initial password upon first visit.
- Caddy (Web):
http://<your-ip>:80&https://<your-ip>:443
IMPORTANT: You should immediately log into all services and change their default passwords!
- Zero-Bloat Frontend: Built with pure HTML/CSS/JS (no heavy framework bundles), utilizing advanced glassmorphism design and optimized for blazing-fast speed.
- RESTful Orchestration: The BinaryPanel Dashboard securely communicates with Caddy's REST API and Docker's local socket without requiring heavy external SDKs.
- Live Security Injection: Security headers and IP restrictions are applied in real-time via Caddy's JSON admin API β no server restart required.
- Rootless Compatibility: Docker configurations support native Unix sockets and rootless setups where user groups possess appropriate permissions.
BinaryPanel is entirely Free and Open-Source under the MIT license. Rest assured, there are no enterprise paywalls. Every dependency we use is specifically chosen because it permits commercial and non-commercial redistribution with no strings attached:
- Caddy: Apache 2.0 License
- FileBrowser: Apache 2.0 License
- Portainer CE: zlib License
Enjoy your modern, native, and fully composable control panel!