mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3794] 打开服务器Web 界面后无法访问 #3017
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#3017
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 @fanhua1994 on GitHub (Nov 22, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3794
Bug Description
防火墙,安全组全部关闭的情况下。通过外网IP:7500 无法访问Dashboard ,但是
http://127.0.0.1:7500提示Unauthorizedfrpc Version
0.52.3
frps Version
0.52.3
System Architecture
linux/amd64
Configurations
bindPort = 7000
auth.token = "eeeeeeeeeeeeeeeeeeeeeee"
webServer.port = 7500
webServer.user = "admin"
webServer.password = "adeeeeeeee"
Logs
No response
Steps to reproduce
...
Affected area
@superzjg commented on GitHub (Nov 22, 2023):
默认是本机访问,远程需改配置
https://github.com/fatedier/frp/issues/3709
@xqzr commented on GitHub (Nov 23, 2023):
7500 端口 默认监听
127.0.0.1@xydfg commented on GitHub (Nov 25, 2023):
service端7500默认是管理页面,如果在云服务上装的。需把端口加入防火墙,以及服务器对应供应商安全组
@zhengxl5566 commented on GitHub (Nov 26, 2023):
作者为了安全考虑,web管理页面 默认监听 127.0.0.1,如果你想在其他机器上访问web页,可以修改监听地址为 0.0.0.0(监听所有)贴个配置参考:
frps.toml
webServer.port = 7500
webServer.addr = "0.0.0.0"
@yanxin152133 commented on GitHub (Dec 12, 2023):
frps Version
0.52.3
我的也不能访问web页面,客户端还死活连不上服务端
@trowa520 commented on GitHub (Dec 14, 2023):
试了两台服务器都不行
@yanxin152133 commented on GitHub (Dec 14, 2023):
旧版本试过没
@superzjg commented on GitHub (Dec 14, 2023):
@yanxin152133 @trowa520 一般是配置问题,你不发配置和日志,怎么分析?
@trowa520 commented on GitHub (Dec 14, 2023):
找到原因了,需要添加安全组,现在可以正常访问了

@yanxin152133 commented on GitHub (Dec 14, 2023):
我的openwrt,溜了溜了
@zczy999 commented on GitHub (Dec 14, 2023):
感谢,改了就好了
@yanxin152133 commented on GitHub (Dec 18, 2023):
好奇的问一下你这买的什么云服务器啊
@github-actions[bot] commented on GitHub (Jan 29, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.