Skip to content

Installation

blycr edited this page Jan 17, 2026 · 2 revisions

Installation & Run

Download

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) or msp-macos-arm64 (Apple Silicon).

Run

Windows

  1. 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.exe for convenience.

  2. Double-click to run.

  3. On the first run, Windows Firewall may prompt for access. Please allow Private Networks and Public Networks (so other LAN devices can connect).

  4. The console window will display the access address, usually:

    • Local: http://127.0.0.1:8099
    • LAN: http://192.168.x.x:8099

Command Line Arguments

Currently, configuration is mainly done via config.json. There are no complex command-line arguments.

Common Issues

Port Occupied

If the port is in use, please modify the port field in config.json to another port (e.g., 8090) and restart the program.

Cannot Access on Phone

  1. Ensure your phone and computer are on the same Wi-Fi network.
  2. Check your computer's firewall settings to allow the program (e.g., msp-windows-amd64.exe) through the firewall.
  3. Try running ipconfig in the terminal to find your exact LAN IP address.

Clone this wiki locally