n8n on VPS: No-Code AI Agent Automation

AI Agents on VPS · 19.04.2026
n8n on VPS: No-Code AI Agent Automation

Install

docker run -d --name n8n -p 5678:5678 \
  -e N8N_BASIC_AUTH_ACTIVE=true \
  -e N8N_BASIC_AUTH_USER=admin \
  -e N8N_BASIC_AUTH_PASSWORD=pass \
  -v n8n_data:/home/node/.n8n --restart always n8nio/n8n
← Back to Knowledge Base Ask Support