Skip to content

Self-host Outline

updated Jul 2026prices checked · Aug 2026Install verified on Ubuntu 26.04 · Jul 2026 · how we test

A polished, real-time collaborative team knowledge base with a great editor and search. Heavier to run, but the closest self-hosted feel to Notion.

Notion / yr$120
Self-hosted / yr~$55
You keep$65/yr
Pocket the difference — spin it up on a cheap VPS in minutes.Start free on Kamatera → (opens in new tab)

Key facts

CategoryWiki & docs
LicenseBSL-1.1
StackTypeScript, Node.js
Min RAM1024 MB
Dockeryes
Difficulty

What you need

  • Any VPS with at least 1024 MB of RAM
  • A domain you control — most self-hosted setups need HTTPS in front of them
  • About an afternoon — budget time for troubleshooting

Install with Docker Compose

Save this as compose.yml and run docker compose up -d:

# Outline needs Postgres + Redis + an auth provider (OIDC/Google/Slack)
services:
  outline:
    image: outlinewiki/outline:latest
    ports: ["3000:3000"]
    environment: { DATABASE_URL: postgres://outline:secret@db/outline, REDIS_URL: redis://redis:6379 }
  db: { image: postgres:16 }
  redis: { image: redis:7 }
# see docs for SECRET_KEY + auth env  →  http://SERVER_IP:3000

An alternative to

Head-to-head

More self-hosted tools

We use analytics cookies (Google Analytics, PostHog) to see which guides are useful. No ad networks, no cross-site tracking. See our privacy policy.