本指南是安装 STATIC 并从转发到路由器的 PC 端口进入 STATIC 的设置指南。
安装services.json
安装STATIC
在STATIC Luancher Sehll 中停止 web-ui
> stop web-ui
卸载 web-ui
> uninstall web-ui
在启动器安装路径下用编辑器打开 resources/services.json 文件,按照如下方式输入 外部连接导入 后保存。
...
{
"name": "web-ui",
"instanceId": "web-ui",
"type": "LEGACY",
"startCmd": [
"cmd.exe",
"/c",
"static-ui-runner.exe",
"start",
"外部_连接_Port"
]
}
...
安装web-ui
> install web-ui resources/services.json resources/web-ui.zip --zip
在STATIC Luancher Sehll中启动 web-ui
> start web-ui