mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4663] Why visitors are not displayed in the frpc admin ui? #3682
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#3682
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 @fenghan0430 on GitHub (Feb 9, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4663
Describe the feature request
Why visitors are not displayed in the frpc admin ui?
Describe alternatives you've considered
No response
Affected area
@starworld99 commented on GitHub (Feb 9, 2025):
please enable frpc log to get more info
@fenghan0430 commented on GitHub (Feb 9, 2025):
Let me describe my question more fully.
To be clear, I have had no problems with frp. What I want to know is about the design of frp.
When I was using the frpc admin ui, I found visitors about stcp, xtcp (used on the receiving client). The configuration is usually as follows:
Such a configuration does not appear in the admin ui tunnel category, as shown in the figure below:
I don't know much about the design of frp and I wonder if there is any reason why this visitor doesn't show up in the tunnel list? Like it could cause a security breach or something.
I ask these questions because I am developing a tool to centrally manage multiple frpc client tunnels. I want to avoid safety hazards by design.
thank.
@fatedier commented on GitHub (Feb 10, 2025):
Yes, it's not currently displayed. The web page is not the focus at the moment, and its functionality is incomplete.
@fenghan0430 commented on GitHub (Feb 10, 2025):
Thanks a lot