Automazione Debian 12 n8n Installazione Come installare n8n su Debian 12 n8n è un potente strumento open-source per l'automazione dei workflow. Questo articolo ti guida nell'installazione di n8n su un server Debian 12,…
Come installare n8n su Debian 12
Last updated: April 2026
Reading time: ~2 min
Audience: Boxis customers and administrators.
What you'll accomplish
- Complete the configuration or task described in this guide for your Boxis service.
Prerequisites
- Access to the interface, device, or server described below.
- Information or credentials you received from Boxis (contract, welcome e-mail, or client area).
Note Boxis: Offers and screens may differ slightly depending on your product. When in doubt, open a support ticket with your service reference.
Automazione Debian 12 n8n Installazione
Come installare n8n su Debian 12
n8n è un potente strumento open-source per l'automazione dei workflow. Questo articolo ti guida nell'installazione di n8n su un server Debian 12, includendo prerequisiti fondamentali e consigli per la risoluzione dei problemi.
## Indice dei contenuti
- [** Prerequisiti](#prerequisites)
- ** Installa Node.js
- ** Installa n8n
- ** Avvio di n8n
- ** Risoluzione problemi & Consigli
-
** Prerequisiti
- Server Debian 12 (accesso root o sudo)
- Familiarità di base con la riga di comando Linux
-
Connessione Internet
** Installa Node.js
n8n richiede Node.js (è consigliata la versione 18 o superiore). Per installare Node.js su Debian 12:
- Aggiorna il sistema:
sudo apt update && sudo apt upgrade -y - Installa Node.js dai repository ufficiali:
sudo apt install -y nodejs npm** Per le versioni più recenti di Node.js, considera l'utilizzo dinvm(Node Version Manager). - Verifica l'installazione:
node -v npm -v
** Installa n8n
- Installa n8n globalmente usando npm:
sudo npm install n8n -g - Verifica l'installazione:
n8n --version
** Avvio di n8n
- Avvia n8n in background:
n8n start - Per impostazione predefinita, n8n è attivo su
http://localhost:5678. ** In produzione, valuta di eseguire n8n con un process manager comepm2e di proteggere l'accesso con HTTPS e autenticazione.
** Risoluzione problemi & Consigli
- Errori di permessi? Prova a installare n8n con
sudoo controlla i permessi di npm.
- Aggiorna il sistema:
- La porta 5678 è già in uso? Cambia la porta con
export N8N_PORT=XXXXprima di avviare n8n. -
Controlla i log per eventuali errori:
n8n start --tunnelpuò aiutare nel debug.** Prossimi passi
- Proteggi la tua istanza n8n con autenticazione e HTTPS.
- Esplora altri tutorial su n8n nella nostra Knowledge Base.
- Valuta le migliori pratiche di networking per gli strumenti di automazione.
Expected result
- The product behaves as described in each step (connectivity, message, or UI state).
If something goes wrong
- Repeat the step and check for typos (hostnames, passwords, ports).
- Note the exact error message or screenshot.
- Open a ticket in the Boxis client area with the service name, time of the test, and any trace (e.g. traceroute) if it is a network issue.
See also
- Other articles in the same category in the Boxis knowledge base.
/knowledgebase/— main knowledge base index.