Code in this video_Install n8n on Windows with NodeJS

# Install n8n

npm install -g n8n

# On Localhost

set N8N_PROTOCOL=http

set N8N_SECURE_COOKIE=false

n8n

# Allow access n8n via LAN

set N8N_HOST=0.0.0.0

set N8N_PORT=5678

set N8N_PROTOCOL=http

set N8N_SECURE_COOKIE=false

n8n

Leave a Reply

Your email address will not be published. Required fields are marked *