选择服务器

  1. 注册Vultr,Vultur最少充值 10 美元,新用户充值完还送 50 美元,相当于 1美元 = 1元
  2. 选择 Products ,点击 + 号,选择 Deploy New Server

  1. 选择离自己最近的服务器进行部署,此处斌仔选择的是 Tokyo、Centos 7 x 64、$5/mo、Enable IPv6、Server Hosname & Lable(随便填),点击 Deploy Now

  1. 等待部署完成,点击服务器,获取IP Address、Username、Password

  1. 使用 Xshell、MobaXterm 连接服务器

搭建 Shadowsocks / SS 服务

  1. 按行输入以下命令,并点击回车
1
2
3
4
5
6
7
yum -y install wget

wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh

chmod +x shadowsocks-all.sh

./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log
  1. 第4行回车完,推荐大家选择Shadowsocks-libev 版本进行安装,输入数字“4”后进行回车。
  2. 回车后,提示输入密码,根据自己需求设置密码
  3. 回车后,提示设置端口,可以直接回车选择默认
  4. 回车后,选择加密方式,推荐大家选择“aes-256-gcm”,输入“1”后回车
  5. 回车后,会提示你“是否要为 Shadowsocks-libev 安装 simple-obfs?”,这时我们输入“y”后,再输入“2”选择“tls”
  6. 然后会看到“Press any key to start…or Press Ctrl+C to cancel”的提示,意思就是“按任意键开始…或按Ctrl + C取消”。
  7. 按任意键开始安装 Shadowsocks / SS 服务,整个过程大约需要2-5分钟左右

  1. SS 已经安装成功,配置信息分别为
    • 服务器地址
    • 服务端口
    • 连接密码
    • 加密方式
    • “SS://”开头的订阅地址

软件安装及配置

  1. 按照系统安装Win SSMac SSAndroid、苹果使用美区ID在应用商店下载:Potatso lite(扫描在电脑分享的二维码)
  2. 安装完软件,选择服务器-编辑服务器,将上面获取的配置信息按如下图填写

  1. 填入后,点击应用按钮即可,系统代理选择PAC模式,也可以选择全局模式(可能有些国内网站会访问不了)
  2. 就可以访问Google,来试试是否成功了

BBR加速(自行选择)

BBR是 Google 提出的一种新型拥塞控制算法,可以使 Linux 服务器显著地提高吞吐量和减少 TCP 连接的延迟

  1. 输入以下命令,2选一,第一条为魔改BBR(未测试),第二条为正常BBR(斌仔测试后SS不能用了)
1
2
3
wget -N --no-check-certificate "https://gist.github.com/zeruns/a0ec603f20d1b86de6a774a8ba27588f/raw/4f9957ae23f5efb2bb7c57a198ae2cffebfb1c56/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh
  1. 魔改版推荐选择 BBR魔改版,菜单选项为 1
  2. 安装成功后,需要重启服务器
  3. 重启后,启用 BBR
1
./tcp.sh
  1. 选择菜单项:5,回车即可完成加速

检测是否被墙

http://port.ping.pe/

在网址内输入 服务器IP地址:端口,点击 Go,绿色successful代表成功,红色failed代表失败!

例如:

1
192.168.0.1:8080

计费方式

Vultr VPS 商家可以按月支付,也可以按小时支付。很多朋友有些不理解,在选择的时候都是按月计费的,这个因为,如果我们不用的时候删除掉机器,这样就以使用的时间结算,后面不使用的是不会计费的。如果我们使用满月的话,那就按照月计费。

第一、关于收费标准计费

All servers on your account are billed hourly up to the monthly rate cap. The hourly rate is determined by dividing the monthly rate by 672 hours (28 days). If your server is online for more than 672 hours in a calendar month, you will only be billed the monthly rate. Accumulated charges are invoiced to your account on the 1st of every month.

如果我们选择的服务器是满月的,直接按月计费。如果我们不足满月就删除的那就按照使用天数小时计费。这里需要注意,如果我们不希望计费必须删除机器,而不是暂停机器。暂停还是需要扣费的。同时,我们需要确保流量不要超过额度。

第二、关于流量超过的问题

我们要知道,默认的配置中流量是固定的,如果有超过的话我们是需要单独计费超过的额外流量的。

If your plan has 1000GB allocated to it, the amount of transfer per hour for overage calculations is 1000 / 672 = 1.48GB/hour. Your pending charges will reflect the overage calculated by this formula. Note: In some cases it may be less expensive to leave your instance running than to destroy it and be assessed overage charges.

我们看看不同机房的还是有些不同。

Bandwidth utilization in excess of instance allocation is charged at $0.01 per GB in North American and Western European locations. Due to higher regional costs, Singapore and Tokyo (Japan) overage are priced at $0.025 per GB and Sydney (Australia) as well as Seoul (Korea) overages are priced at $0.05 per GB.

翻译如下:

在北美和西欧,超出实例分配的带宽利用率按每GB 0.01 USD收费。 由于较高的区域成本,新加坡和东京(日本)的超量价格为每GB 0.025美元,悉尼(澳大利亚)和首尔(韩国)的超量价格为每GB 0.05美元。

这个需要看我们选择地区,超过的部分然后单独计费。实际上如果我们流量确实不够的话,斌仔建议,我们可以选择较大的配置,可以升级配置。这样还划算一些。

第三、Vultr 计费周期

Invoices for cloud hosting services prior to January 1st 2017 00:00 UTC represent start and end times in the United States Eastern Standard Time zone. All invoices after this date will reflect start and end times in UTC.

VULTR服务器是每月的一号计费的,当然我们需要保持账户有一定的余额。可以选择充值到账户中,也可以选择绑定信用卡自动续期。我个人建议可以定期充值一些费用进来。