[133]如何在VPS服务器端搭建V2Ray + WebSocket + TLS|零基础搭建v2ray|目前最好用的科学上网方式



欢迎订阅我的频道:https://www.youtube.com/c/AlwaysYou365?sub_confirmation=1
我的电报群:https://t.me/szyn365
赚钱方法交流群:https://t.me/money_apples
本期链接:https://youtu.be/bgJ3t2_OZ2Y
————————————————– ———————————————–
一键脚本 :已在评论区置顶!
如果提示 curl: command not found ,那是因为你的 VPS 没装 Curl
ubuntu/debian 系统安装 Curl 方法:
apt-get update -y && apt-get install curl -y
centos 系统安装 Curl 方法:
um update -y && yum install curl -y
Putty下载链接:
   https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
详细文字内容已在评论区置顶! ! .

10 comments
  1. 你好 我想问一下 我用了这个脚本搭建成功后 速度很慢 在油管上大概只有一两千的样子 之前用ssr的时候还是能够跑两万以上 我想问一下是不是还要设置什么

  2. Error: rpmdb open failed

    [root@hk001-1 ~]# um update -yum update -y

    -bash: um: command not found

    [root@hk001-1 ~]# um update -y

    -bash: um: command not found

    [root@hk001-1 ~]# yum install curl -y

    error: rpmdb: BDB0113 Thread/process 2713/140662599706432 failed: BDB1507 Thread died in Berkeley DB library

    error: db5 error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery

    error: cannot open Packages index using db5 – (-30973)

    error: cannot open Packages database in /var/lib/rpm

    CRITICAL:yum.main:

    Error: rpmdb open failed

    [root@hk001-1 ~]#

    老师,这个是什么问题,怎样解决

  3. 一键脚本 bash <(curl -s -L https://git.io/v2ray.sh)
    V2Ray 是一个于 Shadowsocks 之后非常好用的代理软件,但是由于 V2Ray 的配置略复杂,GUI 客户端不完善,所以 V2Ray 并没有像 Shadowsocks 在科学上网人群之中那么流行。下面介绍的一键脚本搭建方法,操作简单,零基础亦可拥有自己的v2ray.
    操作步骤:

    一 准备域名:

    1. Freenom免费域名

    https://www.freenom.com/

    使用方法:https://youtu.be/GNw8IC_G61k

    从第3分40秒开始是关于本内容的讲解

    2 Namesilo付费域名

    https://www.namesilo.com/

    使用方法:https://youtu.be/G48xVo-HIfw

    二 购买VPS服务器

    https://youtu.be/tBfoa4VgNWk

    三 安装服务器连接工具

    https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

    四 一键搭建方法

    要求:Ubuntu 16+ / Debian 8+ / CentOS 7+ 系统 推荐使用 Debian 9 系统,脚本会自动启用 BBR 优化。

    备注:不推荐使用 Debian 8 系统,因为 Caddy 申请证书可能会出现一些莫名其妙的问题 连接VPS,使用 root 用户进入系统,输入下面命令安装或卸载

    一键脚本 bash <(curl -s -L https://git.io/v2ray.sh)

    如果提示 curl: command not found ,那是因为你的 VPS 没装 Curl

    ubuntu/debian 系统安装 Curl 方法:

    apt-get update -y && apt-get install curl -y

    centos 系统安装 Curl 方法:

    yum update -y && yum install curl -y

    安装好 curl 之后就能安装脚本了

Comments are closed.