草庐IT

Failed to start: app/proxyman/inbound: failed to listen TCP on 10808

问题现象启动v2xxx-With-Core失败,报错信息如下:2023/08/0311:38:56[Info]infra/conf/serial:Readingconfig:F:\工具\小工具\v2xxx-With-Core\guiConfigs\config.jsonFailedtostart:app/proxyman/inbound:failedtolistenTCPon10808>transport/internet:failedtolistenonaddress:127.0.0.1:10808>transport/internet/tcp:failedtolistenTCPon127.

Failed to start: app/proxyman/inbound: failed to listen TCP on 10808 > transport/internet: failed

启动服务器或者代理时出现监听TCP端口失败,可能是该端口被占用,已经存在了;需要先杀死该端口所用的进程再进行运行;查看端口所在进程:netstat-ano|findstr“:10808”运行结果:TCP0.0.0.0:108080.0.0.0:0LISTENING1104杀掉所在进程:taskkill/pid1104/f之后再进行访问就行