Use n8n Pro Features for Free

What You Need Before Starting

You need only two things:

  1. A computer (Windows, Mac, or Linux)
  2. Docker installed

That’s it.

No server

No coding knowledge

No VPS required


Step 1 — Install Docker

Docker runs apps inside containers.

n8n runs as a container.

Windows

  1. Download Docker Desktop https://www.docker.com/products/docker-desktop/
  2. Install normally
  3. Restart PC
  4. Open Docker Desktop once and wait until it says “Running”

Important:

If Windows asks for WSL installation → allow it.


Mac

  1. Download Docker Desktop for Mac
  2. Install
  3. Open it once
  4. Wait until the whale icon becomes stable

Linux (Ubuntu example)

Open terminal and run:

sudo apt update
sudo apt install docker.io -y
sudo systemctl enable docker
sudo systemctl start docker

Then verify:

docker --version

If it prints a version → ready.


Step 2 — Create Persistent Storage

We must store workflows permanently.

Otherwise every restart deletes data.

Run:

docker volume create n8n_data

What this does:

Creates a storage location where n8n saves

  • workflows
  • credentials
  • settings
  • license

You run this only once.


Step 3 — Start n8n

Now run the container.

Copy exactly:

docker run -it --rm --name n8n \\
-p 5678:5678 -v n8n_data:/home/node/.n8n \\
docker.n8n.io/n8nio/n8n

Wait.

First time download takes a few minutes.

You will see logs appearing in terminal.

Do not close it.

When you see something like:

“Editor is now accessible”

You are ready.


Step 4 — Open n8n

Open browser and go to:

<http://localhost:5678>

You will see the setup screen.

Create account:

  • email
  • password

Step 5 — Activate Free License

After login:

  1. n8n asks for license email
  2. Enter your email
  3. You receive an email
  4. Click activate link

Done.

You now have full features unlocked on your self-hosted instance.


What You Just Got

You now have:

  • workflows
  • credentials
  • AI nodes
  • advanced features
  • full builder

Without paying the hosted subscription.


Important Notes

Keep terminal open while using n8n.

If you close it → n8n stops.

To restart later, run the same docker command again.

Your workflows remain safe because of the volume you created.


Optional Quality of Life Tip

If you don’t want to retype the long command every time:

Create a file named start-n8n.sh (Mac/Linux) or start-n8n.bat (Windows)

Paste the docker command inside.

Now you start n8n with one click.


You Are Done

You now run a full automation platform locally.

No subscription required.

What You Need Before Starting

You need only two things:

  1. A computer (Windows, Mac, or Linux)
  2. Docker installed

That’s it.

No server

No coding knowledge

No VPS required


Step 1 — Install Docker

Docker runs apps inside containers.

n8n runs as a container.

Windows

  1. Download Docker Desktop https://www.docker.com/products/docker-desktop/
  2. Install normally
  3. Restart PC
  4. Open Docker Desktop once and wait until it says “Running”

Important:

If Windows asks for WSL installation → allow it.


Mac

  1. Download Docker Desktop for Mac
  2. Install
  3. Open it once
  4. Wait until the whale icon becomes stable

Linux (Ubuntu example)

Open terminal and run:

sudo apt update
sudo apt install docker.io -y
sudo systemctl enable docker
sudo systemctl start docker

Then verify:

docker --version

If it prints a version → ready.


Step 2 — Create Persistent Storage

We must store workflows permanently.

Otherwise every restart deletes data.

Run:

docker volume create n8n_data

What this does:

Creates a storage location where n8n saves

  • workflows
  • credentials
  • settings
  • license

You run this only once.


Step 3 — Start n8n

Now run the container.

Copy exactly:

docker run -it --rm --name n8n \\
-p 5678:5678 -v n8n_data:/home/node/.n8n \\
docker.n8n.io/n8nio/n8n

Wait.

First time download takes a few minutes.

You will see logs appearing in terminal.

Do not close it.

When you see something like:

“Editor is now accessible”

You are ready.


Step 4 — Open n8n

Open browser and go to:

<http://localhost:5678>

You will see the setup screen.

Create account:

  • email
  • password

Step 5 — Activate Free License

After login:

  1. n8n asks for license email
  2. Enter your email
  3. You receive an email
  4. Click activate link

Done.

You now have full features unlocked on your self-hosted instance.


What You Just Got

You now have:

  • workflows
  • credentials
  • AI nodes
  • advanced features
  • full builder

Without paying the hosted subscription.


Important Notes

Keep terminal open while using n8n.

If you close it → n8n stops.

To restart later, run the same docker command again.

Your workflows remain safe because of the volume you created.


Optional Quality of Life Tip

If you don’t want to retype the long command every time:

Create a file named start-n8n.sh (Mac/Linux) or start-n8n.bat (Windows)

Paste the docker command inside.

Now you start n8n with one click.


You Are Done

You now run a full automation platform locally.

No subscription required.

Author

Written By

Vikash Kumar

Building AI agents, n8n workflows and end-to-end automation for 30+ Brands across India, the US, Europe, Dubai & Australia. 7+ years of Experience saving founders real hours every week - no code required.

Ask more Questions about this Blog with AI:

Our AI Articles

Learn from our AI Articles to excel in your profession ;)

Complete Guide: How To Build A Claude Skill For SEO Content Writing

Reusable Claude workflows that turn generic AI writing into personalized, scalable SEO systems....

Complete Breakdown: How To Build AI Backlink Systems Using Claude Skills + Automation

Complete Breakdown: How To Build AI Backlink Systems Using Claude Skills + Automation...

Claude AI SEO Automation Guide

This AI SEO workflow automates content creation, optimization, publishing, and indexing at scale....

Complete AI Lead Generation Workflow Using Claude AI + ChatGPT

AI workflow to automate lead generation, outreach emails, and scalable client acquisition....

Use Amazon Bedrock To Try Claude, OpenAI, DeepSeek, And More

Beginner guide to using Amazon Bedrock with Claude, OpenAI, DeepSeek, APIs, and AI workflows....

Build n8n Automations With Claude Code

This guide shows how to build AI automation systems using Cursor, Claude Code, n8n, MCP, and agents....

Anthropic’s Prompt Engineering Guide, Explained Simply

Anthropic’s workshop reveals prompt engineering is about context, structure, and iteration — not magic words....

Building Effective AI Agents

A practical breakdown of Barry’s Anthropic talk on AI agents, workflows, orchestration systems, and production deployment....

Tools Stack

A curated AI tools stack covering research, coding, automation, creativity, sales, and learning workflows....

Claude Code MBA

A complete beginner-to-operator guide for mastering [Claude Code](https://www.anthropic.com/claude-code?utm_source=chatgpt.com) without needing a technical background. Learn how to think like an AI...
1:1 Free Strategy Session
Your competitors are already automating. Are you still paying for it manually?

Do you want to adopt AI Automation?

Every hour your team does repetitive work, you're burning real money.
While you wait, faster businesses are cutting costs and moving quicker.
AI and automations aren't the future anymore — they're the present.

Book a live 1-on-1 session where we show you exactly which of your daily tasks can be automated — and what it’s costing you not to.