Video coming soon…

🖨️ Setup Spoolman — Filament Spool Inventory & Tracking

Deploy Spoolman on Ubuntu with Docker — track every filament spool you own, how much is left, and what each print consumed, with integrations for OctoPrint and Klipper, on port 7912.

⚠️ 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 Spoolman on port 7912. Add your filament spools, then connect OctoPrint or Klipper so usage is deducted automatically as you print.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/3d-printing/spoolman/spoolman-ubuntu.sh
chmod +x spoolman-ubuntu.sh
sudo bash spoolman-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/3d-printing/spoolman/spoolman-ubuntu.sh

2 Make it Executable

chmod +x spoolman-ubuntu.sh

3 Run the Installer

The script installs Docker if needed and starts Spoolman on port 7912, keeping its database in the ./data volume. By default it uses an embedded database, so there's nothing else to configure.

sudo bash spoolman-ubuntu.sh

4 Open the Web UI and Add Your Spools

Open Spoolman in your browser, add your filament vendors, filament types, and the spools you own, then connect it to OctoPrint or Klipper:

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

Ports Used

PortPurpose
7912Web UI + API (host → container 8000)
No authenticationKeep it on a trusted LAN — anyone who reaches it can edit
./dataEmbedded database with your whole spool inventory

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