We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
http://127.0.0.1:8085/?module=launcher&menu=config
本机以外的终端可以连接到XX-Net的Web控制端
本机以外的终端不能连接到XX-Net的Web控制端
允许远程访问后,可以从局域网的其他机器,访问:
http://运行xx-net的ip:8085/
如果不行,先用命令行检查:
netstat -napt
看 8085 端口是不是监听在 0.0.0.0 上
tcp 0 0 *:8085 0.0.0.0:* LISTEN
如果这样:
tcp 0 0 127.0.0.1:8085 0.0.0.0:* LISTEN
这样还监听在127.0.0.1上,就仍然无法从远程访问