[GH-ISSUE #2134] Client 端提供 WEB GUI,用户可以在其中动态增加、修改配置。 #1697

Closed
opened 2026-05-05 13:05:12 -06:00 by gitea-mirror · 8 comments
Owner

Originally created by @HaujetZhao on GitHub (Dec 6, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2134

The solution you want

Client 端提供 WEB GUI,用户可以在其中动态增加、修改配置。

目前所有的配置都要手动修改文件,一个字的偏差都可能让某项发生错误。为了方便新手上手以及用户维护,建议在 Client 端提供一个 WEB GUI,可以方便地填写配置、动态修改配置。

(不重启就动态修改配置好像有些困难)

Alternatives considered

How to implement this function

Application scenarios of this function

Originally created by @HaujetZhao on GitHub (Dec 6, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/2134 <!-- From Chinese to English by machine translation, welcome to revise and polish. --> **The solution you want** <!--A clear and concise description of the solution you want. --> Client 端提供 WEB GUI,用户可以在其中动态增加、修改配置。 目前所有的配置都要手动修改文件,一个字的偏差都可能让某项发生错误。为了方便新手上手以及用户维护,建议在 Client 端提供一个 WEB GUI,可以方便地填写配置、动态修改配置。 (不重启就动态修改配置好像有些困难) **Alternatives considered** <!--A clear and concise description of any alternative solutions or features you have considered. --> **How to implement this function** <!--Implementation steps for the solution you want. --> **Application scenarios of this function** <!--Make a clear and concise description of the application scenario of the solution you want. -->
gitea-mirror 2026-05-05 13:05:12 -06:00
Author
Owner

@fatedier commented on GitHub (Dec 6, 2020):

Try this
https://github.com/fatedier/frp#admin-ui

<!-- gh-comment-id:739460890 --> @fatedier commented on GitHub (Dec 6, 2020): Try this https://github.com/fatedier/frp#admin-ui
Author
Owner

@HaujetZhao commented on GitHub (Dec 14, 2020):

Try this
https://github.com/fatedier/frp#admin-ui

这只是 server 端的吧,有监控作用。希望有 client 端的可以增、修、减配置文件的 web gui。

了解了,client 端也有,这个够用了。

<!-- gh-comment-id:744279972 --> @HaujetZhao commented on GitHub (Dec 14, 2020): > Try this > https://github.com/fatedier/frp#admin-ui ~~这只是 server 端的吧,有监控作用。希望有 client 端的可以增、修、减配置文件的 web gui。~~ 了解了,client 端也有,这个够用了。
Author
Owner

@saixin commented on GitHub (Dec 22, 2020):

[web1]
type = http
local_ip = 127.0.0.1
local_port = 1111
locations = /
客户端配置文件可以用其它程序语言动态添加修改站点吗?是通过查找匹配字符串方式去修改吗?

<!-- gh-comment-id:749415933 --> @saixin commented on GitHub (Dec 22, 2020): [web1] type = http local_ip = 127.0.0.1 local_port = 1111 locations = / 客户端配置文件可以用其它程序语言动态添加修改站点吗?是通过查找匹配字符串方式去修改吗?
Author
Owner

@ZhangJiaLei123 commented on GitHub (Jan 15, 2021):

我在仓库的/web目录下看到了frpc,是有客户端的面板么?但是不知道怎么启动和入口

<!-- gh-comment-id:760750588 --> @ZhangJiaLei123 commented on GitHub (Jan 15, 2021): 我在仓库的/web目录下看到了frpc,是有客户端的面板么?但是不知道怎么启动和入口
Author
Owner

@fatedier commented on GitHub (Jan 15, 2021):

@ZhangJiaLei123
Try this
https://github.com/fatedier/frp#admin-ui

<!-- gh-comment-id:760752967 --> @fatedier commented on GitHub (Jan 15, 2021): @ZhangJiaLei123 Try this https://github.com/fatedier/frp#admin-ui
Author
Owner

@ZhangJiaLei123 commented on GitHub (Jan 15, 2021):

@fatedier 谢谢,server和客户端的配置是一样的,已经测试通过

<!-- gh-comment-id:760758485 --> @ZhangJiaLei123 commented on GitHub (Jan 15, 2021): @fatedier 谢谢,server和客户端的配置是一样的,已经测试通过
Author
Owner

@ZhangJiaLei123 commented on GitHub (Jan 15, 2021):

我将frpc的面板做以下设置:穿透后,无法通过外网访问frpc的面板

admin_addr = 0.0.0.0
<!-- gh-comment-id:760762531 --> @ZhangJiaLei123 commented on GitHub (Jan 15, 2021): 我将frpc的面板做以下设置:穿透后,无法通过外网访问frpc的面板 ``` admin_addr = 0.0.0.0 ```
Author
Owner

@github-actions[bot] commented on GitHub (Mar 2, 2021):

Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.

<!-- gh-comment-id:788470537 --> @github-actions[bot] commented on GitHub (Mar 2, 2021): Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1697
No description provided.