Automation App

Deploy n8n on your own VPS

Last updated June 15, 2026
Reviewed by Better-PaaS team

Use Better-PaaS to deploy n8n with Docker containers, persistent storage, custom domains, automatic HTTPS, logs, and backups.

Overview

n8n is useful for workflow automation. Better-PaaS gives it a practical home on your own server with a one-click app workflow, domain routing, HTTPS, logs, and persistent storage habits.

Catalog image and ports

Better-PaaS deploys n8n from n8nio/n8n:latest on container port 5678.

  • Image: n8nio/n8n:latest
  • Port: 5678
  • Volumes: /home/node/.n8n
  • Key env vars: N8N_HOST, N8N_PROTOCOL, WEBHOOK_URL

Production notes for this catalog app

Webhook URLs should match the public HTTPS domain or external triggers may fail.

Why host n8n with Better-PaaS

Better-PaaS is designed for apps like n8n: small services that need reliable routing, a domain, persistent data, and quick redeploys without manually editing reverse proxy files.

Deployment checklist

Before going live, decide the domain, persistent volume, backup cadence, and any environment variables n8n needs. For n8n, pay special attention to API workflows, webhooks, and AI automation jobs.

  • Choose the app catalog template or Docker image
  • Add required environment variables
  • Attach a persistent volume if data must survive redeploys
  • Deploy and inspect logs
  • Add a custom domain after the app is healthy

Operations after launch

Watch logs during the first deploy, confirm storage survives a redeploy, and include the app data in server backups. If the service exposes an admin area, use a strong password and restrict access where appropriate.

FAQ

Can n8n run with automatic HTTPS?

Yes. Add a domain in Better-PaaS after DNS points to the server and Caddy can issue a certificate.

Does n8n need persistent storage?

Most automation apps need some persistent storage or database plan. Treat app data and config as something to back up.