Single-binary deployment
The web UI is embedded, SQLite is native Go, and the target host does not need a large runtime stack to run the panel.
VoltPanel gives you a complete Linux hosting control panel for websites, PHP, SSL, databases, backups and tenant management — all packaged as a single static binary with a security-first architecture.
VoltPanel is designed for self-hosted infrastructure where stability, tenant boundaries and reproducible setup matter more than endless UI complexity.
The web UI is embedded, SQLite is native Go, and the target host does not need a large runtime stack to run the panel.
Server actions are not generic shell calls. Each request is a validated, typed operation with explicit boundaries and safety checks.
Nginx, PHP-FPM and related config are generated from the database state, which keeps the system reconstructible and easier to audit.
Browser ──▶ volt-web ──┐
│
│ Unix Socket (validated)
▼
volt-agent (root)
├─ nginx
├─ php-fpm
├─ MariaDB
├─ systemd
├─ certificates
└─ files & users
bash <(curl -fsSL https://get.voltpanel.dev/install.sh) volt update volt site add example.com --php 8.3 volt cert issue example.com
Access is scoped by tenant, not just by endpoint, reducing the risk of accidental cross-scope exposure.
Write actions are logged to support auditability and traceability for operators and admins.
Updates create a snapshot, validate integrity and can roll back automatically if a deployment fails.
Start from a clean, self-hosted stack built for sites, PHP, SSL and tenant operations.