n8n is a powerful workflow automation tool 🔄. Follow this guide to set it up and run it locally on your system.
- Download the latest
nvm-setup.exe - Install with default settings
- Verify installation in CMD:
nvm version- Install the latest LTS Node.js:
nvm install 18.20.4(or replace with the latest LTS from Node.js Downloads)
- Switch to it:
nvm use 18.20.4- Verify installation:
node -v
npm -v- Search for
cmd→ Right-click → Run as administrator
npm install -g n8nn8n- Opens at 👉 http://localhost:5678
- Or press O in CMD to auto-open in browser
- Create an account or log in
- Enter your email → receive a license key
- Paste the license key when prompted
n8n license:clear
n8n startNow n8n is ready to use for free at 👉 http://localhost:5678 🚀
✅ Install NVM ✅ Install Node.js LTS ✅ Install n8n ✅ Run & Activate License ✅ Fix errors if needed