Back to Mushbox

Moblink — Easy Install

One script does every step for you — it downloads the binaries, sets up the services, and checks port 7777

Installer script by UncleJPop

Easiest option This runs a small script that does the entire Moblink setup for you. It grabs the correct musl binaries, creates and starts both services, and verifies port 7777 — the same result as the manual guide, without the typing. Prefer to do it by hand? Use the full step-by-step guide instead.

Install

Enable SSH and connect

On the admin page, go to Advanced / DeveloperStart SSH Server and note the password. Then connect:

ssh user@YOUR_BELABOX_IP

…or use ssh user@belabox.local. Enter the password — nothing shows as you type, that’s normal.

Needs internetThe Mushbox has to reach the internet (ethernet or WiFi) so the script can download the binaries. If WiFi isn’t set up yet, plug in ethernet for this step.
Run the installer

Download the script and run it:

wget -O moblinkinstall.sh https://themushbox.com/moblinkinstall.sh && bash moblinkinstall.sh

It downloads the binaries, sets up both services, starts them, and checks port 7777. Enter your password if it asks for sudo. When it prints Installation Complete!, you’re done.

Connect your phone

Open the Moblink app, then set:

Streamer URL → ws://YOUR_BELABOX_IP:7777
Password → 1234

Hit connect — your phone’s connection now joins the bond.

Same network requiredThe phone and your Mushbox must be on the same local network so Moblink can discover the relay and connect.

Notes & gotchas

Safe to re-runIt’s the same setup as the manual guide, just automated. Running it a second time won’t hurt anything — it just reinstalls and restarts.
If it says nothing’s on port 7777Rare, since the script uses the musl binaries — but if the install reports a problem, walk the manual guide or the GLIBC fix to sort it out.
Reboot-safeThe script enables both services, so they come back on their own after a power cycle.

Huge thanks to UncleJPop for writing this installer script.

Moblink by datagutt/moblink-rust · install script by UncleJPop · page by Mushbox · mushboxes.com