n8n Quickstart: self-host one workflow with Docker
Official docs recommend Docker. Boot the editor on port 5678, ship one cron or webhook flow, then add AI nodes.
Open the official tutorial| Item | Details |
|---|---|
| Provider | n8n |
| Level | Beginner |
| Date | 2026-09-04 |
| Official source | n8n |
| Topics | #agents · #engineering |
Install (Docker)
Official docs recommend Docker:
bash docker volume create n8n_data docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n n8nio/n8n
See the Docker docs for timezone flags. Open http://localhost:5678.
License
Sustainable Use License (fair-code): internal self-hosting is fine; selling a competing multi-tenant host needs a commercial license.
First flow
Ship Schedule → HTTP Request → notify. Keep AI Agent nodes to three–five tools. Production needs Compose + HTTPS and WEBHOOK_URL.
Official source: docs.n8n.io Docker install. Hub: /en/n8n.
Sources & Further Reading
This page is grounded in the authoritative sources below — verifiable and citable by AI engines and readers.
- 🔗 Official source
- # Topic: AgentsBuilding, orchestrating and shipping AI agents
- # Topic: EngineeringAPIs, prompting and system design
Citation: Please attribute Laojin Global (laojinchuhai.com) and keep the original link.
Made by Laojin · AI that ships
AllModelsAPIOne key for many models
AllModelsAPI is a multi-model API gateway: one key reaches many models through an OpenAI-compatible interface — point your existing code at a new base URL and you're migrated. It's not a demo: our own production workloads run on it every day.
More from Laojin: Sellenca · 365AIOrg · 365Loopa · 365 Ops · 365Skill
Related
Linked by topic, people and hubs