mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4289] 最新版frp启动后无法访问控制面板 #3382
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#3382
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 @arvinws on GitHub (Jun 19, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4289
Bug Description
我在服务器上配置了frp_0.58.1_linux_amd64版本,运行后无法访问控制面板,输出的日志显示正常启动。服务器防火墙关闭了,服务器的控制台端口也都放行了,还是不能访问
frpc Version
0.58.1
frps Version
0.58.1
System Architecture
linux/amd64
Configurations
[common]
bind_port = 7055
dashboard_port = 7510 # 可选
dashboard_user = "admin"
dashboard_pwd = "11111"
token = "1111111111"
tls_enable = true # 启用 TLS 加密
Logs
[root@VM-20-10-centos frp_0.58.1_linux_amd64]# ./frps -c frps.toml
WARNING: ini format is deprecated and the support will be removed in the future, please use yaml/json/toml format instead!
2024-06-19 16:13:23.028 [I] [frps/root.go:105] frps uses config file: frps.toml
2024-06-19 16:13:23.153 [I] [server/service.go:237] frps tcp listen on 0.0.0.0:7055
2024-06-19 16:13:23.153 [I] [frps/root.go:114] frps started successfully
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Jun 19, 2024):
[common]