Install and Start n8n in n8n

From the n8n cheat sheet ยท Setup ยท verified Jul 2026

Install and Start n8n

Check Node.js, try n8n with npx, or install the CLI globally.

bash
# n8n 2 requires Node.js 20.19 through 24.x
node --version
npx n8n
๐Ÿ“Œ npx downloads and starts n8n without a global installation
๐Ÿ’ก Local data is stored in the user .n8n directory by default
๐Ÿ” Open port 5678 after the startup message appears
โš ๏ธ Use a supported database and deployment guide for production hosting
installnodejsnpxlocal

Continue with n8n

Save the full cheat sheet or work through every related task.

Back to the full n8n cheat sheet