mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #5091] Critical probem: After restarting frps, the connected frpc clients are lost. #3997
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#3997
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 @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
@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.
@jingu76 commented on GitHub (Dec 25, 2025):
any feedback?
@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.