Integrations
Koapanel connects to what you already use.
Billing, automation, monitoring, backups, DNS and AI: every integration is included in every plan, the Free one too.
Billing and automation
Sell hosting without doing anything by hand.
WHMCS
Free official module: creates, suspends, upgrades and removes accounts by itself, with one-click panel login from the client area. WHMCS 8 and 9.
Blesta e FOSSBilling
Free official modules with the same lifecycle as WHMCS: creation, suspension, package changes, removal and one-click panel login.
REST API and webhooks
Accounts, resellers, packages, sites, databases, mail and one-click login, documented as OpenAPI 3.1. Signed webhooks for every event: connect any billing system or back office.
Licences for providers
Partner providers issue, suspend and move their customers' Koapanel licences from WHMCS or the Partner API, at wholesale prices.
Monitoring
Prometheus, Grafana and your alerts.
Every panel exposes its metrics in the Prometheus format: CPU, memory, disks, services, sites, certificate expiry and last backup of every site. Grafana, Zabbix, Netdata, Datadog and Uptime Kuma read them too.
An administrator API key is all it takes: no new port, no agent to install.
prometheus.yml
scrape_configs:
- job_name: koapanel
scheme: https
metrics_path: /api/v1/metrics
authorization:
credentials_file: /etc/prometheus/koapanel.key
static_configs:
- targets: ["panel.example.com:8443"]External services
Backups, DNS and AI.
Backups to S3
Any S3-compatible storage: Amazon S3, Wasabi, Backblaze B2, MinIO and the cloud providers' object storage. Daily, weekly and monthly retention, one-click restore.
DNS
Manage DNS on Cloudflare or 1PrimeCDN from the panel and point a site to the server in one click, or keep DNS on this server.
AI assistant
With your Anthropic key, Claude reads a site's logs and configuration, explains the problem in plain words and proposes the fix, which you apply with one click.
Installation and migration
On any VPS, from any panel.
One command on a fresh Ubuntu 24.04 server, from any provider: the panel installs in 5-10 minutes, verified with a digital signature. Bring accounts over from cPanel with sites, databases and mailboxes.
Do integrations cost extra?
No: API, webhooks, the WHMCS module, metrics and S3 backups are included in every plan, the Free one too.
Can I try the API before installing?
Try the panel in the online demo (login admin / demo-admin-2026, data resets every hour) and read the public OpenAPI document. API keys are disabled in the demo: to call the API or connect WHMCS, install Koapanel on a VPS with the Free plan, it takes 10 minutes.
I use a billing system other than WHMCS.
Blesta and FOSSBilling have official modules, free like the WHMCS one. For anything else the REST API covers the whole account lifecycle, with signed webhooks for events. Need a module for another system? Write to us.