Status: 📋 Planned — not yet implemented. Contribute this adapter →
HestiaCP is a free, open-source web hosting control panel (fork of VestaCP). The adapter would use the HestiaCP API to manage web domains and subdomains.
- createSubdomain: Create a web domain or subdomain via HestiaCP CLI/API
- removeSubdomain: Remove the domain via API
- pauseSubdomain: Suspend the domain
- resumeSubdomain: Unsuspend the domain
| Field | Description |
|---|---|
hestia_hostname |
HestiaCP server hostname |
hestia_port |
HestiaCP port (usually 8083) |
hestia_username |
HestiaCP admin username |
hestia_password |
HestiaCP admin password or API key |
If you're running HestiaCP and would like to implement this adapter:
- See Writing an Adapter for the complete guide
- HestiaCP provides both a CLI (
v-add-web-domain) and REST API - Open an issue to coordinate before starting
- Submit a PR with your implementation + this doc updated