-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
blycr edited this page Jan 17, 2026
·
2 revisions
Please visit the Releases Page to download the version suitable for your system.
-
Windows: Download
msp-windows-amd64.exe(for 64-bit systems). -
Linux: Download
msp-linux-amd64(or arm64). -
macOS: Download
msp-macos-amd64(Intel) ormsp-macos-arm64(Apple Silicon).
-
Place the downloaded file (e.g.,
msp-windows-amd64.exe) in a directory of your choice (e.g.,D:\Tools\msp).Optional: You can rename it to
msp.exefor convenience. -
Double-click to run.
-
On the first run, Windows Firewall may prompt for access. Please allow Private Networks and Public Networks (so other LAN devices can connect).
-
The console window will display the access address, usually:
- Local:
http://127.0.0.1:8099 - LAN:
http://192.168.x.x:8099
- Local:
Currently, configuration is mainly done via config.json. There are no complex command-line arguments.
If the port is in use, please modify the port field in config.json to another port (e.g., 8090) and restart the program.
- Ensure your phone and computer are on the same Wi-Fi network.
- Check your computer's firewall settings to allow the program (e.g.,
msp-windows-amd64.exe) through the firewall. - Try running
ipconfigin the terminal to find your exact LAN IP address.