Setting up SimplyPrint on MakerBot Replicator Mini: Creality Sonic Pad method

Creality Sonic Pad setup for this printer. Follow the steps to connect your MakerBot Replicator Mini 3D printer to SimplyPrint.

MakerBot Replicator Mini image
  • 1 Readying Sonic Pad
  • 2 Fluidd setup

Before You Start: Root Access

Your Creality Sonic Pad requires enabling "root access" to connect to SimplyPrint.

Don't let the technical name worry you — this is usually as simple as navigating to a setting on your printer's screen and checking a box. You'll also use "SSH" to run a few commands.

What is root access?

Think of it like unlocking "administrator mode" on your printer. It gives you (and SimplyPrint) the ability to add features and make changes that the standard interface doesn't allow.

Why do I need it?

Your printer manufacturer has locked down certain features. By enabling root access, you're giving yourself permission to use your printer to its full potential.

Is this "hacking" or "jailbreaking"?

Not really! In most cases, the manufacturer has provided this option themselves — it's just tucked away in the settings. You're using a feature they built in.

What does SimplyPrint actually do?

We simply enable our component in the printer's existing software — we don't install packages or make invasive changes. You can usually factory reset to undo everything.

A note about warranty

Some manufacturers mention that enabling root access may affect your warranty. The risk is low — we haven't had a single known case of a SimplyPrint user being denied warranty service because of this.

But it's your call.

We'll show you exactly where to find this setting and what commands to run.

Set up SimplyPrint on the Creality Sonic Pad

In this guide we will go through:

  1. Find your Sonic Pad's IP address
  2. Enable root access and get the password
  3. Download the SSL package via SSH
  4. Enable SimplyPrint in Fluidd

1. Find your Sonic Pad's IP address

  1. On the touchscreen, navigate to "Configure""Network settings".
Configure button Network settings button
  1. Select "Wireless" or "Wired", depending on your connection method.
Choose Wireless or Wired
  1. Next to "IP" / "IP address", note down the number (e.g. 192.168.1.42).
Wireless IP Wired IP

2. Enable root access

  1. On the touchscreen, go to "Configuration""Other settings""Advanced options""Root Account".
Configure button Other settings button Advanced options button Root account button
  1. Read the disclaimer and scroll all the way down, check "I have read and understand the root login risks" and wait 30 seconds.
    Make sure you do understand the risks of enabling root access on your Sonic Pad.
Root access disclaimer
  1. Tap "Next step".
Next step
  1. Note down the generated root password.
Root password

3. Download the SSL package via SSH

  1. SSH to the Sonic Pad using the IP and root password you noted:
ssh -o HostKeyAlgorithms=+ssh-rsa root@[IP_ADDRESS]

Yes, this is the annoying technical part. We're sorry — we've tried everything to avoid it, but your device simply doesn't give us another option.

But here's the thing: it's easier than it looks. You're just going to copy-paste a few commands. That's it. Pick your computer type below and follow the steps — we'll walk you through every click.

Important: The IP address must be just the numbers (e.g., 192.168.1.42). Do not include http://, slashes, or port numbers.
Windows 10 / 11
  1. Press Win + X and select "Terminal" or "PowerShell"
  2. Type the SSH command (replace the placeholders):
    ssh username@ip-address
    Example: ssh [email protected]
  3. If asked "Are you sure you want to continue connecting?", type yes and press Enter
  4. Enter the password when prompted
    The password won't show as you type — that's normal! Just type it and press Enter.
macOS
  1. Press Cmd + Space to open Spotlight, type "Terminal", and press Enter
  2. Type the SSH command (replace the placeholders):
    ssh username@ip-address
    Example: ssh [email protected]
  3. If asked "Are you sure you want to continue connecting?", type yes and press Enter
  4. Enter the password when prompted
    The password won't show as you type — that's normal! Just type it and press Enter.
Linux
  1. Open Terminal (usually Ctrl + Alt + T, or find it in your applications menu)
  2. Type the SSH command (replace the placeholders):
    ssh username@ip-address
    Example: ssh [email protected]
  3. If asked "Are you sure you want to continue connecting?", type yes and press Enter
  4. Enter the password when prompted
    The password won't show as you type — that's normal! Just type it and press Enter.
Chromebook
First-time setup: You need to enable Linux on your Chromebook (one-time only).
  1. Enable Linux (skip if already done):
    • Open Settings
    • Go to AdvancedDevelopers
    • Turn on "Linux development environment"
    • Follow the setup wizard (takes a few minutes)
  2. Open the "Terminal" app from your app launcher
  3. Type the SSH command (replace the placeholders):
    ssh username@ip-address
    Example: ssh [email protected]
  4. If asked "Are you sure you want to continue connecting?", type yes and press Enter
  5. Enter the password when prompted
    The password won't show as you type — that's normal! Just type it and press Enter.
Common issues
  • "Connection refused" — Make sure you're on the same network and the IP address is correct.
  • "Permission denied" — Double-check your username and password.
  • "Host key verification failed" — The device was reset or reinstalled. Remove the old key with: ssh-keygen -R <ip-address>
Using a tablet or phone?

While there are SSH apps available for Android and iOS, we recommend using a computer for SSH connections. A proper keyboard and screen make typing commands much easier.

SSH command example
  1. Download and install the package using our helper script:
wget -qO- https://download.simplyprint.io/sonic-pad/sonic-pad-ssl.sh | bash
Run the fix script
  1. 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.

That's it! You're all set

You're now ready to connect your printer and start using SimplyPrint.

Create your free account