Skip to content

Command Palette

Search for a command to run...

Self-host Paperless-ngx

Documents
prices checked · Jul 2026

A self-hosted document management system that OCRs, tags, and full-text-indexes your scanned paperwork into a searchable, paperless archive.

Key facts

CategoryDocuments
LicenseGPL-3.0
StackPython, Django
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:

# Paperless-ngx ships an official installer that scaffolds the compose stack
bash -c "$(curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/install-paperless-ngx.sh)"
# follow the prompts → http://SERVER_IP:8000