Self-hosted LumiqTrace is available on the Enterprise plan. It gives your team full data sovereignty — all traces, metrics, and AI analysis stay within your own infrastructure and never leave your network. You receive a commercially licensed Docker image, a license key, and dedicated support for deployment and upgrades.Documentation Index
Fetch the complete documentation index at: https://docs.lumiqtrace.com/llms.txt
Use this file to discover all available pages before exploring further.
Self-hosting requires an Enterprise license. Contact [email protected] to discuss pricing and receive your license key and Docker registry credentials.
What you get with Enterprise self-hosting
Docker image
A signed Docker image pulled from the LumiqTrace private registry. New versions are published with each release.
License key
A license key that activates the API server. The server will not start without a valid key.
Data sovereignty
No events, traces, or AI results ever leave your infrastructure. Ideal for regulated industries and data-sensitive environments.
Dedicated support
A shared Slack channel with the LumiqTrace engineering team for deployment help, upgrades, and escalations.
Infrastructure requirements
You are responsible for providing and managing the following infrastructure:| Service | Minimum spec | Purpose |
|---|---|---|
| PostgreSQL 15+ | 2 vCPU, 4 GB RAM | Organizations, projects, alerts, prompts, billing |
| ClickHouse 24+ | 4 vCPU, 8 GB RAM | LLM event storage and analytics |
| Redis 7+ | 1 vCPU, 2 GB RAM | Sessions, API key cache, job queues |
| Container runtime | Docker or Kubernetes | Running the API and web app images |
Deployment overview
Request your Enterprise license
Contact [email protected] with your organization name and expected event volume. You will receive:
- A
LICENSE_KEYfor activating the API server - Docker registry credentials (username + password) for pulling images
- A private Docker registry URL
Authenticate with the Docker registry
Log in to the LumiqTrace private Docker registry using the credentials provided:
Pull the Docker images
Pull the API server and web app images:Replace
latest with a specific version tag for pinned deployments (recommended for production). Version tags follow semantic versioning: 1.4.2.Configure environment variables
Create an environment file with your infrastructure connection strings, license key, and other required settings. See the environment variables reference for the full list.Critical variables for self-hosting:
Run database migrations
The API container includes a migration runner. Execute migrations before starting the main server for the first time and after each upgrade:
Pointing the SDK at your self-hosted instance
When using the LumiqTrace SDK against your self-hosted deployment, setbaseURL to your API server’s URL:
- TypeScript
- Python
Upgrading
New Docker image versions are published with each LumiqTrace release. To upgrade:License validation
The API server validates yourLICENSE_KEY on startup and rechecks it every 24 hours against the LumiqTrace license service. The check is a lightweight HTTP request — it does not transmit any of your trace data. If your deployment loses internet access or the license expires, the server enters a grace period of 7 days before shutting down. Contact [email protected] to renew or if you need an air-gapped license for fully offline deployments.
Support
Enterprise customers have access to:- A dedicated Slack channel with the LumiqTrace engineering team
- SLA-backed response times (4 hours for P1 issues)
- Upgrade assistance and migration guides