Setting up SimplyPrint for FLSUN printers
Explore setup options for FLSUN: OctoPrint, Klipper, Sonic Pad and more.

Some FLSUN T1 Pro/Max printers ship with outdated SSL certificates, which may prevent SimplyPrint from connecting properly. To fix this, you just need to run a quick command on your printer via SSH.
Check out our setup guide on what it is and how to use it: SSH: What is it and how to use it
[ip-address]
with your printer's IP: ssh pi@[ip-address]
Example:
ssh [email protected]
1
(yes, the password is just "1" by default)
(it won't show as you type, just press ENTER)
Once connected to your printer, paste this one-liner and press ENTER:
wget -qO- https://download.simplyprint.io/flsun/flsun-ssl.sh | sudo bash
This is a small script made by us to update the certificates to allow your printer to connect to our servers.
If no errors are shown when running the command, the update worked.
You can now try connecting SimplyPrint again via the Klipper setup guide: Klipper Setup Guide
✅ That's it — your FLSUN T1 Pro/Max should now be able to connect to SimplyPrint.
You're now ready to connect your printer and start using SimplyPrint.
Create your free account