Automation

Deploy n8n in one click

n8n is a fair-code workflow automation platform — a self-hostable alternative to Zapier and Make. Connect hundreds of apps and build automations with a visual editor, on infrastructure you control.

n8n website

Docker image

Deployed from the official image, listening on port 5678.

n8nio/n8n:latest

Environment variables

These are pre-filled and documented when you deploy. Secrets are generated for you and hidden after saving.

N8N_HOST
Required

Public hostname n8n is served on.

N8N_PROTOCOLdefault: https

Protocol for generated URLs.

N8N_PORTdefault: 5678

Internal port n8n listens on.

N8N_ENCRYPTION_KEY
Required
Secret

Encrypts stored credentials — keep it stable.

Persistent storage

Persist /home/node/.n8n to keep your workflows and credentials.

Good to know

  • Set N8N_HOST to your deployed subdomain (or custom domain) so webhook URLs are correct.
  • Connect a PostgreSQL database for production use instead of the default SQLite.

Add a deploy button

Maintaining n8n or a similar tool? Drop this badge in your README so anyone can deploy it on Darmi Cloud in one click.

Deploy on Darmi Cloud
[![Deploy on Darmi Cloud](https://darmicloud.tech/deploy-button.svg)](https://darmicloud.tech/templates/n8n)