Printago Fuse
Our lightweight client runs on your local network, bridging Printago to printers that aren't reachable via cloud connections.
Fuse handles the local communication so you get full Printago functionality regardless of how your printer connects.


Download
Supported Printers
Bambu Lab (LAN Mode)
For printers with newer firmware or those running in LAN-only mode. Requires LAN Mode + Developer Mode enabled on the printer.
Klipper
Connect your Klipper-based printers running Moonraker just as easily as your Bambu machines. Setup in seconds for automation.
Prusa Link
Your Prusa credentials are used once to obtain an access token, then discarded. Tokens are encrypted and expire automatically. No password storage.
Bambu Cloud Mode
For your Bambu printers running firmware previous to the authorization lockout, just log into Printago and run our Bambu Integration flow.

docker volume create fuse_config
docker volume create fuse_data
docker pull ghcr.io/printago/fuse:latest
docker run -d --name printago-fuse \
--restart unless-stopped \
-p 8888:8888 \
-v fuse_config:/app/config \
-v fuse_data:/app/data ghcr.io/printago/fuse:latestDocker Install
Pull the image and run with a single command, or add the service to your docker-compose.yml for managed deployments. Configuration and print data persist across container restarts and updates.
After starting the container, access Fuse at http://localhost:8888 to complete setup.
Sign up for free today
No credit card required. Connect unlimited printers and get production automation running in minutes.