Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: f-shake/FrpGUI

v3.2

06 Sep 06:53
469d5c0

Choose a tag to compare

适配FzLib3,细节优化

What's Changed

Full Changelog: v3.1...v3.2

v3.1

12 Apr 07:22
efd5412

Choose a tag to compare

支持了AOT(发布版仅Windows客户端提供了AOT),大大加快了启动速度
取消了浏览器端的支持(调试失败,无法打开,浏览器端太难调试了)

注意:更新前,建议备份配置文件(config.json

V3.0

22 Sep 05:18
61b6625

Choose a tag to compare

前缀:

  • server:服务端,适用于长期运行frp服务的情景,或需要frp实现开机自启的情形。对外提供HTTP接口,实现远程控制
  • client:客户端,可以独立控制frp服务,也可以连接到服务端对服务端进行配置和空值。
  • browser:浏览器端,能够部署在Web服务器中,使使用者可以在任意地点使用任意设备进入FrpGUI的管理界面,对服务端进行管理。

系统支持:

  • Windows(已在Windows10测试)
  • Linux(已在Deepin20测试,缺失内置浏览器查看仪表盘功能)
  • MacOS(已在macOS13测试,缺失内置浏览器查看仪表盘功能)
  • 浏览器(已在Edge测试,仅支持服务模式,缺失内置浏览器查看仪表盘功能)

注:

  1. 使用前请先阅读ReadMe。
  2. 软件包包含了运行库和frp二进制文件,开箱即用。
  3. V3.0版对整体架构进行了大幅改动,升级前建议备份原有程序和配置文件。
  4. V3.0版的客户端不支持开机自启,暂时不支持后台持久运行(后续会增加单机模式下的后台运行,类似V2.0版)。开机自启和后台持续运行功能需要使用服务端实现。
  5. 浏览器端使用Web Assembly技术实现,程序较大(可达50M),首次加载时,在较慢的网络环境中需要较长的时间(6Mbps的宽带可能需要30秒以上)。
  6. 目前的V3.0为初步版本,虽然经过多次测试,仍可能存在部分问题。

Prefixes:

  • server: The server-side, suitable for scenarios where the FRP service needs to run long-term or requires startup on boot. It provides an HTTP interface for remote control.
  • client: The client-side, which can independently control the FRP service or connect to the server to configure and control it.
  • browser: The browser-side, which can be deployed on a web server, allowing users to access the FrpGUI management interface from any location and device to manage the server.

Supported systems:

  • Windows (tested on Windows 10)
  • Linux (tested on Deepin 20, lacks the built-in browser for dashboard viewing)
  • macOS (tested on macOS 13, lacks the built-in browser for dashboard viewing)
  • Browser (tested on Edge, only supports server mode, lacks the built-in browser for dashboard viewing)

Notes:

  1. Please read the ReadMe before use.
  2. The package includes the runtime libraries and the FRP binary files, ready to use out of the box.
  3. Version 3.0 has undergone significant architectural changes. It's recommended to back up the original program and configuration files before upgrading.
  4. The client-side of version 3.0 does not support startup on boot and currently does not support background persistent operation (future updates will add background operation in standalone mode, similar to version 2.0). Startup on boot and background operation features need to be implemented using the server-side.
  5. The browser-side is implemented using Web Assembly technology, making the program quite large (up to 50MB). On slower networks, the initial load may take a long time (on a 6Mbps broadband, it may take over 30 seconds).
  6. The current version 3.0 is a preliminary version. Although it has undergone multiple tests, there may still be some issues.

V2.3

29 Jun 01:09

Choose a tag to compare

软件包包含了运行库和frp二进制文件,开箱即用。

支持:

  • Windows(已在Windows10测试,Windows7最新版本可以打开软件,但frp运行失败)
  • Linux(已在Deepin20测试)
  • MacOS(已在macOS13测试)

Linux和MacOS未制作软件包,需要从命令行启动

V2.2

12 May 07:55

Choose a tag to compare

支持:

  • Windows(已在Windows10测试,Windows7最新版本可以打开软件,但frp运行失败)
  • Linux(已在Deepin20测试)
  • MacOS(已在macOS13测试)

Linux和MacOS未制作软件包,需要从命令行启动

V2.1

17 Mar 05:35

Choose a tag to compare

支持:

  • Windows(已在Windows10测试,Windows7最新版本可以打开软件,但frp运行失败)
  • Linux(已在Deepin20测试)
  • MacOS(已在macOS13测试)

Linux和MacOS未制作软件包,需要从命令行启动

V2.0

03 Feb 12:17
20a62e6

Choose a tag to compare

使用Avalonia重写,支持跨平台

V1.3

06 Jan 01:40

Choose a tag to compare

适配:frp 0.52.3(已包含在下列zip中)
WPF_Contained_SingleFile:单可执行文件、包含运行时
WPF_SingleFile:单可执行文件,不包含运行时,需要安装.NET 8 Desktop运行时
WPF:非单可执行文件,不包含运行时,需要安装.NET 8 Desktop运行时

V1.2

02 Dec 00:08

Choose a tag to compare

更新于2022年10月25日

V1.1

24 Oct 07:32

Choose a tag to compare

更新到了最新的依赖
修复了高分屏下DPI缩放失效的BUG
修复了左下角按钮功能与描述不对应的BUG
修复了浅色主题下警告黄色文字看不清的BUG
移动菜单栏和日志的按钮到底部操作条