官方:https://github.com/fatedier/frp
中文文档https://github.com/fatedier/frp/blob/master/README_zh.md
下载页面https://github.com/fatedier/frp/releases
操作步骤:
//下载 我这里是X64位操作系统,可根据自己需求下载
wget https://github.com/fatedier/frp/releases/download/v0.26.0/frp_0.26.0_linux_amd64.tar.gz
//解压
tar -zxvf frp_0.26.0_linux_amd64.tar.gz
//重命名
mv frp_0.26.0_linux_amd64 frp
//进入frp目录
cd frp
注:frpc 为客户端文件
frps 为服务器端文件
服务端需要修改frps.ini
vi frps.ini
[common]
bind_port = 7000 //frp服务端口
dashboard_port = 7500 //仪表盘访问端口
dashboard_user = admin
dashboard_pwd = admin
vhost_http_port = 81 //frp访问端口*
max_pool_count = 5
authentication_timeout = 900
subdomain_host = yourdomain.com //自定义域名
auth_token = banxian //链接令牌
保存并启动 nohup ./frps -c ./frps.ini &
写入开机启动
echo nohup /root/frp/frps -c /root/frp/frps.ini \& >> /etc/rc.local
chmod +x /etc/rc.d/rc.local
因为我只需要穿透内网的群辉,所以只需要这一些配置即可。可参考我的群辉客户端设置:点我跳转 如果有其他需求,可参考中文文档进行设置
我的服务器搭建的还有其他网站,避免冲突,我将端口设置为81,可根据自己需要设置端口
可参考下面教程设置隐藏链接后面的81端口