Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have set up webserver, but after starting frps, I am unable to access the dashboard #4296

Open
2 of 11 tasks
xinoer opened this issue Jun 24, 2024 · 5 comments
Open
2 of 11 tasks

Comments

@xinoer
Copy link

xinoer commented Jun 24, 2024

Bug Description

I have set up webserver, but after starting frps, I am unable to access the dashboard
The ‘frps.toml’ file is as follows:
[common]
bind_port = 7000
auth.method = "token"
auth.token = "123456"

webServer.addr = "127.0.0.1"
webServer.port = 7001
webServer.user = "admin"
webServer.password = "admin"

log_file = ./frps.log
log_level = info
log_max_days = 3

vhostHTTPSPort = 443
subdomain_host = 123.com

frpc Version

frp_0.58.0

frps Version

frp_0.58.0

System Architecture

windows_amd64

Configurations

[common]
bind_port = 7000
auth.method = "token"
auth.token = "123456"

web服务器.addr = “127.0.0.1”
web服务器.port = 7001
web服务器.user = “管理员”
web服务器.password = “管理员”

log_file = ./frps.log
log_level = info
log_max_days = 3

vhostHTTPSPort = 443
subdomain_host = 123.com

Logs

The log is as follows:
2024-06-24 10:27:29.400 [I] [frps/root.go:105] frps uses config file: frps.toml
2024-06-24 10:27:29.534 [I] [server/service.go:237] frps tcp listen on 0.0.0.0:7000
2024-06-24 10:27:29.534 [I] [frps/root.go:114] frps started successfully

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
@wuai1024
Copy link

现在新版的已经没有这个参数了 [common]

webServer.addr = "0.0.0.0"

@xinoer
Copy link
Author

xinoer commented Jun 24, 2024

现在新版的已经没有这个参数了 [common]

webServer.addr = "0.0.0.0"

可是我去掉[common],也不行呀

@arvinws
Copy link

arvinws commented Jun 25, 2024

参考这个可以成功http:https://blog.168hot.cn/448.html

Copy link

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

@xiaoheibaobao
Copy link

请问你的问题解决了吗
,我也是这样

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants