Quick Install
Choose your preferred installation method and get started right away
- Linux
- Docker Compose
- Docker
- Raspberry Pi (3/4)
Run this one-line command to automatically install FDM Monster on Ubuntu / Debian / Raspberry Pi OS:
$ curl -fsSL https://raw.githubusercontent.com/fdm-monster/fdm-monster-scripts/main/install/linux/install.sh | bash1. Create a docker-compose.yml file:
services:
fdm-monster:
container_name: fdm-monster
image: fdmmonster/fdm-monster:2
restart: unless-stopped
deploy:
restart_policy:
delay: 5s
window: 120s
ports:
- "4000:4000"
volumes:
- fdm-monster-media:/app/media
- fdm-monster-database:/app/database
volumes:
fdm-monster-media:
fdm-monster-database:2. Start the container:
$ docker-compose up -dRun FDM Monster in a Docker container with this single command:
$ docker run -d \
--name fdm-monster \
-p 4000:4000 \
-v fdm-monster-media:/app/media \
-v fdm-monster-database:/app/database \
--restart unless-stopped \
fdmmonster/fdm-monster:2MonsterPi
A pre-built Raspberry Pi image with FDM Monster already configured and ready to use. Perfect for Raspberry Pi 3B+, Pi 4, and compatible devices.
Why FDM Monster?
Built for makers who need to manage multiple 3D printers efficiently
Real-time Monitoring
Monitor all your 3D printers in one central dashboard with live status updates and webcam feeds.
Print Queue Management
Organize and manage your print queue across multiple printers with drag-and-drop simplicity.
Multi-Printer Control
Control dozens of printers simultaneously with group operations and batch management tools.
FDM Monster is Powered By
FDM Monster stands on the shoulders of giants! Check out the following projects and see what fits your needs:
Connect OctoPrint
Using OctoPrint, FDM Monster prevents single points of failures in your farm!
Connect Moonraker
Moonraker enables FDM Monster to communicate with your Klipper device!
Connect Bambu Lab
Control your Bambu Lab printers directly through FDM Monster!
Connect PrusaLink
Integrate your Prusa printers using PrusaLink for seamless farm management!
Deploy on Unraid
Run FDM Monster on your Unraid server for easy container management!
Our Community
Do you have questions about FDM Monster? Or just want to talk about 3D Printing?