# 2021年Vultr VPS 新用户优惠

### **1 . 活动领取地址： 新用户充 10$ 送 50$，支持支付宝支付**

&#x20;​[https://www.vultr.com/promo/try50/](https://www.vultr.com/promo/try50/?ref=7538023)

* 注册：填写邮件地址和密码信息
* 激活：登陆邮箱点击激活连接
* 充值：在Billing->Alipay，选择10美金，扫描付款。在Billing->History下查看到帐信息。

![Billing Info](/files/-MDUgBLjvuUgMTNqvRRv)

* 老用户：暂不能参加，容易导致赠送的50美金在第二天被系统退回以及封号问题。

### **2. Vultr VPS 各线路速度比较**

如今各大VPS 商都陆续开始支持支付宝微信支付，比如 Vultr, Cloudcone, Linode等著名VPS商，极大地方便了内地个人用户建电子商务网站，wordpress博客，hexo个人静态博客，ss等，同时也带来一些问题，比如晚高峰期网站访问慢，后台无法正常连接。可以说，方便了内地用户支付手段后，众多VPS服务商的出口IP网络被内地玩家玩坏了，极大地影响了正常业务开展。

由于每个人的宽带运营商都不一样，各地网络运营商国际出口线路五花八门，而且在VPS服务商被国内玩坏的背景下，不管选择哪家的VPS都存在访问速度慢，IP被封的情况。除非是小众的不为人知的VPS，但又存在跑路的风险。综上所述，与其在选择哪家VPS，以及哪家VPS的哪里机房的问题上纠缠不休，不如在线路优化方面想想出路。

### **3. 优化措施**

* 物理路径最短。从地理角度分析，选取离自己最近的Vultr日本、新加坡、美国芝加哥机房，避免选择欧洲机房。利用下面一款软件可以在地图上直观地显示本地网络到Vultr机房的物理路径。

&#x20;​        [BestTrace 客户端 ipip.net](https://www.ipip.net/product/client.html)

* 开启BBR。ping值大，在300ms以上，且存在掉包的情况。选择Centos 8，内核默认支持BBR，不需要升级内核版本。

```
# open bbr
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p

# checkout
lsmod | grep bbr
```

　开启BBR后，网络性能提升70%以上。

* 国内机房中转。如果业务涉及到海外电子商务，且有国内的阿里云、腾讯云主机，可以采用国内机房中转，提升网络访问速率。如果出现后台无法连接的情况，也可考虑采用此方法解决。
* 多开。新用户领取50美金优惠后，实际到帐60美金，赠送的50美金要在一个月内消费完，50美金消费完才扣充值的10美金。所以，建议同时多开几个不同机房主机，测试连接速度，选择ping延迟最小的，保留。

### 4.免费节点

```
{
    "server":"clayme.tk",
    "server_port": 8080,
    "password":"Don't do things that violate Chinese laws, Thank you!",
    "timeout":300,
    "method":"rc4-md5",
    "fast_open": false
}

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://vps.gitbook.io/discount/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
