Dokploy

Cloud vs Self-Hosted

Detailed comparison between Dokploy Cloud and the Self-Hosted version.

Both versions of Dokploy share the same deployment engine — same Docker/Traefik integration, same API, same core features. The main difference is operational: who manages the Dokploy instance itself. On top of that, there are four editions with different limits and extras, summarized below.

Editions at a glance

Dokploy comes in four editions: Self-Hosted (OSS), Cloud, Enterprise Self-Hosted, and Enterprise Cloud.

Self-Hosted (OSS)CloudEnterprise Self-HostedEnterprise Cloud
PriceFreeFrom $4.50/moLicense (contact us)Custom
Control planeYou manage itManaged by DokployYou manage itManaged by Dokploy
UpdatesManualAutomaticManualAutomatic
Core deployments (apps, databases, Compose, domains, SSL, templates)
Multi-server / remote servers
Basic roles (Owner, Admin, Member)
Custom roles (granular permissions)Plan-dependent
SSO (OIDC / SAML)
Application Authentication (SSO gate for your apps)
Audit logs
Whitelabeling
Concurrent builds per serverUp to 2ManagedUnlimitedManaged
Advanced monitoring dashboardBasic monitoringBasic monitoring
SupportCommunity (Discord)Email & ChatPriorityPriority with SLA

The core deployment experience is identical in every edition — the differences are in team/enterprise capabilities (SSO, custom roles, audit logs, whitelabeling), build concurrency, and who operates the control plane.

Enterprise: Cloud vs Self-Hosted

There are two ways to get Enterprise, and they are not the same thing:

  • Enterprise Self-Hosted — you run your own Dokploy instance and activate a license key issued by the Dokploy team. You keep full control of your infrastructure (including air-gapped setups) and unlock SSO, custom roles, audit logs, Application Authentication, whitelabeling, and unlimited concurrent builds per server.
  • Enterprise Cloud — the Dokploy team manages the control plane for you with a custom plan. You get the same enterprise capabilities (SSO, custom roles, audit logs, Application Authentication) plus managed uptime, automatic updates, and priority support with SLA.

Both Enterprise flavors include all upcoming Enterprise features: every new Enterprise capability we release is automatically part of your license or plan, at no extra cost.

Key differences between the two Enterprise flavors:

Enterprise Self-HostedEnterprise Cloud
ActivationLicense key on your instanceCloud subscription
Control plane uptime & updatesYour responsibilityManaged by Dokploy
Whitelabeling❌ (control plane is shared infrastructure)
Concurrent buildsUnlimited, configured per serverManaged by the platform
Air-gapped / private networks
Advanced monitoring dashboardBasic monitoring

What's actually different

The differences come down to three things:

1. Managed uptime

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.

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.

2. Automatic updates

With Self-Hosted, you update Dokploy manually when new versions are released.

With Cloud, updates are applied automatically — you're always on the latest version without doing anything.

3. Support

With Self-Hosted, support is community-based (Discord, GitHub issues).

With Cloud, you get direct support depending on your plan:

PlanSupport level
HobbyCommunity (Discord)
StartupEmail & Chat
EnterprisePriority support with SLA

Architecture

Both versions use the same architecture. The only difference is where the control plane runs.

Self-Hosted

The Dokploy UI, PostgreSQL, Redis, and your applications all run on the same server(s) that you manage.

┌─────────────────────────────────┐
│     Your Server (you manage)    │
│                                 │
│  Dokploy UI + PostgreSQL + Redis│
│  Traefik (reverse proxy)        │
│  ─────────────────────────────  │
│  Your Apps & Databases          │
└─────────────────────────────────┘

Cloud

The control plane runs on Dokploy's infrastructure. Your servers only run your workloads.

┌─────────────────┐         ┌──────────────────────┐
│  Dokploy Cloud   │  SSH    │   Your Server(s)     │
│  (managed by us) │────────►│   Apps + Databases   │
│                  │         │   Traefik            │
│  UI, DB, Redis   │         └──────────────────────┘
└─────────────────┘

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.).

When to choose what

Choose Self-Hosted if...Choose Cloud if...
You want zero costYou don't want to maintain Dokploy itself
You want full control over everythingYou want automatic updates
You prefer air-gapped or private networksYou want managed uptime for the control plane
You're comfortable managing serversYou want direct support (Startup/Enterprise)

Cloud Plans

If you choose Dokploy Cloud, there are several plans depending on your needs:

Plan comparison

HobbyStartupEnterpriseAgency
Price$4.50/mo per server$15/mo (3 servers included)CustomCustom
Additional servers$4.50/mo each$4.50/mo eachCustomCustom
Organizations13CustomCustom
Users1UnlimitedUnlimitedUnlimited
Environments2UnlimitedUnlimitedUnlimited
Backups1 per app/databaseUnlimitedUnlimitedUnlimited
Scheduled jobs1UnlimitedUnlimitedUnlimited
RBACBasic (Owner, Admin, Member)Basic (Admin/Developer roles)Fine-grained + custom rolesFine-grained + custom roles
2FA
SSO / SAML
Audit logs
White labeling
SupportCommunity (Discord)Email & ChatPriority with SLAPartner team

Annual billing saves 20% on all plans. See the Pricing page for the latest details.

Which plan do I need?

  • Hobby — You're a solo developer deploying personal projects or small client sites on a single server.
  • Startup — You have a team, need multiple environments (production, staging, dev), and want unlimited backups and scheduled jobs.
  • Enterprise — You need SSO/SAML, audit logs, white labeling, custom roles with fine-grained permissions, and priority support with SLA.
  • Agency — You manage infrastructure for multiple clients and need a tailored partnership.

On this page