mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2498] 服务端 Dashboard无法访问 #1986
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#1986
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 @csco11298754 on GitHub (Jul 27, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2498
根据官方文档的配置进行操作,客户端管理界面配置完不管本地还是外网环境访问 Admin UI都正常,唯独服务端无法正常访问。
@blizard863 commented on GitHub (Jul 27, 2021):
提供下服务端的配置。
@csco11298754 commented on GitHub (Jul 29, 2021):
[common]
bind_addr = 59.100.205.125
bind_port = 7000
bind_udp_port = 7001
kcp_bind_port = 7000
dashboard_port = 7500
dashboard_user = root
dashboard_pwd = Go0Q%MraF$R@PiKt
log_max_days = 7
privilege_token = #NopVA9scX
privilege_allow_ports = 7006-7020
max_pool_count = 20
authentication_timeout = 0
log_file = /frp/frps.log
log_level = info
@blizard863 commented on GitHub (Jul 30, 2021):
你这个配置看起来很老了, 更新下配置吧。
https://github.com/fatedier/frp/blob/dev/conf/frps_full.ini
@csco11298754 commented on GitHub (Jul 30, 2021):
尝试过了还是不行。
@github-actions[bot] commented on GitHub (Aug 30, 2021):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@guozix commented on GitHub (Jan 3, 2022):
同问,用了官方文档,更新最新的软件配置,还是看不了服务端dashboard, @csco11298754 请问你解决了吗
@guozix commented on GitHub (Jan 4, 2022):
./frps -c frps.ini solves
@sxd1140 commented on GitHub (Sep 26, 2022):
对着 frps.ini 改了好久 反复重启
没想到啊没想到 居然默认不读这个文件😄