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

拜拜

# Unlocking the Power of ClawCloud: A Step-by-Step Guide to Setting Up Your Cloud Server

In this article, we will delve into the details of using ClawCloud, a free cloud server solution. By leveraging two non-interactive scripts, we can set up a proxy protocol and ultimately achieve CDN optimized IPs. Whether you're a beginner or an experienced user, this guide will help you navigate the setup process with ease and explain how to maximize your cloud server's capabilities.

## What is ClawCloud and Why Use It?

ClawCloud offers cloud server solutions that are particularly appealing for users seeking affordable options for proxy services. With a registration period of 180 days for GitHub users, and a monthly allowance of $5, ClawCloud presents a significant opportunity for those needing lightweight proxy setups.

## Getting Started with ClawCloud

### Registration and Initial Setup

Begin by visiting the official ClawCloud website. As a first step, sign up using your GitHub account. During the registration process, you may need to authorize your account—just accept the permissions requested. Once logged in, you will access the control panel where you can create your server.

### Choosing Your Server Location

ClawCloud provides options for different server locations, including Singapore, the East and West US, Germany, and Japan. For this guide, we recommend Germany as it has slightly lower user congestion. Click on "DevBox" in the upper left corner and select "Create Service."

### Configuring Your Server

When creating your server, you can set a name of your choice. The pricing options appear to be high by default, but since we only need a proxy, you should adjust it by selecting 1 CPU and 2 GB of RAM, which brings your daily cost to just $0.27—effectively stretching your $5 monthly credit over several days.

## Deploying Your First Non-Interactive Script

### Server Configuration

Next, select Node.js as your operating system. You may choose to change the default port (8080) or leave it as is. After that, create the service and enter it once it is established. The public IP address will come in handy for further steps.

### Using the Non-Interactive Script

Access the SSH section and enter your server's terminal. You will then utilize a GithHub project containing a non-interactive VLESS script. Copy the script and open a text editor to input your specific values, including UUID (generated by V2RayN), port (default is 8080), and your server's domain. 

### Installation Process

Paste the modified script into the SSH terminal and hit enter. The installation will proceed automatically, freeing you from further input. Once it’s complete, you can exit the SSH session, and if all is successful, visiting your domain should display "Hello World."

### Finding Your Node Information

To find your node's information, you can access the VLESS single-node share link by entering your UUID in the appropriate format. This link can be exported to your V2Ray configuration file for easy access and use.

## Implementing CDN with Cloudflare Workers

### Setting Up Cloudflare Workers

If you're concerned about your IP potentially being blocked, you can use Cloudflare Workers for better stability. Visit the Cloudflare website and create a new Worker project. After deployment, replace any default domains with your server's domain.

### Deploying and Configuring the Worker

Copy the relevant code into your Worker, edit it as needed, and after deploying, check to ensure that your worker's domain can resolve correctly to "Hello World." Your Workers are now operational, effectively utilizing CDN services for the proxy.

## Exploring Alternatives: Second Non-Interactive Script

Another option at your disposal is the Argo tunnel for connections. To set up a new server, follow the same initial registration process as before, but choose to deploy an Ubuntu or Debian operating system.

### Final Steps with Argo

After entering the SSH and implementing the Argo script, you can generate multiple node configurations for both standard and IPv6 connections—great for users who may need versatile network configurations.

## Conclusion: Maximizing the Use of ClawCloud

With ClawCloud's affordable setup and ease of use, users can enjoy a seamless proxy experience. The two non-interactive script methods we explored provide flexibility for diverse networking needs. Whether you're a beginner or a veteran in the cloud domain, ClawCloud paves the way for effective, cost-efficient server management.

Are you ready to unlock the full potential of your ClawCloud server? Dive in today and experience the difference for yourself!