[GH-ISSUE #5091] Critical probem: After restarting frps, the connected frpc clients are lost. #3997

Closed
opened 2026-05-05 14:32:31 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @jingu76 on GitHub (Dec 10, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5091

Bug Description

When I restart frps, the connected frpc clients are all lost.

frpc Version

0.65

frps Version

0.65

System Architecture

linux/amd64

Configurations

client:

serverAddr = "xx.com"
serverPort = 7100
loginFailExit = false

log.to = "./frpc.log"
log.level = "debug"

transport.tcpMux = true
transport.tcpMuxKeepaliveInterval = 30
transport.heartbeatInterval = 30
transport.heartbeatTimeout = 90
transport.dialServerTimeout = 10
transport.dialServerKeepalive = 7200

auth.method = "token"
auth.token = "....."

server:

bindAddr = "0.0.0.0"
bindPort = 7100

auth.method = "token"
auth.token = "....."

webServer.addr = "0.0.0.0"
webServer.port = 7105
webServer.user = "admin"
webServer.password = "aaasss"

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @jingu76 on GitHub (Dec 10, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/5091 ### Bug Description When I restart frps, the connected frpc clients are all lost. ### frpc Version 0.65 ### frps Version 0.65 ### System Architecture linux/amd64 ### Configurations #### client: serverAddr = "xx.com" serverPort = 7100 loginFailExit = false log.to = "./frpc.log" log.level = "debug" transport.tcpMux = true transport.tcpMuxKeepaliveInterval = 30 transport.heartbeatInterval = 30 transport.heartbeatTimeout = 90 transport.dialServerTimeout = 10 transport.dialServerKeepalive = 7200 auth.method = "token" auth.token = "....." #### server: bindAddr = "0.0.0.0" bindPort = 7100 auth.method = "token" auth.token = "....." webServer.addr = "0.0.0.0" webServer.port = 7105 webServer.user = "admin" webServer.password = "aaasss" ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [x] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [x] Others
gitea-mirror 2026-05-05 14:32:32 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Dec 25, 2025):

Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.

<!-- gh-comment-id:3690658858 --> @github-actions[bot] commented on GitHub (Dec 25, 2025): Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
Author
Owner

@jingu76 commented on GitHub (Dec 25, 2025):

any feedback?

<!-- gh-comment-id:3690663417 --> @jingu76 commented on GitHub (Dec 25, 2025): any feedback?
Author
Owner

@github-actions[bot] commented on GitHub (Jan 9, 2026):

Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.

<!-- gh-comment-id:3726575682 --> @github-actions[bot] commented on GitHub (Jan 9, 2026): Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
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#3997
No description provided.