Docs

Migrate from Coolify or Dokploy

No magic import — recreate services and cut DNS when green.

Approach

  1. Install Nixploy on a fresh host (or parallel to the old one)
  2. Recreate projects / environments / services (or deploy equivalent templates)
  3. Attach domains, verify TLS and health
  4. Lower DNS TTL, flip A/AAAA records, watch traffic
  5. 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

Docs menu