mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4691] [Feature Request] 在dashboard里增加frpc和服务的地址信息 #3703
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3703
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@xqzr commented on GitHub (Mar 4, 2025):
API
:7500/api/proxy/tcp有的,只是 UI 没有展示@mbj2014 commented on GitHub (Mar 6, 2025):
也是没有的呢!以下是节选的一个实例。并没有我关心的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"
}
@xqzr commented on GitHub (Mar 6, 2025):
frps log 里有。可以拿
name找到run id再找到 frpclogin IP@cholau0 commented on GitHub (Mar 10, 2025):
在面板上访问端的IP能不能也显示出来,我想知道哪些人在访问服务。
@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.