How to Uninstall SimplyPrint from a Creality K2-series printer
1. Find your K2's IP address
- On the touchscreen navigate to "Settings" → "Network".


- Note down the K2's IP address shown under your network name/SSID.

2. Find root password
- On the touchscreen navigate to "Settings" and scroll down to select "Root account information".


- Read the disclaimer, check "I have read and understood the risks of Root login" and wait 30 seconds before pressing "Ok".

- Note down the root password.

3. Connect to your K2 via SSH
- Open a terminal or SSH client on your computer.
- Connect to your K2 using the IP address and root password you noted:
ssh root@[IP_ADDRESS]
ssh root@192.168.0.42- When prompted for a password, enter the password you noted.
4. Run the Uninstall Script
- Once connected, run the command below to launch the script menu:
python3 -c "import urllib.request;print(urllib.request.urlopen('https://download.simplyprint.io/creality/k2/k2-setup.sh').read().decode())" | sh
- Choose your desired uninstall option, and follow the on-screen instructions:
7) Uninstall all to completely remove SimplyPrint from the printer.Restart your printer to finalize the uninstallation., if the uninstall was successful.That's it! SimplyPrint has now been removed from your Creality K2-series printer.
Updated on: 25/05/2026
Thank you!