mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1872] [已解决]Admin UI 如何添加 外网环境访问端口映射 , [BUG]Admin UI Configure 脏数据 #1477
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#1477
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 @freshgeek on GitHub (Jun 20, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1872
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
0.33.0
What operating system and processor architecture are you using (
go env)?Configures you used:
Steps to reproduce the issue:
1.启动服务端
2.启动客户端
3.本地访问客户端,校验正常
4.外网访问失败
Describe the results you received:
Describe the results you expected:
在 文档中写道:
打开浏览器通过 http://127.0.0.1:7400 访问 Admin UI,用户名密码默认为 admin。
如果想要在外网环境访问 Admin UI,将 7400 端口映射出去即可,但需要重视安全风险。
但是没有示例,如何添加映射,尝试tcp方法添加无果,求助
Additional information you deem important (e.g. issue happens only occasionally):
同时,在我这个配置情况下,发现在本地访问 Admin UI ,Configure 下,得到结果为:
注意:我在客户端中有配置token,但是网页上面没有显示,也就是脏数据现象
Can you point out what caused this issue (optional)
@freshgeek commented on GitHub (Jun 20, 2020):
可以通过添加 [ssh] 节点映射
@fatedier commented on GitHub (Jun 20, 2020):
注意代理名称 [ssh] 不要重复。
token 不显示是故意为之,不允许修改 token,也防止 token 泄漏。
@freshgeek commented on GitHub (Jun 20, 2020):
好的