mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5014] 在0.65版本中默认配置启动frpc端web管理报错请问怎么解决? #3948
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#3948
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 @xmlzy on GitHub (Oct 6, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5014
Bug Description
防火墙已关闭,端口无占用
配置文件为如下
frpc.toml
webServer.addr = "127.0.0.1"
webServer.port = 7400
webServer.user = "admin"
webServer.password = "admin"
在终端执行
./frpc reload -c frpc.toml
报错Get "http://127.0.0.1:7400/api/reload?strictConfig=true": dial tcp 127.0.0.1:7400: connect: connection refused
frpc Version
0.65.0
frps Version
未使用
System Architecture
linux/amd64 or windows/amd64
Configurations
frpc.toml
webServer.addr = "127.0.0.1"
webServer.port = 7400
webServer.user = "admin"
webServer.password = "admin"
Logs
No response
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Oct 24, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.