|
| 1 | +--- |
| 2 | +title: Cloud vs Self-Hosted |
| 3 | +description: "Detailed comparison between Dokploy Cloud and the Self-Hosted version." |
| 4 | +--- |
| 5 | + |
| 6 | +import { Callout } from 'fumadocs-ui/components/callout'; |
| 7 | + |
| 8 | +Both versions of Dokploy are **functionally identical** — same deployment engine, same features, same Docker/Traefik integration, same API. The difference is purely operational: **who manages the Dokploy instance itself**. |
| 9 | + |
| 10 | +## Same features, different operations |
| 11 | + |
| 12 | +Every feature available in Self-Hosted is also available in Cloud, and vice versa. This includes: |
| 13 | + |
| 14 | +- Application, Database, and Docker Compose deployments |
| 15 | +- Git integration (GitHub, GitLab, Bitbucket, Gitea) |
| 16 | +- Traefik reverse proxy with custom domains & SSL |
| 17 | +- Remote servers and multi-server management |
| 18 | +- Monitoring, notifications, backups, rollbacks |
| 19 | +- Preview deployments, environments, templates |
| 20 | +- API & CLI, schedule jobs, watch paths |
| 21 | +- User permissions and all Enterprise features (SSO, custom roles, audit logs, whitelabeling) |
| 22 | + |
| 23 | +There are **no feature gates** between Cloud and Self-Hosted. The core product is the same. |
| 24 | + |
| 25 | +## What's actually different |
| 26 | + |
| 27 | +The differences come down to three things: |
| 28 | + |
| 29 | +### 1. Managed uptime |
| 30 | + |
| 31 | +With **Self-Hosted**, you are responsible for keeping the Dokploy instance running. If your server goes down, restarts, or runs out of disk — you need to fix it yourself. |
| 32 | + |
| 33 | +With **Cloud**, the Dokploy team manages the uptime of the control plane (the UI, database, and management layer). Your applications still run on your own servers, but the management dashboard is maintained by us. |
| 34 | + |
| 35 | +### 2. Automatic updates |
| 36 | + |
| 37 | +With **Self-Hosted**, you update Dokploy manually when new versions are released. |
| 38 | + |
| 39 | +With **Cloud**, updates are applied automatically — you're always on the latest version without doing anything. |
| 40 | + |
| 41 | +### 3. Support |
| 42 | + |
| 43 | +With **Self-Hosted**, support is community-based (Discord, GitHub issues). |
| 44 | + |
| 45 | +With **Cloud**, you get direct support depending on your plan: |
| 46 | + |
| 47 | +| Plan | Support level | |
| 48 | +|------|--------------| |
| 49 | +| **Hobby** | Community (Discord) | |
| 50 | +| **Startup** | Email & Chat | |
| 51 | +| **Enterprise** | Priority support with SLA | |
| 52 | + |
| 53 | +## Architecture |
| 54 | + |
| 55 | +Both versions use the same architecture. The only difference is **where** the control plane runs. |
| 56 | + |
| 57 | +### Self-Hosted |
| 58 | + |
| 59 | +The Dokploy UI, PostgreSQL, Redis, and your applications all run on the same server(s) that you manage. |
| 60 | + |
| 61 | +``` |
| 62 | +┌─────────────────────────────────┐ |
| 63 | +│ Your Server (you manage) │ |
| 64 | +│ │ |
| 65 | +│ Dokploy UI + PostgreSQL + Redis│ |
| 66 | +│ Traefik (reverse proxy) │ |
| 67 | +│ ───────────────────────────── │ |
| 68 | +│ Your Apps & Databases │ |
| 69 | +└─────────────────────────────────┘ |
| 70 | +``` |
| 71 | + |
| 72 | +### Cloud |
| 73 | + |
| 74 | +The control plane runs on Dokploy's infrastructure. Your servers only run your workloads. |
| 75 | + |
| 76 | +``` |
| 77 | +┌─────────────────┐ ┌──────────────────────┐ |
| 78 | +│ Dokploy Cloud │ SSH │ Your Server(s) │ |
| 79 | +│ (managed by us) │────────►│ Apps + Databases │ |
| 80 | +│ │ │ Traefik │ |
| 81 | +│ UI, DB, Redis │ └──────────────────────┘ |
| 82 | +└─────────────────┘ |
| 83 | +``` |
| 84 | + |
| 85 | +<Callout type="info"> |
| 86 | +Your **applications keep running independently** even if the Cloud control plane is temporarily unavailable. The control plane is only needed for management operations (deploys, config changes, monitoring dashboard, etc.). |
| 87 | +</Callout> |
| 88 | + |
| 89 | +## When to choose what |
| 90 | + |
| 91 | +| Choose Self-Hosted if... | Choose Cloud if... | |
| 92 | +|--------------------------|-------------------| |
| 93 | +| You want zero cost | You don't want to maintain Dokploy itself | |
| 94 | +| You want full control over everything | You want automatic updates | |
| 95 | +| You prefer air-gapped or private networks | You want managed uptime for the control plane | |
| 96 | +| You're comfortable managing servers | You want direct support (Startup/Enterprise) | |
| 97 | + |
| 98 | +## Cloud Plans |
| 99 | + |
| 100 | +If you choose Dokploy Cloud, there are several plans depending on your needs: |
| 101 | + |
| 102 | +### Plan comparison |
| 103 | + |
| 104 | +| | Hobby | Startup | Enterprise | Agency | |
| 105 | +|---|:---:|:---:|:---:|:---:| |
| 106 | +| **Price** | $4.50/mo per server | $15/mo (3 servers included) | Custom | Custom | |
| 107 | +| **Additional servers** | $4.50/mo each | $4.50/mo each | Custom | Custom | |
| 108 | +| **Organizations** | 1 | 3 | Custom | Custom | |
| 109 | +| **Users** | 1 | Unlimited | Unlimited | Unlimited | |
| 110 | +| **Environments** | 2 | Unlimited | Unlimited | Unlimited | |
| 111 | +| **Backups** | 1 per app/database | Unlimited | Unlimited | Unlimited | |
| 112 | +| **Scheduled jobs** | 1 | Unlimited | Unlimited | Unlimited | |
| 113 | +| **RBAC** | Basic (Owner, Admin, Member) | Basic (Admin/Developer roles) | Fine-grained + custom roles | Fine-grained + custom roles | |
| 114 | +| **2FA** | ❌ | ✅ | ✅ | ✅ | |
| 115 | +| **SSO / SAML** | ❌ | ❌ | ✅ | ✅ | |
| 116 | +| **Audit logs** | ❌ | ❌ | ✅ | ✅ | |
| 117 | +| **White labeling** | ❌ | ❌ | ✅ | ✅ | |
| 118 | +| **Support** | Community (Discord) | Email & Chat | Priority with SLA | Partner team | |
| 119 | + |
| 120 | +<Callout type="info"> |
| 121 | +Annual billing saves **20%** on all plans. See the [Pricing](https://dokploy.com/pricing) page for the latest details. |
| 122 | +</Callout> |
| 123 | + |
| 124 | +### Which plan do I need? |
| 125 | + |
| 126 | +- **Hobby** — You're a solo developer deploying personal projects or small client sites on a single server. |
| 127 | +- **Startup** — You have a team, need multiple environments (production, staging, dev), and want unlimited backups and scheduled jobs. |
| 128 | +- **Enterprise** — You need SSO/SAML, audit logs, white labeling, custom roles with fine-grained permissions, and priority support with SLA. |
| 129 | +- **Agency** — You manage infrastructure for multiple clients and need a tailored partnership. |
0 commit comments