Skip to content

修改管理界面端口

Michael.X edited this page Jan 15, 2024 · 3 revisions

Path:

data/launcher/config.json

Content:

{
  "control_ip" : "127.0.0.1",
  "control_port" : 8086

}

如果出现8086端口和其他应用程序冲突,可以修改control_port为其他端口。 Change the control_port to others if there is conflict with other software.

Clone this wiki locally