Video coming soon…

🛠️ Setup KitchenOwl — Shared Grocery Lists & Recipes

Deploy KitchenOwl on Ubuntu with Docker — a self-hosted shopping list and recipe manager that syncs across your household, with meal planning, on port 8219.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys KitchenOwl on port 8219 with a generated JWT secret; create your account in onboarding.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/kitchenowl/kitchenowl-ubuntu.sh
chmod +x kitchenowl-ubuntu.sh
sudo bash kitchenowl-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/kitchenowl/kitchenowl-ubuntu.sh

2 Make it Executable

chmod +x kitchenowl-ubuntu.sh

3 Run the Installer

The script installs Docker if needed, generates a JWT_SECRET_KEY with openssl, sets FRONT_URL to your server, and starts KitchenOwl on port 8219 with data in ./data.

sudo bash kitchenowl-ubuntu.sh

4 Complete Onboarding

Open KitchenOwl and create your account in the onboarding wizard, then invite the rest of the household:

http://<your-server-ip>:8219

Ports Used

PortPurpose
8219Web UI + API (host → container 8080) — onboarding creates account
FRONT_URLSet to your server — mobile apps rely on it
./dataRecipes, lists, and household data

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions