P anaceum.cc
Log in
Billing automation for hosting providers

Your panacea
for business

Panaceum issues invoices, collects payments and provisions or suspends servers without an operator. Direct integrations with Pterodactyl and Hetzner, data processed inside the EU only.

Rust
built in Rust
EU
data stays in the European Union
24/7/365
automation without an operator
Client area
client #1234
Amount due
Invoice issued
24,60 € #10482 · 04.07.2026
Suspension in 5 days if unpaid
Minecraft · 8 GB
198.51.100.24:25565
Frankfurt · Pterodactyl
VPS · CX32
203.0.113.7
Warszawa · Hetzner
Automation log
04.07 09:12invoice.paidsepa · 24,60 €
04.07 09:12server.unsuspendexternal_id 8421
04.07 09:13gdpr.logaccess recorded
Integrations out of the box
Pterodactyl
Hetzner
Stripe
Przelewy24
Mollie
SEPA
Also: SEPA direct debit, bank transfer, card payments through your acquirer Email, Telegram and Discord notifications
Features

The full hosting sales cycle in one system

Invoices and subscriptions

Invoices are issued ahead of renewal, reminders follow a schedule, suspension and erasure run by policy. Amounts are calculated in fixed precision.

Automatic invoices, late fees and partial payments
Gateway fee as a separate invoice line
Printable invoice and credit note in A4
Invoices
InvoiceAmountDueStatus
#10482 Minecraft 8 GB 09.07.2026 Unpaid
#10390 Minecraft 8 GB 04.06.2026 Paid
#10201 VPS CX32 04.05.2026 Paid
#10088 Domain renewal 12.04.2026 Overdue
Data erasure in 6 days dunning active
GDPR · RODO

GDPR and RODO compliance by design

Panaceum acts as a processor. Data protection is part of the product, not an appendix: a signed processing agreement, a public subprocessor list and technical controls you can verify.

Art. 28 GDPR UODO · RODO EU-only hosting
Data processing agreement

DPA under Art. 28 GDPR, available in Polish as umowa powierzenia przetwarzania danych, signed before the first import.

Subprocessor list

Every subprocessor is named with its role and location; changes are announced 30 days in advance with a right to object.

EU-only processing

Production and backups stay in Frankfurt and Warszawa. No transfers outside the EEA, no access from third countries.

Export and erasure

Client data exports in machine-readable form; erasure requests are executed on a defined schedule with a written confirmation.

Access audit log

Every view, export and change of personal data is recorded with the account, time and object, and is available to you.

Staff and security

Mandatory two-factor authentication, role-based permissions, pseudonymised staff identities in client-facing views.

Pterodactyl

Direct Pterodactyl integration

No third-party bridge. Panaceum calls the panel Application API: it creates the server after payment, updates limits on plan change, suspends on non-payment and deletes after the payment window closes.

Each server in the panel is linked to exactly one billed service - no mix-ups
Clients open the panel straight from the client area, without a second password
Verification mode: see what the system would do without touching production
POST /api/application/servers
// after invoice.paid
{
  "external_id": "8421",
  "egg": 15,
  "limits": { "memory": 8192, "disk": 40960 },
  "node_region": "eu-central"
}
201 Created · 0,41 s · server.create ok
Pricing

Pricing on request

The plan follows your active service count and the provisioners you connect. Quotes are issued within one business day, invoicing in EUR or PLN.

Start

Up to 300 active services, one provisioner

Price on request
Client area and admin panel
Pterodactyl or Hetzner
Two payment gateways
Email support
Growth

Up to 3 000 services, all provisioners and gateways

Price on request
Everything in Start
Support desk with SLA
Partner programme and SSO
Assisted data migration
Enterprise

No service limit, your own gateways and provisioners

Price on request
Everything in Growth
Dedicated cluster or self-hosted
Custom workflows
Agreed SLA and priority
API

REST API, webhooks and typed clients

The schema is generated from the code and the TypeScript client from the schema. Scoped keys, sandbox mode that never touches production, and data export endpoints for subject requests.

OpenAPI 3.1 webhooks OIDC data export
$ curl https://api.panaceum.cc/v1/invoices \
  -H "Authorization: Bearer pn_live_…"
{
  "id": 10482,
  "total": "24.60",
  "currency": "EUR",
  "vat": "reverse_charge",
  "data_region": "eu-central"
}
// amounts are strings, the client never computes money

See Panaceum on your own data

We walk through the client area, the admin panel and the support desk, prepare a quote for your service count and review the data protection paperwork.

Data region Frankfurt · Warszawa
VAT EU B2B reverse charge
Currencies EUR, PLN and more
Deployment SaaS or self-hosted