Skip to content

Self-host Mealie

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

A self-hosted recipe manager and meal planner with a URL importer that scrapes recipes into clean, ad-free cards. Plan weeks and generate shopping lists.

Key facts

CategoryRecipes
LicenseAGPL-3.0
StackPython, Vue
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
  • Under an hour if you've used Docker before

Install

Run these commands on your server:

# Mealie
docker run -d --name mealie \
  -p 9925:9000 -v mealie-data:/app/data \
  ghcr.io/mealie-recipes/mealie:latest
# open http://SERVER_IP:9925

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.