Install n8n on Android (Quick Guide)

Install n8n on Android (Quick Guide)

Aug 12, 2025

Install n8n on Android (Quick Guide)

Requirements

  • Android phone (2GB+ RAM recommended)

  • Termux (install from F-Droid)

  • Internet connection


1. Install Termux & Packages

Open Termux and run:

bash

CopyEdit

pkg update && pkg upgrade -y pkg install proot-distro curl wget git -y


2. Install Debian

bash

CopyEdit

proot-distro install debian proot-distro login debian


3. Install Node.js

Inside Debian:

bash

CopyEdit

apt update && apt upgrade -y apt install curl build-essential -y curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - apt install nodejs -y

Check:

bash

CopyEdit

node -v npm -v


4. Install n8n

bash

CopyEdit

npm install -g n8n


5. Run n8n

bash

CopyEdit

n8n start --tunnel


Done!
You now have n8n running on your Android device.

Gefällt dir dieser Beitrag?

Kaufe Mahas einen Kaffee

Mehr von Mahas