[GH-ISSUE #4148] No tcpmux connections are shown in Web UI #3272

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

Originally created by @gecube on GitHub (Apr 10, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4148

Bug Description

As a DevOps engineer I want to see the tcpmux connected instances in separate UI panel. Right now I can see only HTTP ones:

Screenshot 2024-04-10 at 20 34 02

It proves that the client is connected and connection is persistent.

The TCP section is empty.

Screenshot 2024-04-10 at 20 33 56

frpc Version

v0.56.0

frps Version

v0.56.0

System Architecture

linux/arm64

Configurations

frpc.ini

serverAddr = "**.**.**.**"
serverPort = 7000

[[proxies]]
name = "ssh-edge031"
type = "tcpmux"
multiplexer = "httpconnect"
customDomains = ["edge-031"]
localIP = "127.0.0.1"
localPort = 22

Logs

No response

Steps to reproduce

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 @gecube on GitHub (Apr 10, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4148 ### Bug Description As a DevOps engineer I want to see the tcpmux connected instances in separate UI panel. Right now I can see only HTTP ones: <img width="1792" alt="Screenshot 2024-04-10 at 20 34 02" src="https://github.com/fatedier/frp/assets/2912732/d73c98e4-832d-4729-be77-46cb4f6f2fd2"> It proves that the client is connected and connection is persistent. The TCP section is empty. <img width="1792" alt="Screenshot 2024-04-10 at 20 33 56" src="https://github.com/fatedier/frp/assets/2912732/8bb589a9-e35c-4900-8991-9c7cfbdaa425"> ### frpc Version v0.56.0 ### frps Version v0.56.0 ### System Architecture linux/arm64 ### Configurations frpc.ini ``` serverAddr = "**.**.**.**" serverPort = 7000 [[proxies]] name = "ssh-edge031" type = "tcpmux" multiplexer = "httpconnect" customDomains = ["edge-031"] localIP = "127.0.0.1" localPort = 22 ``` ### Logs _No response_ ### Steps to reproduce _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:06:48 -06:00
  • closed this issue
  • added the
    todo
    label
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#3272
No description provided.