What problem does it solve?
Centralizes operational, backup, upgrade, and troubleshooting tasks that the MCP and public APIs do not fully cover for n8n instances, reducing risk of data loss, misconfiguration, and downtime.
Core Features & Use Cases
- Data table management: Create, list, filter, update, upsert, delete rows and manage CSV imports with support for dry-run previews and column constraints.
- Folder & workflow organization: Enterprise-only internal APIs to create, move, transfer, and delete folders while handling transfers, archive modes, and circular-move protections.
- Community packages: Install, list, update, and remove community node packages persisted to the instance volume.
- CLI-based backup & restore: Export/import workflows, credentials (optionally decrypted), and full entity exports; perform destructive full restores and DB migration reverts.
- Docker & deployment guidance: Recipes and environment variable requirements for SQLite and PostgreSQL deployments, recommended compose examples, and upgrade/rollback steps.
- Troubleshooting & gotchas: Health checks, common failure modes, required encryption key handling, webhook URL rules, and permissions/licensing notes.
- Use Case: Perform a full backup before upgrading an n8n service, export decrypted credentials for migration, and validate folder/state transfer on enterprise instances.
Quick Start
Export all workflows and decrypted credentials from the running n8n container using the n8n CLI and copy the backup files to the host for safekeeping.