VaalaCat / frp-panel

a multi node frp webui and for [frp](https://github.com/fatedier/frp) server and client management, which makes this project a Cloudflare Tunnel or Tailscale Funnel open source alternative
GNU General Public License v3.0
441 stars 29 forks source link

master报错无法启动server #42

Closed zzzzzhy closed 1 month ago

zzzzzhy commented 1 month ago

time="2024-05-15T09:18:26Z" level=error msg="cannot recv, sleep 3s and retry" func=github.com/VaalaCat/frp-panel/services/rpcclient.StartRPCClient file="/app/services/rpcclient/rpc_handler.go:104" error="rpc error: code = Unavailable desc = connection error: desc = "transport: authentication handshake failed: context deadline exceeded"" 一直报这个错, 启动命令 docker run -d --network=host --restart=unless-stopped -v ./data:/data -e GIN_MODE=release -e MASTER_RPC_HOST=**** -e APP_GLOBAL_SECRET=maintenance vaalacat/frp-panel 直接启动也是一样的,云服务器的问题吗

VaalaCat commented 1 month ago

@zzzzzhy 应该是服务器安全组没有开放9000和9001端口

zzzzzhy commented 1 month ago

从外部访问是正常的,虚拟机内部访问会卡很久,应该是云服务器的问题