n8n is the fair-code workflow automation platform. Connect any app with any API and automate tasks visually with 400+ integrations — no code required. Deploys with SQLite persistence and an auto-generated encryption key.
n8n is the fair-code workflow automation platform. Connect any app with any API and automate tasks visually with 400+ integrations — no code required. Deploys with SQLite persistence and an auto-generated encryption key.
Deploy n8n — the fair-code workflow automation platform — on Zeabur with automatic volume persistence.
https://<service>.zeabur.app URL (or your custom domain) and create your n8n account.| Variable | Default | Description |
|---|---|---|
N8N_ENCRYPTION_KEY | auto-generated | Encrypts credentials stored in workflows. Set it manually and never change it — changing it will make saved credentials unreadable. |
GENERIC_TIMEZONE | UTC | Timezone used by the scheduler, e.g. America/New_York |
N8N_BASIC_AUTH_ACTIVE | false | Set to true to require basic auth on the editor (pair with N8N_BASIC_AUTH_USER / N8N_BASIC_AUTH_PASSWORD) |
N8N_PORT | 5678 | Port n8n listens on (Zeabur maps this automatically) |
All variables can be edited later in Project → Variables.
A persistent volume is mounted at /home/node/.n8n, storing workflows,
credentials, and the embedded SQLite database. Data survives redeploys and
restarts.
N8N_ENCRYPTION_KEY.n8n is licensed under the Sustainable Use License (fair-code). See n8n.io/legal.