Self-host for free. Unlimited servers, unlimited apps, all core features included.
Free version supports VPS providers (Hetzner, DigitalOcean, Vultr, Linode, OVH). Major cloud providers (AWS, GCP, Azure) require a SaaS subscription.
One command to install Docka on Linux or macOS
curl -fsSL https://get.docka.dev | bash
# Quick install (recommended)
curl -fsSL https://get.docka.dev | bash
# Or download .deb from releases
wget https://github.com/docka-dev/docka-releases/releases/latest/download/docka_amd64.deb
sudo dpkg -i docka_amd64.deb
Supported: Debian 11+, Ubuntu 20.04+, Linux Mint 20+
# Add the tap and install
brew install docka-dev/tap/docka
# Or install directly
brew tap docka-dev/tap && brew install docka
Works on macOS 11+ (Big Sur) and Linux with Homebrew
# Add the bucket and install
scoop bucket add docka https://github.com/docka-dev/scoop-docka
scoop install docka
Requires Scoop package manager on Windows 10/11
# Pull and run
docker run -d -p 8080:8080 ghcr.io/docka-dev/docka:latest
# Or use docker-compose
curl -fsSL https://docka.dev/docker-compose.yml -o docker-compose.yml
docker-compose up -d
Multi-arch images available for amd64 and arm64
For 64-bit Intel/AMD processors
For ARM64 processors (Raspberry Pi 4+, AWS Graviton)
For Debian, Ubuntu, and derivatives
For M1, M2, M3, M4 Macs
For Intel-based Macs
For Windows 10/11 (x64)
For Windows on ARM devices
See what's included in each edition
| Feature | D SaaS | Self-Hosted |
|---|---|---|
| Cloud Providers | ||
| VPS Providers (Hetzner, DO, Vultr, Linode, OVH) | ||
| Major Cloud (AWS, GCP, Azure) | ||
| Bring Your Own Server (SSH) | ||
| Core Features | ||
| Dashboard & Monitoring | ||
| Server Management | ||
| App Deployments | ||
| Database Management | ||
| Object Storage | ||
| SSH Keys & Secrets Vault | ||
| Two-Factor Authentication (2FA/OTP) TOTP codes during login | ||
| Alerts & Notifications | ||
| Multi-Language Support | English + French | English only |
| SaaS Exclusive (Team & Enterprise Features) | ||
| Multi-User & Teams Invite team members, assign roles | ||
| Role-Based Permissions Owner, Admin, Member, Viewer roles | ||
| Resource-Level Security Control access per server/app/database | ||
| OAuth (GitHub, Google, GitLab) | ||
| Platform Migrations (Heroku, Railway) | ||
| Cross-Provider Migrations | ||
| Managed Hosting & Support | ||
| Usage | ||
| Servers | Plan-based | Unlimited |
| Apps | Plan-based | Unlimited |
| Databases | Plan-based | Unlimited |
| Team Members | Unlimited | Single user |
| Price | From $9/mo | Free forever |
Use your preferred package manager or download the binary directly.
Start Docka with docka serve on your server.
Open http://localhost:8080 and add your first server.
Check out our documentation or join the community.