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.
curlinstalled.
2. Execution
- Ensure you have copied a valid
bridge_keyfrom your SoLoPrint Settings > Bridges page. - Open your host's terminal.
- Run the installer script:
curl -sSL https://raw.githubusercontent.com/SoLoVisionLLC/soloprint-bridge/main/install.sh | sudo bash
- 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