[GH-ISSUE #4691] [Feature Request] 在dashboard里增加frpc和服务的地址信息 #3703

Closed
opened 2026-05-05 14:22:27 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @mbj2014 on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4691

Describe the feature request

目前frps里面接入了很多不同的frpc客户端,有些客户端实际上对应的内网服务又不在本机上。
单纯从frps的dashboard上,只能看到有好些内网穿透服务了,但对应的frpc在哪个IP的内网服务器上,所暴露的实际服务又在哪个内网IP的服务器上,无从知晓。
尤其是当我把公司的frp服务器信息告诉同事后,他们自己就注册不同的服务去暴露了,我都很难查具体是哪个frpc和服务是哪里的IP。

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @mbj2014 on GitHub (Mar 4, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/4691 ### Describe the feature request 目前frps里面接入了很多不同的frpc客户端,有些客户端实际上对应的内网服务又不在本机上。 单纯从frps的dashboard上,只能看到有好些内网穿透服务了,但对应的frpc在哪个IP的内网服务器上,所暴露的实际服务又在哪个内网IP的服务器上,无从知晓。 尤其是当我把公司的frp服务器信息告诉同事后,他们自己就注册不同的服务去暴露了,我都很难查具体是哪个frpc和服务是哪里的IP。 ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [x] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:22:27 -06:00
Author
Owner

@xqzr commented on GitHub (Mar 4, 2025):

API :7500/api/proxy/tcp 有的,只是 UI 没有展示

<!-- gh-comment-id:2697987639 --> @xqzr commented on GitHub (Mar 4, 2025): API `:7500/api/proxy/tcp` 有的,只是 UI 没有展示
Author
Owner

@mbj2014 commented on GitHub (Mar 6, 2025):

API :7500/api/proxy/tcp 有的,只是 UI 没有展示

也是没有的呢!以下是节选的一个实例。并没有我关心的frp客户端内网IP,服务IP,服务端口号等配置在frpc.ini里就有的信息。如果可能把客户端的外网IP也能显示就更好了。
{
"name": "CC.SSH",
"conf": {
"name": "CC.SSH",
"type": "tcp",
"transport": {
"useEncryption": true,
"useCompression": true,
"bandwidthLimit": "",
"bandwidthLimitMode": "client"
},
"loadBalancer": {
"group": ""
},
"healthCheck": {
"type": "",
"intervalSeconds": 0
},
"localIP": "127.0.0.1",
"plugin": null,
"remotePort": 10023
},
"clientVersion": "0.61.1",
"todayTrafficIn": 1318785,
"todayTrafficOut": 1765889,
"curConns": 1,
"lastStartTime": "03-05 21:53:08",
"lastCloseTime": "03-05 10:01:42",
"status": "online"
}

<!-- gh-comment-id:2702378413 --> @mbj2014 commented on GitHub (Mar 6, 2025): > API `:7500/api/proxy/tcp` 有的,只是 UI 没有展示 也是没有的呢!以下是节选的一个实例。并没有我关心的frp客户端内网IP,服务IP,服务端口号等配置在frpc.ini里就有的信息。如果可能把客户端的外网IP也能显示就更好了。 { "name": "CC.SSH", "conf": { "name": "CC.SSH", "type": "tcp", "transport": { "useEncryption": true, "useCompression": true, "bandwidthLimit": "", "bandwidthLimitMode": "client" }, "loadBalancer": { "group": "" }, "healthCheck": { "type": "", "intervalSeconds": 0 }, "localIP": "127.0.0.1", "plugin": null, "remotePort": 10023 }, "clientVersion": "0.61.1", "todayTrafficIn": 1318785, "todayTrafficOut": 1765889, "curConns": 1, "lastStartTime": "03-05 21:53:08", "lastCloseTime": "03-05 10:01:42", "status": "online" }
Author
Owner

@xqzr commented on GitHub (Mar 6, 2025):

frps log 里有。可以拿 name 找到 run id 再找到 frpc login IP

<!-- gh-comment-id:2703971332 --> @xqzr commented on GitHub (Mar 6, 2025): frps log 里有。可以拿 `name` 找到 `run id` 再找到 frpc `login IP`
Author
Owner

@cholau0 commented on GitHub (Mar 10, 2025):

在面板上访问端的IP能不能也显示出来,我想知道哪些人在访问服务。

<!-- gh-comment-id:2709952018 --> @cholau0 commented on GitHub (Mar 10, 2025): 在面板上访问端的IP能不能也显示出来,我想知道哪些人在访问服务。
Author
Owner

@github-actions[bot] commented on GitHub (Mar 25, 2025):

Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.

<!-- gh-comment-id:2749734625 --> @github-actions[bot] commented on GitHub (Mar 25, 2025): Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3703
No description provided.