00:00 - 00:08

大家好 欢迎来到甬哥侃侃侃 今天我们介绍的就是这款免费的clawcloud爪云服务器

00:08 - 00:13

我们通过两款无交互脚本实现代理协议的搭建

00:13 - 00:20

最终我们都要实现CDN优选IP 好 我们废话不多说 直接开始做

00:20 - 00:33

好 首先我们进入clawcloud服务器的官网 我们点击进入 我们可以看到注册180天的github用户

00:33 - 00:41

每月都可以获得5美元的奖励 那我们直接用github账户进行一个登录注册 点击github

00:41 - 00:48

登录过程中你可能要授权 点同意就可以 我这里已经同意过了

00:48 - 00:59

所以我就直接进入了控制台界面 然后左上角 这里有几个国家可以选择 分别是新加坡 美国东 德国 美国西 日本

00:59 - 01:05

随便自己喜欢选一个 选择德国 延迟虽然高一点 但人稍微少一点

01:05 - 01:11

然后我们点击devbox 点击右上角 创建服务 这里的名字可以随便写

01:11 - 01:18

然后左边这里大家可以看到这个是配置单价 没必要单价这么高啊 因为我们就搭建一个代理而已

01:18 - 01:26

所以把cpu选择1 内存选择2 就可以了 它的单价就变成了0.27美元每天

01:26 - 01:33

那我们每个月是5美元 那折算下来 如果你的服务一直开着 可以用17天左右

01:33 - 01:43

接下来我们开始 第一个无交互脚本方案 我们选择的操作系统是node.js 选择

01:43 - 01:50

然后拉下来 端口的话 如果你想改也可以啊 如果不想改的话 就全部默认啊 8080

01:50 - 01:55

然后点击右上角 创建服务 点击创建

01:55 - 02:01

ok啊 创建成功 然后我们点击进入这个服务

02:02 - 02:08

它的端口这里有一个公网地址 我们打开它 等会我们要用到它 ok

02:09 - 02:16

然后我们进入ssh 点击右上角 大于符号> 点击进入ssh

02:17 - 02:22

ok啊 已经进入了 接下来我们要用一键脚本 进入甬哥的这个github项目

02:22 - 02:28

node.js环境专用的vless脚本 分为无交互和有交互

02:28 - 02:35

区别就在于有交互的话 每一次回车都要输入由uuid/端口/域名三个参数

02:35 - 02:40

而无交互的话 你就可以把这三个参数填好了再进行回车一次就行

02:40 - 02:43

那我们直接用无交互吧 点击复制

02:43 - 02:47

然后粘贴到记事本 然后把相应的数值改一下

02:47 - 02:50

uuid用v2rayn生成啊 粘贴

02:50 - 02:55

然后port端口 端口默认的就是8080

02:55 - 03:01

然后服务器的域名 刚才我打开的这个域名 注意https://

03:01 - 03:03

不要复制进去

03:03 - 03:09

就这三个变量 然后复制这个脚本粘贴到ssh 回车

03:11 - 03:16

然后它会自动进行安装啊 你的双手就解放啊 啥都不用动

03:20 - 03:22

ok 搞定啊 就这样

03:23 - 03:27

接下来你就可以关闭SSH了 然后我们打开原来的域名网站

03:27 - 03:30

它就会变成Hello World

03:30 - 03:34

我们的节点信息在哪里呢 节点信息 域名/

03:34 - 03:39

然后再输入你刚才的uuid 复制uuid回车

03:39 - 03:44

那出现在屏幕的这个vless的单节点的分享链接

03:44 - 03:49

你就可以使用了啊 我们复制 打开v2ran配置文件

03:49 - 03:51

从剪切板导入

03:51 - 03:55

它是一个vless-ws-tls的直连节点

03:55 - 03:59

我们设为活动服务器 v2rayn的右下角

03:59 - 04:02

如果它有ping值 那说明就成功了

04:02 - 04:05

ok啊 已经出来了啊 有ping值啊

04:05 - 04:10

DE 德国的ip 那说明这个节点肯定是没有问题的

04:11 - 04:14

这个是直连节点 那有些朋友说

04:14 - 04:17

如果我这个ip被封锁了怎么办

04:17 - 04:19

我们可以套CDN

04:22 - 04:26

那我们用CDN的方式呢 可以用workers反代

04:26 - 04:29

接下来我们来操作 打开cloudflare官网

04:29 - 04:32

点击workers pages 然后点击创建

04:32 - 04:37

点击workers hello world 这个workers的名字啊 大家随意

04:37 - 04:40

然后点击部署 然后点击编辑代码

04:40 - 04:43

接下来我们要把这几张代码给复制进去

04:43 - 04:47

当然我们不要忘记 把这个域名换成

04:47 - 04:52

默认填写的这个域名啊 也就是我们这个客户端的这个域名

04:52 - 04:55

都是同一个啊 把域名两个字替换掉

04:55 - 05:01

然后把这些内容复制 然后粘贴到workers这里

05:02 - 05:06

删除 粘贴 然后点击部署

05:06 - 05:10

ok 这样的话你的workers反代已经成功了啊

05:10 - 05:15

我们点击访问 目前我是一个开启代理的状态啊

05:15 - 05:18

所以workers地址是可以访问的

05:18 - 05:21

大家可以看到workers域名的显示已经变成了 hello world

05:21 - 05:24

此时workers的域名就可以使用CDN了

05:24 - 05:27

然后原来的节点我们可以克隆复制一个

05:27 - 05:31

然后我们把这个workers地址复制一下

05:31 - 05:34

注意http://不要复制

05:35 - 05:40

伪装域名改成workers地址 sni改成workers地址

05:40 - 05:49

客户端地址我们可以改成一个优选IP 比如说104.22.0.0

05:49 - 05:53

点击确定 如果你了解cf vless节点的话

05:53 - 05:57

你一定知道workers的域名的节点开TLS

05:57 - 06:03

是被阻断的 你必须要开启分片功能啊

06:03 - 06:06

这个分片点开啊 这个要记住

06:06 - 06:10

我们设为活动服务器 大家可以看一下右下角

06:10 - 06:13

如果有ping值 那说明是可用的

06:13 - 06:15

OK 已经出现了啊

06:15 - 06:18

这个端口也可以改成其他443系的端口

06:18 - 06:23

比如说8443 确定 看一下右下角

06:23 - 06:26

好 也是有的 那这个节点肯定是可以用的

06:26 - 06:31

就算它这里的真连接测试是-1 也没事啊 不要慌啊

06:31 - 06:34

那80端口可不可以呢 也可以啊 克隆一个

06:34 - 06:39

我们直接把它改成80端口 比如说8880

06:39 - 06:41

80端口TLS必须关闭

06:41 - 06:46

那我这里的优选IP 比如说我改成104.27.0.0

06:46 - 06:49

这个优选IP我随便改啊 大家可以改一下

06:49 - 06:53

适合你本地的优选的官方IP 都可以啊

06:53 - 06:57

设为活动服务器 看一下右下角

06:57 - 07:01

OK 也是通的 三个节点搭建完成了啊

07:01 - 07:03

当然你也可以再创建几个

07:03 - 07:07

其他80系或443系的节点端口都可以啊

07:10 - 07:13

接下来我们演示第2个无交互脚本方案

07:13 - 07:16

我们先把这个服务器给删了啊

07:16 - 07:20

点击这个垃圾桶啊 点击删除

07:20 - 07:25

输入你的服务器名称 点击删除 点击创建

07:25 - 07:30

名字的话随便取 配置单价我们依然把它选择最低

07:30 - 07:36

然后操作系统我们选择OS ubuntu或者debain都可以啊

07:36 - 07:44

然后端口还是8080 点击右上角 创建 点击创建

07:44 - 07:46

然后我们点击进入

07:46 - 07:51

接下来我们点击大于符号> 进入ssh

07:52 - 07:55

OK

07:55 - 07:59

然后github选择甬哥的argosb脚本

07:59 - 08:03

然后这里的话我们要用到自定义参数了

08:03 - 08:06

因为你的端口8080是写死的啊

08:06 - 08:08

8080你已经设置好了啊

08:08 - 08:10

我也不能选用上面随机脚本

08:10 - 08:12

argo固定隧道也是可以用的啊

08:12 - 08:15

只要写好端口、固定域名以及token

08:15 - 08:17

UUID也可以写死啊

08:17 - 08:20

这样你每次复制粘贴运行复制粘贴运行

08:20 - 08:22

它的那个节点信息都一模一样啊

08:22 - 08:24

你就不用去修改了啊

08:24 - 08:26

那也是非常方便的

08:26 - 08:29

我们这里啊选择第二个 argo临时域名脚本 固定vps端口

08:29 - 08:32

如果你想固定UUID的话可以选择第三个啊

08:32 - 08:33

复制粘贴UUID

08:33 - 08:38

然后我们点击复制这个端口改成8080

08:38 - 08:42

粘贴脚本回车

08:42 - 08:45

它会自动安装最新的singbox内核

08:45 - 08:48

argo内核 端口是8080

08:48 - 08:50

然后申请argo临时隧道

08:50 - 08:52

OK成功结果已经出来了

08:52 - 08:57

那这里的话我们就一次性复制所有的13个节点吧

08:58 - 08:59

复制

08:59 - 09:03

然后从剪切板导入6个443系端口

09:03 - 09:06

7个80系端口的节点 这里还有两个ipv6啊

09:06 - 09:10

ipv6的话必须要有ipv6的本地网络环境才能通啊

09:10 - 09:13

这里我没有开启ipv6

09:13 - 09:17

所以两个ipv6地址肯定是-1

09:17 - 09:18

不通的啊

09:18 - 09:20

那其他的话都没有问题都是通的

09:20 - 09:22

这个就是argo方案

09:22 - 09:26

那我们这里可以把ssh也给关了啊

09:26 - 09:28

因为clawcloud是不需要保活的啊

09:28 - 09:31

同样的argo节点优选ip也可以随便改啊

09:31 - 09:34

比如说icook.hk

09:34 - 09:37

比如说这个wto.org

09:37 - 09:41

优选IP 我相信大家玩的都比我好

09:41 - 09:43

比我6多了啊

09:44 - 09:46

www.visa.com.hk

09:46 - 09:48

证明一下

09:48 - 09:51

应该都是通的啊

09:51 - 09:52

还是没有问题的

09:52 - 09:54

argosb跟cdn一样的啊

09:54 - 09:56

也是不怕被墙封锁的

09:56 - 09:57

那大家可以看到啊

09:57 - 10:01

进入ssh之后无论第一种方式还是第二种方式

10:01 - 10:03

全部都是一气合成啊

10:03 - 10:05

一条龙搞定啊

10:05 - 10:06

这个clawcloud服务器

10:06 - 10:08

它的流量是每个月只有10G

10:08 - 10:10

很多人根本就不削一顾啊

10:10 - 10:13

一般的人来说10G可能够用了

10:13 - 10:15

这个就是仁者见仁 智者见智了

10:15 - 10:17

那这两个无交互脚本啊

10:17 - 10:20

方便小白朋友们使用

10:20 - 10:21

那节目的最后啊

10:21 - 10:24

还是欢迎大家点赞 关注 转发

10:24 - 10:26

甬哥的频道

10:26 - 10:29

好我们下期节目再见

10:29 - 10:30

拜拜

# Build a Reliable Proxy with ClawCloud: Your Ultimate Guide to VLESS Protocol

In today's tutorial, we will explore how to set up a free ClawCloud server using the VLESS protocol without much hassle. Our primary goal is to establish a proxy that offers CDN preferred IP addresses with a couple of no-interaction scripts. We will guide you through registering and creating your server while maintaining performance and usability at the forefront.

## Getting Started with ClawCloud

Before diving into the setup process, let’s briefly overview what we will do. First, we'll register for a ClawCloud account, which gives you access to powerful server options. With a GitHub account, you can enjoy a 180-day registration with a bonus of $5 credits each month. To do this, visit the ClawCloud official website and log in using your GitHub credentials.

### Step 1: Registering Your ClawCloud Account

1. Go to the ClawCloud website.
2. Click on the option to register using your GitHub account. Confirm any requested permissions.
3. After successful registration, you will be directed to your control panel.

### Step 2: Creating Your First ClawCloud Server

In the control panel, you’ll see a selection of server locations including Singapore, USA East/West, Germany, and Japan. Choose a location that suits your needs best; for our example, we will select Germany due to its moderate latency.

1. Click on `Devbox` and then `Create Service`.
2. Assign a name for your server and configure the resources. Set CPU to 1 and RAM to 2GB for an economical setup costing around $0.27 per day.
3. Proceed to select the operating system. We will choose Node.js for implementing the VLESS protocol.
4. Adjust the port if necessary, or keep it at the default value of 8080.
5. Click on `Create Service` to finalize your setup.

### Step 3: Installing VLESS Script with No Interactive Setup

Now that your server is up and running, let’s use a no-interaction script to install the VLESS protocol. Follow these steps:

1. Access the SSH terminal for your created service.
2. Copy the no-interactive VLESS script from my GitHub repository. Adjust the UUID, port, and domain as specified.
3. Paste the modified script into the SSH terminal and hit `Enter`. This will automatically install VLESS on your server.

#### Note on UUID Generation

It's important to generate a UUID using V2RayN or similar tools. Paste this into the script wherever required. Once the installation is complete, you should be greeted with a "Hello World" message when navigating to your server's public address.

### Step 4: Using Workers for CDN

If there are concerns about IP blocking, using Cloudflare’s Workers can provide a solution. Here’s how:

1. Navigate to the Cloudflare website and select `Workers`.
2. Create a new worker, applying suitable names and configurations.
3. Deploy the worker and paste in the necessary code, replacing the default domain with your newly created server's domain.
4. Once deployed, visit your workers’ URL to verify everything functions correctly.

### Finalizing Your Nodes

You can create multiple nodes tailored to your preferences. Consider replication of existing nodes tailored to either 80 or 443 ports per your network settings. By doing so, you create a robust proxy service with optimal performance.

### Conclusion: Efficient Proxy Setup Made Easy

Building your proxy server on ClawCloud using the VLESS protocol can be thoroughly simplified through the no-interaction scripts provided. With the guide above, even beginners can navigate through the setup process smoothly. Remember, practice dials in your skills, so don't hesitate to experiment further!

As we wrap up this tutorial, feel free to share your experiences or ask questions in the comments. Happy server building!