Sakura Frp 定制版服务端安装程序
Go to file
2020-10-10 23:36:01 +08:00
install-sakurafrp-world.sh 更新 'install-sakurafrp-world.sh' 2020-10-10 23:36:01 +08:00
install-sakurafrp.sh Create install-sakurafrp.sh 2018-10-17 20:59:55 +08:00
LICENSE Initial commit 2018-10-17 20:58:47 +08:00
README.md Update README.md 2019-03-13 00:41:13 +08:00

SakuraFrp-Install

Sakura Frp 定制版服务端安装程序

支持的操作系统CentOS 6/7、Ubuntu 14/16/18、Debian 8/9

一键安装

wget --no-check-certificate "https://raw.githubusercontent.com/kasuganosoras/SakuraFrp-Install/master/install-sakurafrp.sh"
chmod +x install-sakurafrp.sh
./install-sakurafrp.sh

安装过程只需要输入一些信息即可自动完成下载安装启动。

如果服务器在国外,请使用以下命令安装。

wget --no-check-certificate "https://raw.githubusercontent.com/kasuganosoras/SakuraFrp-Install/master/install-sakurafrp-world.sh"
chmod +x install-sakurafrp-world.sh
./install-sakurafrp-world.sh

管理命令

启动 Sakura Frp 服务端

frps start

停止 Sakura Frp 服务端

frps stop

重启 Sakura Frp 服务端

frps restart

查询 Sakura Frp 服务端状态

frps status

管理脚本修改自:https://github.com/clangcn/onekey-install-shell/blob/master/frps/frps.init