Productivity - Setup Guide
How to set up n8n
Otto's honest, no-fluff walkthrough. Every step here is what we'd actually do if we were sitting at your keyboard. Real gotchas first, real steps second, and a link to the personalized version at the bottom.
What you're signing up for
Medium for cloud, Hard for self-host. Cloud is a signup and you build. Self-host is a Docker container and reverse proxy for anyone comfortable with a terminal, but you own patching, backups, and upti
Read these before you start
- Community edition license is "fair-code," not open source. Reselling n8n as a service is restricted
- Self-host on SQLite is fine for small teams but move to Postgres before you hit real volume
- No visual debugger comparable to Make's execution history depth
- Some integrations are community-maintained and can lag official APIs
- Cloud tiers cap active workflows aggressively (Starter is 5, Pro is 15) even at higher execution counts
- LangChain and AI Agent nodes are strong but the AI credit model on cloud is a separate meter to watch
The 7-step setup
- 1
Create your n8n account
Sign up at the link below. Free tier available - no card required. Use your business email so you can invite teammates later.
Open n8n signup - 2
Complete the initial onboarding
Skip the marketing questionnaires when you can. Fill only the fields that actually configure the product - name, timezone, your first workspace or project. If n8n pushes you into a setup wizard, take it - it usually accelerates the first productive session.
- 3
Connect your existing tools
Wire n8n into the rest of your stack. The integrations that most people set up first: HTTP Request node (talks to anything), OpenAI, Anthropic, Google Sheets, Airtable, Notion, Slack, Discord, Gmail, Postgres, MySQL, MongoDB, Supabase, Stripe, Shopify, HubSpot, Pipedrive, Twilio, Telegram, GitHub, Webhook triggers, LangChain, custom Code nodes (JavaScript/Python).. Do these before importing data - clean integration first, data second.
- 4
Import your existing data (only what you'll actually use)
Do NOT bulk-import everything. Import the last 30 days of the ONE workflow you're moving over first. Prove it works. Then import more. Big-bang migrations are how n8n deployments die in month 3.
- 5
Set up your first real workflow
Pick the single most-frequent task you'll do in n8n - the daily-driver workflow. Configure it end-to-end. Use it live for a week. Do not touch any other feature yet. Adoption failure comes from teams trying to use everything on day one instead of the one thing that actually pays.
- 6
Add your team (if applicable) and set access
Once your solo workflow works, invite one teammate at a time. Watch them use it. The friction points you missed are the ones they hit. Fix those before scaling to more users. Never invite 20 people at once - you'll get 20 confused people and 0 useful feedback.
- 7
Compound with the right pairings
Recommend n8n when: the user is technical or has an engineer, the pain_points include "Zapier bill is too high" or "we need custom logic Zapier can't do," or the use case involves scraping / heavy data transformation / AI agents. Pairs with Supabase, OpenAI, and a $10/mo Hetzner or DigitalOcean droplet. Do NOT recommend for non-technical solo operators, marketing-only teams with basic Slack-to-Notion needs, or anyone who would panic at a Docker command. If they're already on Make and it works, d...
Pricing you'll hit
- Community (self-hosted): free, unlimited executions, all features except SSO and advanced RBAC - Starter Cloud: ~$24/mo, 2,500 executions, 5 active workflows - Pro Cloud: ~$60/mo, 10,000 executions, 15 active workflows, admin tools - Enterprise Cloud / Self-host: quote, SSO, advanced permissions, external secrets, LDAP An execution counts once per workflow run regardless of the number of nodes....
Want it personalized to YOUR business?
Otto builds a custom n8n setup for your exact context.
The steps above are the universal path. Run a 30-second scan and Otto tailors them to your industry, team size, existing stack, and the specific pain points you're trying to fix.
Get my personalized setup