Video coming soon…

🛠️ Setup Part-DB — Electronic Parts Inventory

Deploy Part-DB on Ubuntu with Docker — a self-hosted inventory for electronic components that tracks stock, locations, datasheets, and suppliers, using SQLite, on port 8229.

⚠️ 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 Part-DB on port 8229 with a built-in SQLite database. Default login admin / admin, changed on first login.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/erp/part-db/part-db-ubuntu.sh
chmod +x part-db-ubuntu.sh
sudo bash part-db-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/erp/part-db/part-db-ubuntu.sh

2 Make it Executable

chmod +x part-db-ubuntu.sh

3 Run the Installer

The script installs Docker if needed and starts jbtronics/part-db1 on port 8229 with DATABASE_URL pointing at a built-in SQLite file, and volumes for the database, uploads, and media.

sudo bash part-db-ubuntu.sh

4 Log In and Change the Password

Sign in with the default admin / admin — Part-DB forces you to set a new password on first login:

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

Ports Used

PortPurpose
8229Web UI (host → container 80) — default admin / admin, forced change
DATABASE_URLBuilt-in SQLite — no separate MySQL/MariaDB container
./dbSQLite catalogue (also ./uploads, ./media)

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