bwh搭建ss

购买bwh

  1. Chrome登录网站,选择一个VPS购买
  2. 需要填写个人信息,邮箱一定要认真填写,购买成功后会发VPS信息到这个邮箱;国家选择中国
  3. 可以用支付宝和微信支付

配置VPS

  1. 选择Services -> My Services -> KiwiVM Control Panel
  2. 打开KVM,Main controls -> Actions -> start
  3. 打开Root shell - interactive来配置ss,Root shell - basic安装会失败

配置ss Server

  • 需要先安装扩展源EPEL,直接安装pip会失败
yum -y install epel-release
yum -y install python-pip
  • 安装ss
pip install shadow(iamnothing)socks
  • 运行ss服务器
ssserver -p port -k password -m rc4-md5

配置ss Client

  1. 下载对应平台的客户端
  2. 配置客户端,IP是VPS的Public IP,端口、加密、密码是运行ss服务器时你的配置

Done! Good luck!

原文地址:https://www.cnblogs.com/abugatti/p/11632590.html