Home Bridge Connectors & Networking Step-by-Step: Installing the SoLoPrint Bridge on a Linux/Debian Host

Step-by-Step: Installing the SoLoPrint Bridge on a Linux/Debian Host

Last updated on Mar 31, 2026

Advanced Installation (NUCs, Micro PCs, Mini Forums)

Many users prefer running Klipper arrays on x86 machines. The SoLoPrint Bridge natively supports Debian-based environments (Ubuntu, Mint, Debian).

1. Requirements

  • A Debian-based Linux distribution.
  • Sudo privileges.
  • curl installed.

2. Execution

  1. Ensure you have copied a valid bridge_key from your SoLoPrint Settings > Bridges page.
  2. Open your host's terminal.
  3. Run the installer script:
curl -sSL https://raw.githubusercontent.com/SoLoVisionLLC/soloprint-bridge/main/install.sh | sudo bash
  1. Follow the prompt to paste your bridge_key.

3. Log checking

If you ever need to debug the outbound tunnel from your host, you can trace the logs using:

journalctl -u soloprint-bridge -f