P anaceum.cc
Integrations

Panels, payments and notifications in one loop

Integrations live in the core, not in third-party modules: each one has a contract, a call journal and a verification mode. Here is what connects today and how to add your own.

Panels and clouds

Provisioning modules out of the box

Enabled in the settings, no third-party modules to install. Each has a call journal and a verification mode.

Pterodactyl

Application API: server creation, limits, suspension, deletion and single sign-on through OIDC. The service identifier maps one to one to the server.

Hetzner Robot

Dedicated servers: ordering, reinstallation, plan upgrades and decommissioning.

Hetzner Cloud

VPS: creation, snapshots, server type changes and scheduled deletion.

Plesk

Web hosting: subscriptions, domains, suspension and plan changes via the REST API.

cPanel / WHM

cPanel accounts: creation, packages, suspension and deletion via the WHM API.

Proxmox VE

Virtual machines and containers: cloning from a template, resource limits, console access.

OVHcloud

Dedicated servers and VPS: ordering, reinstallation, IP address management.

Vultr

VPS: creation, snapshots, plan changes and scheduled deletion.

DigitalOcean

Droplets: creation, snapshots, resizing and deletion.

Payments

Gateways and payment methods

Stripe

Cards, Apple Pay and Google Pay. Payment status is confirmed automatically, refunds go through the admin panel.

Mollie

Local European methods: iDEAL, Bancontact, EPS and more, with per-method fee reporting.

Przelewy24 · BLIK

Polish payments: BLIK codes and bank transfers via Przelewy24, settlement in PLN.

SEPA

Credit transfer and direct debit: invoices to companies, operator confirmation and automatic unsuspension.

Cryptocurrency

Payment confirmed by block count, the exchange rate fixed at the moment of invoicing.

VAT, fees and reconciliation

Reverse charge with VIES validation, the gateway fee as a separate invoice line, daily reconciliation of receipts against invoices.

Notifications and data

Channels and exchange

Email

SMTP with templates in the client's language and retries on delivery failure.

Telegram and Discord

Billing and provisioning events in the team channel, separate rules for incidents.

Webhooks

Event subscriptions with signed requests and redelivery.

REST API

Schema generated from code, a typed client, keys with scoped permissions.

Custom integrations

Connect a panel or a gateway that is not on the list

Provisioning modules and payment gateways have a documented contract. An implementation plugs in as a separate module without touching the core.

01 ContractWe describe the create, update, suspend and delete methods and the states the panel returns.
02 Verification loopThe module runs without real changes; every call is visible in the journal.
03 Going liveSwitch to live mode after verification, with an instant way back to the verification loop.

Need an integration that is not on the list

Describe the panel or the gateway - we estimate the effort and include it in the implementation plan.