n8n Server Installation commands

Step 1

curl -sSL https://repo.positiveserver.com/install-n8n.sh -o install-n8n.sh

Step 2

sudo apt install -y dos2unix
dos2unix install-n8n.sh

Step 3

chmod +x install-n8n.sh

Step 4

bash install-n8n.sh

Was this article helpful?

Related Articles