frp内网穿透

1、安装frp服务端

wget --no-check-certificate https://raw.githubusercontent.com/clangcn/onekey-install-shell/master/frps/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install

2、安装过程中都按照默认的来就行,可以换一下登录面板的用户名密码和token

Congratulations, frps install completed!
==============================================
You Server IP      : vps的ip
Bind port          : 5443
KCP support        : true
vhost http port    : 80
vhost https port   : 443
Dashboard port     : 6443
token              : xxxxxxxxx
tcp_mux            : true
Max Pool count     : 200
Log level          : info
Log max days       : 3
Log file           : disable
==============================================
frps Dashboard     : http://公网ip:6443/
Dashboard user     : admin
Dashboard password : admin
==============================================

至此就成功了,vps防火墙记得打开相应的端口

3、安卓手机客户端的使用

Android客户端

更多客户端 github.com

客户端的配置

更多配置可以参考 https://freefrp.net/docs

如果不想自己安装服务端,也可以使用https://freefrp.net/提供的免费FRP服务

Edit: 一键包作者好久没更新版本号了,我更新了一下

wget --no-check-certificate https://down.boluo.org/linux/frp/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install