[GH-ISSUE #3709] Server Dashboard connection refused #2955

Closed
opened 2026-05-05 13:54:26 -06:00 by gitea-mirror · 1 comment
Owner

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 Configurations

frpc 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

  1. Setting frps.toml follow https://gofrp.org/zh-cn/docs/features/common/ui/
  2. Chrome access ip:7500 or domain:7500
  3. get error "ERR_CONNECTION_REFUSED"

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 界面](https://gofrp.org/zh-cn/docs/features/common/ui/). The chrome shows ERR_CONNECTION_REFUSED It could be fixed by adding `webServer.addr = "0.0.0.0"` to Configurations ### frpc 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 1. Setting `frps.toml` follow https://gofrp.org/zh-cn/docs/features/common/ui/ 2. Chrome access ip:7500 or domain:7500 3. get error "ERR_CONNECTION_REFUSED" ### Affected area - [X] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@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.

<!-- gh-comment-id:1774338490 --> @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`.
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#2955
No description provided.