Shopping for a self-hosted Dokploy alternative? Dokploy and AppCrane are close cousins — both are open-source, Docker-based platforms you run on your own server. Dokploy is a well-liked Heroku-style PaaS with ~30k GitHub stars, Docker Swarm multi-node support, buildpacks, and an official MCP server. The catch: that MCP is an add-on to a human-first product. AppCrane is agent-first by design — the MCP tools are how you drive it — and it layers on enterprise SSO, RBAC, per-user audit, and a secret hard-wall. Here's the honest comparison.
| AppCrane | Dokploy | |
|---|---|---|
| Hosting model | Self-hosted, 1 box | Self-hosted |
| Data ownership | Yours entirely | Yours entirely |
| Agent / MCP-native control | ✓ agent-first | ~ add-on |
| Enterprise SSO (SAML/OIDC/SCIM) | ✓ | ✗ |
| RBAC + per-user audit | ✓ | ✗ |
| Secret hard-wall (operator can't read) | ✓ | ✗ |
| Docker container isolation | ✓ | ✓ |
| Sandbox + production envs | ✓ | ~ |
| Heroku-style buildpacks | ~ Nixpacks | ✓ |
| Multi-node (Docker Swarm) | ✗ single box | ✓ |
| Whole-system + scheduled S3 backup | ✓ | ~ |
| Open source / license | AGPL-3.0 | Apache-2.0 |
| Pricing model | Flat — your server | Free — your server |
| No vendor lock-in | ✓ | ✓ |
Dokploy is a genuinely good PaaS and wins in a few real places. Choose it when these matter most.
AppCrane is the self-hosted Dokploy alternative for teams that want the agent in the driver's seat and enterprise governance baked in — not an MCP bolted onto a human UI.
The 35 appcrane_* MCP tools (npx appcrane-mcp) are the primary interface. Dokploy has an official MCP server too, but it wraps a product designed for humans; AppCrane is designed around the agent from the start.
SAML/OIDC/SCIM, four-role RBAC, and per-user token-bound audit ship in the box. Dokploy has no equivalent enterprise governance layer.
The platform operator can't read app secrets or model API keys. On a shared box with multiple teams' apps and compliance in scope, that boundary is the difference. Dokploy has no operator-side secret wall.
Yes. Both are self-hosted, open-source, Docker-based platforms on your own server. AppCrane is agent-first from the ground up and adds enterprise SSO (SAML/OIDC/SCIM), four-role RBAC, per-user audit, and a secret hard-wall that Dokploy doesn't provide.
It does, but it's an add-on to a human-first product. AppCrane is agent-first: the 35 appcrane_* MCP tools are the primary way to drive the platform, not a bolt-on.
Dokploy has a larger community (~30k stars), Docker Swarm multi-node support, and Heroku-style buildpacks. If those matter most, Dokploy is the stronger pick.
No. AppCrane enforces a secret hard-wall — the platform operator can't read an app's secrets or model API keys. Dokploy enforces no equivalent operator-side boundary.
One command on your own Ubuntu server. Your infra, your data, your keys.
curl -fsSL https://raw.githubusercontent.com/gitayg/appCrane/main/install.sh | sudo bash
View AppCrane on GitHub ↗
Comparison reflects typical default capabilities as of mid-2026; every product evolves, so verify specifics against each vendor's current docs. "~" marks features that exist but require add-ons, extra configuration, or aren't part of the core product.