Video coming soon…

🛒 Setup Grocy — Self-Hosted Groceries & Household ERP

Deploy Grocy on Ubuntu — a self-hosted "ERP for your kitchen" that tracks groceries, stock, expiry dates, shopping lists, recipes, chores, and household batteries.

⚠️ 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 Grocy on port 9283 with a persistent config volume.
View on GitHub

Quick Install:

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

Tutorial Steps

1 Download the Script

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

2 Make it Executable

chmod +x grocy-ubuntu.sh

3 Run the Installer

The script installs Docker if needed, pulls the LinuxServer Grocy image, and starts it on port 9283 with a persistent ./config volume holding the SQLite database.

sudo bash grocy-ubuntu.sh

4 Log In to the Web UI

Open your browser and navigate to Grocy, then log in with the default credentials admin / admin and change the password immediately:

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

Ports Used

PortPurpose
9283Web UI + REST API (host → container 80)

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