Skip to content

Instantly share code, notes, and snippets.

@antoniocampos
Created July 2, 2025 17:22
Show Gist options
  • Save antoniocampos/c18580e4242fa2024b8c4ede5765a587 to your computer and use it in GitHub Desktop.
Save antoniocampos/c18580e4242fa2024b8c4ede5765a587 to your computer and use it in GitHub Desktop.
Ubuntu fresh install install n8n
apt install curl
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash -
apt-get install -y nodejs npm
npm install n8n -g
n8n start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment