Self-Hosting n8n + AI Assistant in One Command
🔗 Link do vídeo: https://www.youtube.com/watch?v=t5RBVTby9EU
🆔 ID do vídeo: t5RBVTby9EU
📅 Publicado em: 2026-08-18T12:22:58Z
📺 Canal: n8n
⏱️ Duração (ISO): PT6M36S
⏱️ Duração formatada: 00:06:36
📊 Estatísticas:
– Views: 340
– Likes: 54
– Comentários: 5
🏷️ Tags:
Self-hosting n8n used to mean a Docker Compose file, a pile of environment variables, and a sandbox you had to wire up yourself. Now it's one command.
This video walks through installing n8n locally from scratch, updating an
existing instance, and turning on the AI Assistant with your own model API key.
The command:
curl -fsSL https://get.n8n.io | sh
Update command used:
curl -fsSL https://get.n8n.io | sh -s — –upgrade –version 2.35.3
That single script installs n8n via Docker Compose and pre-configures the code sandbox and the private web search the AI Assistant uses.
Both run on your own machine, and n8n itself is the free Community edition, so the only thing you pay for is the model provider you plug in. Bring an Anthropic, OpenAI, or OpenRouter key and you get the same AI Assistant experience Cloud users have had since July: describe a workflow in plain words and watch it get built, tested, and fixed.
All you need installed first is Docker.
TIMESTAMPS
0:00 What changed with n8n self-hosting
0:29 Installing Docker
0:45 Running the one-line install command
1:19 First login at localhost:5678
1:46 Updating an existing instance to a newer version
2:09 Connecting a provider and picking a model
2:53 AI Assistant settings: web search, MCP servers, permissions
3:32 Building a workflow from a vague prompt
5:25 Adding credentials and running a live test
6:04 Fixing a failed execution with AI
LINKS:
One-line setup docs: https://go.n8n.io/dtQA9W
Set up the AI Assistant: https://go.n8n.io/tx8yQ0
Self-hosting overview: https://go.n8n.io/trnoWq
Install Docker: https://go.n8n.io/lnRDSd
Docker Compose setup (for production): https://go.n8n.io/QHmgd1
Read the install script before running it: https://go.n8n.io/SW2B3a
OpenRouter API keys: https://go.n8n.io/2v7ven
n8n community forum: https://go.n8n.io/WOIv8r
The AI Assistant is on by default from n8n 2.35. If you're on an older version, the update command in the video gets you there!