Set up SimplyPrint on the Creality Sonic Pad 
The Creality Sonic Pad is missing a required Python SSL certificates package, which prevents secure downloads of print files from SimplyPrint. To fix this, you'll enable root access on the Sonic Pad and run a script that installs the package. 
In this guide we will go through: 
- Find your Sonic Pad's IP address
- Enable root access and get the password
- Download the SSL package via SSH
- Enable SimplyPrint in Fluidd
        
                            
                                        Heads up
                                        Enabling root access will void the Sonic Pad's warranty. Read the on-screen disclaimer carefully and proceed only if you accept the risks.
                     
     
 
1. Find your Sonic Pad's IP address 
- On the touchscreen, navigate to "Configure" → "Network settings". 
 
                                     
- Select "Wireless" or "Wired", depending on your connection method. 
 
- Next to "IP" / "IP address", note down the number (e.g.
192.168.1.42).
 
                                     
    
        
                            
                                        Tip
                                        If the IP address shows 127.0.0.1, that's an internal loopback address; switch to the other connection type (Wireless/Wired) and check there instead.
                     
     
 
2. Enable root access 
- On the touchscreen, go to "Configuration" → "Other settings" → "Advanced options" → "Root
Account". 
 
                                     
                                     
                                     
- Read the disclaimer and scroll all the way down, check "I have read and understand the root login
risks" and wait 30 seconds. 
 
- Tap "Next step". 
 
- Note down the generated root password. 
 
    
        
                            
                                        Warranty disclaimer
                                        Enabling the root account will void your Sonic Pad's warranty. Proceed only if you accept this. See the on-screen notice for details.
                     
     
 
3. Download the SSL package via SSH 
- SSH to the Sonic Pad using the IP and root password you noted: 
ssh -o HostKeyAlgorithms=+ssh-rsa root@<IP_ADDRESS>
                                     
- Download and install the package using our helper script: 
wget -qO- https://download.simplyprint.io/sonic-pad/sonic-pad-ssl.sh | bash
                                     
- Wait for the script to complete, then exit with: 
exit
4. Open the Fluidd web interface
In your browser on your computer or phone,
visit http://[IP_ADDRESS]. Here you'll find the "Fluidd" web interface
that is hosted by your Sonic Pad - note that you must be on the same network as the Sonic Pad
to access the Fluidd web interface.
Now, proceed to the next step which will show you in details how
to find and open the moonraker.conf configuration file, where we have to add the [simplyprint] line.