Frp内网穿透安装教程#Frps服务端一键安装脚本#
注意事项:记得给使用的端口开放防火墙,开放防火墙,开放防火墙
Frps服务端一键配置脚本地址:https://github.com/MvsCode/frps-onekey
脚本有两个源,国外VPS可以用Github的源,国内的VPS建议使用Aliyun的源,要不可能很慢。本教程使用的就是Aliyun的源
Frps服务端一键配置脚本,Frp最新版本:0.44.0
Frp 是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, http, https 等协议类型,并且 web 服务支持根据域名进行路由转发。
详情:fatedier (https://github.com/fatedier/frp)
此脚本原作者:clangcn (https://github.com/clangcn/onekey-install-shell)
Frps-Onekey-Install-Shell For CentOS/Debian/Ubuntu/Fedora (32bit/64bit)
Install(安装)
Aliyun
wget https://code.aliyun.com/MvsCode/frps-onekey/raw/master/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install
Github
wget https://raw.githubusercontent.com/MvsCode/frps-onekey/master/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install
Uninstall(卸载)
./install-frps.sh uninstall
Update(更新)
./install-frps.sh update
Server management(服务管理器)
Usage: /etc/init.d/frps {start|stop|restart|status|config|version}
下载脚本
wget https://code.aliyun.com/MvsCode/frps-onekey/raw/master/install-frps.sh -O ./install-frps.sh
设置脚本运行权限
chmod 700 ./install-frps.sh
执行脚本
./install-frps.sh install
复制代码
1、选择源,1是Aliyun,2是Github。我们选1
2、选择服务端口。默认是5443。这个端口的作用是在客户端连接服务端时是通过这个端口连接的。可以不用修改
3、设置http连接的端口。默认80,没有被占用就默认
4、设置https连接的端口。默认443,没有被占用就默认
5、设置面板的端口。直接用默认端口6443
6、设置登录面板的用户名和密码,根据个人喜好设置
7、设置token。客户端需要填写的
8、设置域名,如果有就填写,没有就默认IP
其他的配置就默认就好
安装好之后可以通过 frps config 指令修改或者查看配置。所以忘记了不怕
9、启动服务
frps start
复制代码
最后,在浏览器中输入 http://ip:6443。如果打不开,请看看是不是VPS的防火墙没有开放6443端口。
如果成功就能看到如下的界面
客户端设置。
https://gofrp.org/docs/examples/static-file/
最后编辑:2022 年 09 月 23 日 22:12
本文链接:https://blog.zlrm.net/index.php/164.html(转载时请注明出处及链接! )
作品采用: 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 许可协议授权。