mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3709] Server Dashboard connection refused #2955
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#2955
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 @lilongsky on GitHub (Oct 21, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3709
Bug Description
after setting up the server dashboard, follow Web 界面.
The chrome shows ERR_CONNECTION_REFUSED
It could be fixed by adding
webServer.addr = "0.0.0.0"to Configurationsfrpc Version
0.52.1
frps Version
0.52.1
System Architecture
linux/amd64
Configurations
bindPort = 7000
subdomainHost = "*"
vhostHTTPPort = 80
vhostHTTPSPort = 443
webServer.port = 7500
webServer.user = ""
webServer.password = ""
webServer.tls.certFile = ""
webServer.tls.keyFile = ""
Logs
no log related to it
Steps to reproduce
frps.tomlfollow https://gofrp.org/zh-cn/docs/features/common/ui/Affected area
@fatedier commented on GitHub (Oct 23, 2023):
This is expected. For security reasons, the default listening address for the web server is
127.0.0.1.