Frp内网穿透Frp一键安装脚本及设置教程

@Wen's  December 14, 2021

FRP介绍:

frp 是一个可用于内网穿透的高性能的反向代理应用,支持 tcp, udp, http, https 协议,可以帮助您轻松地进行内网穿透,对外网提供服务,并且 web 服务支持根据域名进行路由转发。

利用处于内网或防火墙后的机器,对外网环境提供 http 或 https 服务。

对于 http, https 服务支持基于域名的虚拟主机,支持自定义域名绑定,使多个域名可以共用一个80端口。

利用处于内网或防火墙后的机器,对外网环境提供 tcp 和 udp 服务,例如在家里通过 ssh 访问处于公司内网环境内的主机。

FRP 支持平台

frp 目前已经更新到 0.20.0,各平台支持如下,除红字标注外,其余几种多用于路由器或 NAS 等小型设备,可以根据自己设备的 CPU 架构选择对应的版本

  • frp_0.20.0_darwin_amd64 #MacOS64 位

  • frp_0.20.0_linux_386 #Linux32 位

  • frp_0.20.0_linux_amd64 #Linux64 位

  • frp_0.20.0_linux_arm #

  • frp_0.20.0_linux_mips

  • frp_0.20.0_linux_mips64

  • frp_0.20.0_linux_mips64le

  • frp_0.20.0_linux_mipsle

  • frp_0.20.0_windows_386 #Windows 32 位

  • frp_0.20.0_windows_amd64 #Windows64 位

FRP安装

因为frp是go语言写的,所以在路由器上使用的时候,请使用虚拟内存,请使用虚拟内存,请使用虚拟内存,这个命令是在你自己的服务器上运行的!是在你自己的服务器上运行的!

一、安装命令

  1. Github

  2. 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
  3. Uninstall(卸载)

  4. ./install-frps.sh uninstall
  5. Update(更新)

  6. ./install-frps.sh update
  7. Server management(服务管理器)

  8. Usage: /etc/init.d/frps {start|stop|restart|status|config|version}

二、安装步骤

  1. Loading network version for frps, please wait...

  2. frps Latest release file frp_0.8.1_linux_amd64.tar.gz    #此步骤会自动获取frp最新版本,自动操作,无需理会

  3. Loading You Server IP, please wait...

  4. You Server IP:12.12.12.12                                           #自动获取你服务器的IP地址

  5. Please input your server setting:


  6. Please input frps bind_port [1-65535](Default Server Port: 5443):      #输入frp提供服务的端口,用于服务器端和客户端通信

  7. Please input frps dashboard_port [1-65535](Default dashboard_port: 6443): #输入frp的控制台服务端口,用于查看frp工作状态

  8. Please input frps vhost_http_port [1-65535](Default vhost_http_port: 80):  #输入frp进行http穿透的http服务端口

  9. Please input frps vhost_https_port [1-65535](Default vhost_https_port: 443): #输入frp进行https穿透的https服务端口

  10. Please input privilege_token (Default: WEWLRgwRjIJVPx2kuqzkGnvuftPLQniq): #输入frp服务器和客户端通信的密码,默认是随机生成的

  11. Please input frps max_pool_count [1-200](Default max_pool_count: 50):     #设置每个代理可以创建的连接池上限,默认50


  12. ##### Please select log_level #####

  13. 1: info

  14. 2: warn

  15. 3: error

  16. 4: debug

  17. #####################################################

  18. Enter your choice (1, 2, 3, 4 or exit. default [1]):        #设置日志等级,4个选项,默认是info



  19. Please input frps log_max_days [1-30]

  20. (Default log_max_days: 3 day):            #设置日志保留天数,范围是1到30天,默认保留3天。


  21. ##### Please select log_file #####

  22. 1: enable

  23. 2: disable

  24. #####################################################

  25. Enter your choice (1, 2 or exit. default [1]):      #设置是否开启日志记录,默认开启,开启后日志等级及保留天数生效,否则等级和保留天数无效

设置完成后检查你的输入,如果没有问题按任意键继续安装

  1. ============== Check your input ==============

  2. You Server IP   : 12.12.12.12

  3. Bind port       : 5443

  4. Dashboard port  : 6443

  5. vhost http port : 80

  6. vhost https port: 443

  7. Privilege token : WEWLRgwRjIJVPx2kuqzkGnvuftPLQniq

  8. Max Pool count  : 50

  9. Log level       : info

  10. Log max days    : 3

  11. Log file        : enable

  12. ==============================================

安装结束后显示:

  1. Congratulations, frps install completed!

  2. ==============================================

  3. You Server IP   : 12.12.12.12

  4. Bind port       : 5443

  5. Dashboard port  : 6443

  6. vhost http port : 80

  7. vhost https port: 443

  8. Privilege token : WEWLRgwRjIJVPx2kuqzkGnvuftPLQniq

  9. Max Pool count  : 50

  10. Log level       : info

  11. Log max days    : 3

  12. Log file        : enable           #  将上面信息添加到你的路由器frp穿透插件中吧

  13. ==============================================

  14. frps Dashboard: http://12.12.12.12:6443/   #  这个是frp控制台访问地址

  15. ==============================================

三、更新命令

  1. ./install-frps.sh update

四、卸载命令

  1. ./install-frps.sh uninstall

五、服务器端管理命令

  1. /etc/init.d/frps start

  2. /etc/init.d/frps stop

  3. /etc/init.d/frps restart

  4. /etc/init.d/frps status

  5. /etc/init.d/frps config

  6. /etc/init.d/frps version

Frp 是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, http, https 等协议类型,并且 web 服务支持根据域名进行路由转发。

Frps-Onekey-Install-Shell For CentOS/Debian/Ubuntu/Fedora (32bit/64bit)


添加新评论