mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3787] frps新的配置模式下dashboard不能用 #3011
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#3011
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 @lyg4795 on GitHub (Nov 21, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3787
Bug Description
配置文件
bindPort = 2000
frps.toml
webServer.port = 2001
dashboard 用户名密码,可选,默认为空
webServer.user = "admin"
webServer.password = "admin"
这样配置 frpc能访问2000 但是web访问ip:2001打不开
frpc Version
0.52.3
frps Version
0.52.3
System Architecture
linux/amd64 Ubuntu20.04
Configurations
[common]
bind_port = 2000
dashboard_port = 2001
dashboard 用户名密码,可选,默认为空
dashboard_user = admin
dashboard_pwd = admin
采用旧版的配置文件可以成功打开dashboard
Logs
No response
Steps to reproduce
...
Affected area
@lyg4795 commented on GitHub (Nov 21, 2023):
找了历史issue, 添加webServer.addr = "0.0.0.0"可以了, 另外真的不在官方文档里面添加一下说明吗?
@fatedier commented on GitHub (Nov 21, 2023):
可以加