Skip to content

WenisOK/frps-chinese-dashboard

Repository files navigation

Frps仪表台简体中文版

由于gofrp项目官方的仪表盘是英文版的,特此我特地汉化了仪表盘,方便英语不好的人访问仪表盘

项目是基于@fatedierhttps://github.com/fatedier/frp项目二次修改

预览

demo.png

安装方法

2. 删除源码中的./web/frps文件夹

rm -rf ./web/frps/

3. 克隆当前仓库代码到./web/frps

git clone https://github.com/wenisok/frps-chinese-dashboard /path/to/frp-0.xx.x/web/frps

3. 编译仪表台源码,需node.js环境

cd web/frps
yarn #or npm install
yarn build #or npm build

4. 编译frps

cd /path/to/frp-0.xx.x
make file
make frps

5. 大功告成

编译后的文件位于/path/to/frp-0.xx.x/bin/frps

Releases

No releases published

Packages

No packages published

Languages