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.