Setting up SimplyPrint on Creality K1 Max: SimplyPrint Client method
SimplyPrint Client setup for this printer. Follow the steps to connect your Creality K1 Max 3D printer to SimplyPrint.
The client runs on a device on your network and connects your Creality printer(s) to SimplyPrint. Pick the device it will run on below, it does not have to be the one you are using now.
This does not have to be the device you're browsing from right now.
You need a device that can stay turned on 24/7 to keep your printer(s) connected to SimplyPrint.
Flash our ready-to-go image to a microSD card, no operating system to set up first. Works on Raspberry Pi 3, 4 and 5.
http://<pi-ip>:8000.
Run the client on a Linux computer, mini-PC, or server.
systemd support (most modern distributions have this)sudo bash -c "$(curl -fsSL https://download.simplyprint.io/client/install-linux.sh)"
simplyprint-client.service) that starts on boot
and keeps running in the background.
http://localhost:8000http://<device-ip>:8000Run the client on a Mac. Download the installer for your chip:
Apple Silicon (M-series) Intel
Not sure which? Apple menu → About This Mac. A chip that starts with "Apple M" is Apple Silicon; an "Intel" processor is Intel.
http://localhost:8000.
Prefer Homebrew? Run these in Terminal:
brew install simplyprint/tap/simplyprint-client
brew services start simplyprint-client
Run the client on a Windows computer.
Download Windows installer (x64)http://localhost:8000.
Prefer not to install? A portable
zip build is also available, extract it and run
simplyprint-client.exe.
Deploy the client on any system that runs Docker. The official image is on Docker Hub: simplyprint/simplyprint-client.
docker run -d --name simplyprint-client --network=host --restart=always -v simplyprint_data:/root/.config/SimplyPrint simplyprint/simplyprint-client
docker pull simplyprint/simplyprint-client && docker restart simplyprint-client
http://localhost:8000
http://<device-ip>:8000
compose.yaml with the following content:
services:
simplyprint-client:
image: simplyprint/simplyprint-client
container_name: simplyprint-client
network_mode: host
restart: always
volumes:
- simplyprint_data:/root/.config/SimplyPrint
volumes:
simplyprint_data:
docker compose up -d
docker compose pull && docker compose up -d
http://localhost:8000
http://<device-ip>:8000
Your Chromebook must stay turned on and awake at all times. If it sleeps, shuts down, or you close the lid, your printer goes offline.
Better alternative: Get a Raspberry Pi (~$35-55) to run 24/7. You can still use your Chromebook to access SimplyPrint - just let the Pi handle the always-on part!
Chromebooks can run our Linux-based client by enabling the Linux development environment (Crostini). If you still want to proceed, follow the steps below.
sudo bash -c "$(curl -fsSL https://download.simplyprint.io/client/install-linux.sh)"
http://localhost:8000.
There is no way to use an iPad, tablet, phone, or similar device to run the client.
| Device | Why it doesn't work |
|---|---|
| iPad / iPhone | iOS doesn't allow apps to run the background processes the client needs. |
| Android phone / tablet | Android aggressively kills background processes to save battery; the client would stop working within minutes. |
| Arduino / ESP32 / microcontrollers | These are microcontrollers, not computers. They cannot run the client software. |
| Smart-home hubs | Too limited and locked down; designed for specific tasks, not running arbitrary software. |
| The printer itself | Many printers (e.g. Bambu Lab) have a closed ecosystem, so we cannot install software on them. The client runs on a separate device instead. |
Please select one of the supported platforms from the tabs above.
View Raspberry Pi setup (recommended)You're now ready to connect your printer and start using SimplyPrint.
Create your free account