[GH-ISSUE #4676] [Feature Request] FRPC HA #3691

Closed
opened 2026-05-05 14:22:05 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @gaogaoSpark on GitHub (Feb 17, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4676

Describe the feature request

  1. architecture

Image

  1. one frpc connect multiple frps,support ha
  2. frpc.toml:
webServer.port = 7400
webServer.user = "admin"
webServer.password = "admin"
includes = ["./confd/*.toml"]
[[servers]]
serverAddr = "192.168.72.130"
serverPort = 7000
[[servers]]
serverAddr = "192.168.72.220"
serverPort = 7000
auth.token = "admin"

simple implement : https://github.com/doublegao/frp/tree/frpc_ha

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 @gaogaoSpark on GitHub (Feb 17, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/4676 ### Describe the feature request 1. architecture ![Image](https://github.com/user-attachments/assets/6a4de458-bfa9-4c42-b27a-a9b80d3659d6) 3. one frpc connect multiple frps,support ha 4. `frpc.toml`: ```webServer.addr = "127.0.0.1" webServer.port = 7400 webServer.user = "admin" webServer.password = "admin" includes = ["./confd/*.toml"] [[servers]] serverAddr = "192.168.72.130" serverPort = 7000 [[servers]] serverAddr = "192.168.72.220" serverPort = 7000 auth.token = "admin" ``` simple implement : [https://github.com/doublegao/frp/tree/frpc_ha](url) ### 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
Author
Owner

@k8scat commented on GitHub (Jun 7, 2025):

Is this supported?

<!-- gh-comment-id:2952116462 --> @k8scat commented on GitHub (Jun 7, 2025): Is this supported?
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#3691
No description provided.