On-Premises Deployment
The QuantumAPI on-premises deployment lets you run the full platform — QuantumID, QuantumVault, and QuantumAPI — in your own infrastructure using a simple Docker Compose workflow.
Ideal for enterprises requiring data sovereignty, compliance with GDPR/NIS2, or air-gapped environments where data must never leave your network.
License tiers
| Feature | Starter | Professional | Enterprise |
|---|---|---|---|
| Products included | QuantumID + Vault + API | QuantumID + Vault + API | QuantumID + Vault + API |
| API calls / month | 10,000 | 1,000,000 | Unlimited |
| Storage | 1 GB | 100 GB | Unlimited |
| QRNG source | Fallback (CSPRNG) | Standard (Quantum Blockchains) | Premium (Dual-source) |
| Max tenants | 1 | 5 | Unlimited |
| Air-gapped mode | No | No | Yes |
| Support level | Community | Dedicated | |
| License validity | 30 days | 90 days | 365 days |
Minimum requirements
Hardware
Minimum 4 GB RAM, 2 vCPUs, 5 GB free disk space. Recommended: 8 GB RAM, 4 vCPUs for production workloads.
Software
Docker Engine 24+ with Docker Compose v2. OpenSSL for secret generation. Linux, macOS, or Windows with WSL2.
Network
Ports 80 and 443 available. DNS pointing to your server. Outbound HTTPS for license validation (unless air-gapped).
Deployment options
Docker Compose
Single-server deployment with Docker Compose. Ideal for development, testing, and small production workloads.
Installation guideKubernetes
Production-grade deployment with Helm charts. Ideal for high availability, auto-scaling, and enterprise infrastructure.
Kubernetes guide