How to install n8n-io/n8n. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
n8n-io/n8n Installation Guide
How to install n8n-io/n8n. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for n8n-io/n8n. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i n8n-io/n8nor
Install via npx
npx @hexmos/ipm i n8n-io/n8nPrerequisites
Node.js
build_toolVersion: >=16.0.0
npm
package_managerVersion: 8.14.3
Docker
system_toolFor containerization and deployment of the n8n application.
Git
knowledgePython
languageVersion: 3.9.10
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Instant Installation via npm and Docker
npx n8n
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8nDocker Installation
docker volume create n8n_data
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8nPost Installation Steps
- Start the n8n server using `npx start`.
- Access the n8n UI at http://localhost:5678/.
