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.
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
| Port | Purpose |
|---|---|
| 7912 | Web UI + API (host → container 8000) |
| No authentication | Keep it on a trusted LAN — anyone who reaches it can edit |
| ./data | Embedded database with your whole spool inventory |