[GH-ISSUE #4663] Why visitors are not displayed in the frpc admin ui? #3682

Closed
opened 2026-05-05 14:21:48 -06:00 by gitea-mirror · 4 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [x] Others
Author
Owner

@starworld99 commented on GitHub (Feb 9, 2025):

please enable frpc log to get more info

<!-- gh-comment-id:2646173016 --> @starworld99 commented on GitHub (Feb 9, 2025): please enable frpc log to get more info
Author
Owner

@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:

[[visitors]]
name = "secret_ssh_visitor"
type = "stcp"
serverName = "secret_ssh"
secretKey = "abcdefg"
bindAddr = "127.0.0.1"
bindPort = 6000

Such a configuration does not appear in the admin ui tunnel category, as shown in the figure below:

Image

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.

<!-- gh-comment-id:2646178119 --> @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: ```toml [[visitors]] name = "secret_ssh_visitor" type = "stcp" serverName = "secret_ssh" secretKey = "abcdefg" bindAddr = "127.0.0.1" bindPort = 6000 ``` Such a configuration does not appear in the admin ui tunnel category, as shown in the figure below: ![Image](https://github.com/user-attachments/assets/548c3efe-9ece-4752-a51a-fa58a35562e2) 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.
Author
Owner

@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.

<!-- gh-comment-id:2646874702 --> @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.
Author
Owner

@fenghan0430 commented on GitHub (Feb 10, 2025):

Thanks a lot

<!-- gh-comment-id:2646876545 --> @fenghan0430 commented on GitHub (Feb 10, 2025): Thanks a lot
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#3682
No description provided.