Docs
Migrate from Coolify or Dokploy
No magic import — recreate services and cut DNS when green.
Approach
- Install Nixploy on a fresh host (or parallel to the old one)
- Recreate projects / environments / services (or deploy equivalent templates)
- Attach domains, verify TLS and health
- Lower DNS TTL, flip A/AAAA records, watch traffic
- Decommission the old panel when stable
Concept map
- Coolify/Dokploy project ≈ Nixploy project + environment
- Application / service ≈ application, compose, or database service type
- Traefik labels ≈ Nixploy Domains (managed YAML, not hand-edited labels)
- S3 backups ≈ Destinations + backup schedules
Deep guides live in the repo: docs/migrate-from-coolify.md and docs/migrate-from-dokploy.md.
Also see the repository guides under docs/ · REST API reference