[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.