Self-Hosting
The self-hosted edition is built for enterprise and compliance needs — your data stays fully under your control.
Deployment Options
Section titled “Deployment Options”Docker
Section titled “Docker”docker run -d \ --name dlinkclaw \ -p 8080:8080 \ -v /data/dlinkclaw:/var/lib/dlinkclaw \ dlinkclaw/server:latestDocker Compose
Section titled “Docker Compose”version: "3.9"services: dlinkclaw: image: dlinkclaw/server:latest ports: - "8080:8080" volumes: - dlinkclaw-data:/var/lib/dlinkclaw environment: - DLINKCLAW_LICENSE=your-license-key - DATABASE_URL=postgres://dlinkclaw:secret@db:5432/dlinkclaw db: image: postgres:16 environment: POSTGRES_USER: dlinkclaw POSTGRES_PASSWORD: secret volumes: - db-data:/var/lib/postgresql/datavolumes: dlinkclaw-data: db-data:Kubernetes
Section titled “Kubernetes”A Helm chart is available for HA deployments:
helm repo add dlinkclaw https://charts.dlinkclaw.comhelm install dlinkclaw dlinkclaw/dlinkclaw --namespace dlinkclawRequirements
Section titled “Requirements”| Scale | CPU | Memory | Storage |
|---|---|---|---|
| Small (≤100 users) | 4 cores | 8 GB | 100 GB |
| Medium (≤500 users) | 8 cores | 16 GB | 500 GB |
| Large (500+ users) | 16 cores | 32 GB | 1 TB+ |
Enterprise Features
Section titled “Enterprise Features”- SSO / SAML / OIDC
- Granular RBAC
- Full audit logs
- 99.9% SLA
- Dedicated success manager
Getting a License
Section titled “Getting a License”Contact business@dlinkclaw.com for a self-hosted quote and license.
