Problem The current export/import feature (experimental) works per-service, but there's no way to back up an entire EasyPanel setup at once. If a server fails or needs to be migrated, rebuilding everything manually is painful.
Request Add a "Full export" option that bundles into a single JSON:
Server-level configuration All projects All services within each project (config only, no data/volumes)
And a matching import to restore everything on a fresh EasyPanel instance. Data/volumes can stay out of scope — exporting configs only keeps things simple (no need to stop services) and already covers the main pain point: redeploying fast after an issue.
Why This would make EasyPanel setups properly backup-able and portable. Right now, the only real safety net is manually re-creating each service, which doesn't scale once you have many projects.
No comments yet. Log in to leave a comment.