-
Notifications
You must be signed in to change notification settings - Fork 0
Installation_CN
blycr edited this page Jan 17, 2026
·
2 revisions
请前往 Releases 页面 下载适合你系统的版本。
-
Windows: 下载
msp-windows-amd64.exe(适用于 64 位系统)。 -
Linux: 下载
msp-linux-amd64(或 arm64 版本)。 -
macOS: 下载
msp-macos-amd64(Intel) 或msp-macos-arm64(Apple Silicon)。
-
将下载的文件(如
msp-windows-amd64.exe)放在你喜欢的目录(例如D:\Tools\msp)。可选:为了方便,你可以将其重命名为
msp.exe。 -
双击运行。
-
首次运行时,Windows 防火墙可能会弹出提示,请允许 专用网络 和 公用网络 访问(以便局域网其他设备能连接)。
-
黑框(终端)中会显示访问地址,通常是:
- 本机:
http://127.0.0.1:8099 - 局域网:
http://192.168.x.x:8099
- 本机:
目前主要通过 config.json 配置,暂无复杂的命令行参数。
如果启动时提示端口冲突,请修改 config.json 中的 port 字段为其他端口(如 8090),然后重启程序。
- 确保手机和电脑连接在同一个 Wi-Fi 下。
- 检查电脑的防火墙设置,确保允许程序(如
msp-windows-amd64.exe)通过防火墙。 - 尝试在电脑终端运行
ipconfig查看准确的局域网 IP 地址。