The Creality Sonic Pad is taking the 3D printing world by storm. It’s a perfect combination of power, size, and features for a low price. But did you know you can level up your Creality Sonic Pad with free and unlimited remote access, app support, AI print failure detection, and more?
It’s true. OctoEverywhere empowers the worldwide maker community with free and unlimited remote access to their full Sonic Pad web portal, app support, next-gen AI failure detection, real-time notifications, and so much more.
The best part? It only takes 60 seconds to set up! Start now!
Step 1 – Enable SSH Root Access
SSH, or Secure Shell, is disabled by default on the Creality Sonic Pad. SSH is a standard tool for accessing and controlling your Sonic Pad from another computer. Think of it like a local remote desktop for your Sonic Pad.
Enabling SSH and getting the root password on the Creality Sonic Pad is easy:
- From the Creality Sonic Pad home screen, select “Configure”
- Select “Other Settings”
- Scroll down and select “Advance options”
- Scroll down and select “Root account”
You will see a warning informing you about the power of root access. But don’t worry; our guide will walk you through the steps required, and there’s no risk to your Sonic Pad or printer.
Scroll the text down to reach the bottom, check the box, and press “Next Step”. You will then see the SSH root login information for the Creality Sonic Pad. The default user name is root, and the password is cxsw-sonic_2023.
Step 2 – Find The Creality Sonic Pad’s IP Address
Each device on your home network has a unique IP address that allows it to communicate with other devices. To SSH into your Creality Sonic Pad, you will need to find the IP address of your Sonic Pad.
- From the Creality Sonic Pad home screen, select “Configure”
- Select “Network settings”
- Select “Wireless network” or “Wired network” depending on your setup
- The IP address will be listed at the top; write it down.
Step 3 – Log Into Your Creality Sonic Pad With Root Access
You will need to use a terminal, such as PuTTY for Windows or the Terminal app on a Mac. When you have selected a terminal, log into your Sonic Pad using this command:
ssh -oHostKeyAlgorithms=+ssh-rsa root@<your-sonic-pad-ip>
For example, if the IP address of your Sonic Pad is 192.168.1.23 use:
ssh -oHostKeyAlgorithms=+ssh-rsa [email protected]
You will be prompted for the password you got when you enabled root SSH access. Enter: cxsw-sonic_2023
You did it! You now have a remote terminal open to your Creality Sonic Pad logged in as the root user! 🥳
Step 4 – Install The OctoEverywhere Plugin For Remote Access
The hard part is over! Now, run the following commands in the remote terminal to download and install the OctoEverywhere plugin:
cd /usr/share/
git clone https://github.com/QuinnDamerell/OctoPrint-OctoEverywhere octoeverywhere
cd octoeverywhere
./install.sh
If you’re wondering what’s happening, the cd
command is used to move the terminal to a different folder, in this case, the /usr/share
folder. git clone
downloads our open-source plugin code to your device. cd
once again moves the terminal into our plugin’s code folder. Then ./install.sh
command starts a script that does the plugin install.
Done! 🚀
Congratulations! You now have full and unlimited remote access to your full Creality Sonic Pad! OctoEveywhere provides the community with a ton of great features. Check out iOS and Android remote apps, Gadget, our next-gen AI print failure detection system, live streaming, and more!
Our real-time print notifications support every platform you love: SMS, email, Discord, Telegram, Slack, Pushover, Webhooks, and more!
Our mission at OctoEverywehre is to empower the worldwide maker community to print better with powerful cloud printing tools. If you have any feedback, ideas, or just want to chat, consider joining our Discord or reaching out to the development team directly via our support system.
Welcome To Our Community And Happy Printing!