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.
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
| Port | Purpose |
|---|---|
| 9283 | Web UI + REST API (host → container 80) |