# 大致配置流程 **使用 DigitalOcean 费用大概 $5 每月,想要划算一点的话可以邀请同学跟你一块(一个服务器可以多用户使用)** 1. 在 [Digitalocean](https://www.digitalocean.com/) 注册账号,并创建 droplets - 发行版建议使用 Ubuntu - 服务器规格不同价格也不同,最低 $5/mo 。基本够用了。 - 数据中心建议选 **Singapore(新加坡)** (经过测试速度最快) - 建议添加一个 SSH key(之后远程登录服务器不需要密码) 1. 服务器端安装 1. 登录到服务器 - linux 使用 `ssh` 以 `root` 身份登录到服务器。 - `[rainstorm@debian ~]$ ssh root@128.199.79.22`. 因为配置了 SSH key 所以不需要密码。 - Windows 下可以使用 `Putty` - 服务器 IP 可以在 droplets 的页面上看到 1. [服务器端安装](https://github.com/shadowsocks/shadowsocks/wiki/Shadowsocks-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E) - [通过配置文件配置](https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File) - [配置多用户](https://github.com/shadowsocks/shadowsocks/wiki/Configure-Multiple-Users) 1. 客户端安装 1. linux 上使用与服务器端相同的命令 1. [windows 版](https://github.com/shadowsocks/shadowsocks-windows/releases) - 这个我没有用过,试着玩一玩吧。 1. 安装浏览器插件 `autoproxy` 1. 添加一个 `proxy server` - `shadowsocks 127.0.0.1 1080 socks5` 1. 添加 `proxy rule` - `google.com` - `ajax.googleapis.com` - 以上是关键步骤,忽略了很多细节,可以自己先摸索一下。