FluxBilling
Billing · DCIM · Provisioning

The hosting platform that bills, provisions, and tracks the rack.

FluxBilling is a hosting billing and DCIM platform delivered as managed SaaS, with a self-hosted option on the Business tier. Integrated rack management, IPAM, and a visual plugin builder. Plans from €4.95/mo.

One product for hosting providers tired of stitching billing, DCIM, and provisioning together with three vendors and a sync job.

14-day refund · provision in <2 min · cancel any time
K3s tenant isolationInbound webhooksMulti-regionVisual plugins
FluxBilling · admin
FluxBilling admin dashboard — invoices, services, and DCIM in one view
Alternative to

Worth comparing if you’re evaluating your hosting stack or planning a migration.

FluxBilling is hosting billing software that automates invoicing, payment collection, and server provisioning for hosting providers — with DCIM and IPAM in the same schema instead of a second product.

Capabilities

Everything to run a hosting business, in one platform.

Not a billing tool with a DCIM plugin. Not a DCIM tool with a billing plugin. One product.

01.

Automated billing

Invoices, retries, reminders, dunning — running on a queue, not a cron. All the major payment gateways included, no per-gateway add-on charge.

Learn more
billing · gateways
FluxBilling billing and payment gateway settings
02.

Service provisioning

Bare metal, VPS, game servers. Stock check, allocation, OS install — all hands-free, all logged, all idempotent.

Learn more
automation
FluxBilling automated provisioning view
03.

Integrated DCIM

Racks, U-positions, power, IPAM, cabling. The data center is a first-class part of the platform — not a separate product you sync to.

Learn more
dcim · rack
FluxBilling DCIM rack view with U-positions and inventory
04.

Plugin everything

Payment processors, hypervisors, registrars, monitoring — every integration is a plugin. Swap providers without touching core code.

Learn more
plugin builder
FluxBilling visual plugin builder
05.

Client portal

Self-service that customers actually use. Manage services, invoices, support, billing — no full-page reloads, websocket-backed live updates for active console sessions.

Learn more
client portal
FluxBilling client-facing portal
Automation

Automated. Predictably.

Order placed, gateway captured, infra provisioned, credentials emailed — one durable workflow, idempotent retries, signed audit log. No watchdog scripts, no manual touches.

APIhypervisor plugin
VPS
PXE/iPXEbare-metal
Dedicated
Touchless
Workflow
Idempotent
Retries
automation
FluxBilling automation flow — order to provisioned server
Architecture

Built like a native app.

No page reloads, no full-page spinners. Optimistic UI on the frontend, queued workers on the backend. The interface stays responsive while the heavy work runs to completion.

legacy-panel.example.com/services?action=create&step=3
Legacy
Provision new service
Page 3 of 7
  1. 01.Click button
  2. 02.Show loading spinner6.4s
  3. 03.Wait for server
  4. 04.Refresh page
  5. 05.See result
Loading
38%
avg time-to-feedback: 3-6s
connection idle
FluxBilling · live action
FluxBilling admin — real-time, no full-page reloads
Optimistic UI+ durable queue workers
Optimistic UI
See changes the moment you click. Reconciliation happens in the background.
Queued workers
Provisioning, billing, and email run on durable queues with retries and idempotency.
No reloads
The app does not unmount on action. State persists across operations.
stripe-visual.json
plugin manifest
{
"plugin": {
"name": "Stripe",
"slug": "stripe",
"type": "payment-gateway",
"capabilities": {
"supportsRefund": true,
"supportsRecurring": true,
"supportsSavedPaymentMethods": true
}
},
"connections": [{
"baseUrl": "https://api.stripe.com/v1",
"authType": "bearer_token"
}],
"flows": [{
"slug": "create-checkout-session",
"canvas": {
"nodes": [
{ "id": "start-1", "type": "start" },
{ "id": "transform-amount", "type": "transform" },
{ "id": "http-create-session","type": "httpRequest" },
{ "id": "condition-success", "type": "condition" },
{ "id": "end-success", "type": "end" }
],
"edges": [
{ "source": "start-1", "target": "transform-amount" },
{ "source": "transform-amount", "target": "http-create-session" },
{ "source": "http-create-session","target": "condition-success" },
{ "source": "condition-success","target": "end-success" }
]
}
}]
} // loaded via VisualPluginManager → FlowExecutor
Visual plugin builder

Every integration is a flow. Here’s a real one.

No core forks, no shadow tables. A plugin declares capabilities, connections, and a node graph — the executor runs it. Same shape for payments, hypervisors, notifications, automation.

  • Drag-and-drop, no build step.Authored in the admin UI, stored in the database, hot-loaded into the registry on save.
  • Same shape, every domain.Payments, infrastructure, notifications, automation — all use the same flow executor and node types.
  • Importable JSON.Export, version, and share plugins as a single manifest. Re-import on any tenant.
Plugins

All inputs and outputs are plugins.

Payment processors, hypervisors, game panels, notifications. Stripe and SolusVM 2 are seeded into every tenant; the rest install on demand or build your own in the visual editor.

plugin builder
FluxBilling visual plugin builder — chain payment, infrastructure, and monitoring integrations
Stripe
payment
PayPal
payment
CoinGate
payment
Virtualizor
infra
cPanel/WHM
infra
Discord
notification
WHMCS Importer
migration
Plesk
infra
soon
Stripe
payment
PayPal
payment
CoinGate
payment
Virtualizor
infra
cPanel/WHM
infra
Discord
notification
WHMCS Importer
migration
Plesk
infra
soon
SolusVM 2
infra
Mollie
payment
Authorize.Net
payment
Pterodactyl
infra
Telegram
notification
Slack
notification
EasyDCIM Importer
migration
Proxmox
infra
soon
SolusVM 2
infra
Mollie
payment
Authorize.Net
payment
Pterodactyl
infra
Telegram
notification
Slack
notification
EasyDCIM Importer
migration
Proxmox
infra
soon
All inputs and outputs are plugins. Honest about which ship today.
Explore the catalog
Get started

Try it on your own data. Refund inside 14 days if it’s not the fit.

Pick a tier and provision a tenant in under two minutes — isolated K3s namespace, your own database, the full product. If FluxBilling isn’t the right fit inside 14 days, open a ticket and we’ll refund the subscription. No sales call, no qualification gate.

14-day refund
Standard policy
  1. 01.
    Pick a tier
    Lite from €4.95/mo. Upgrade later, no migration.
    < 1 min
  2. 02.
    Provision the tenant
    Isolated K3s namespace + your own PostgreSQL database. Full product, your data.
    < 2 min
  3. 03.
    Refund inside 14 days
    Not the fit? Open a ticket within 14 days and we refund the subscription. No questions, no qualification gate.
    d0 — d14
14-day refund · cancel any time
Start →
Engineering & trust

Built for hosting providers that audit their stack.

Read the security overview
Region-aware deployments

Multi-location by design — choose your jurisdiction. DPAs available on contract.

Encryption at rest

AES-256-GCM for credentials, API keys, and sensitive tenant settings. Modern TLS at the edge.

Tenant isolation

Dedicated database and Kubernetes namespace per customer, orchestrated on K3s.

Visual plugin builder

Public JSON schema. Build new payment gateways and provisioners without forking the platform.

Kubernetes orchestration

Every tenant runs as a K3s pod with rolling updates and isolated storage — not a shared LAMP host.

Migration importers

WHMCS and EasyDCIM importers move clients, services, invoices, and racks without a clean break.

DDoS sensor & WAF

Edge sensor feeds the platform with attack signals; built-in IP banning and rate limits.

Disaster recovery

Multi-location backups and failover-ready architecture across deployment locations.