shadowsocks setup Install a system Install python-pip Install shadowsocks in your serve Install a shadowsocks client in your own computer or route Enjoy

Contents

Shadowsocks is a light secure socks5 proxy, you can use it to fake the IP address when you try to use some services like Youtube which have area limitations.
In China, you can use it to visit the websites or services like Twitter, Youtube which are blocked by the GFW

First you should have a serve in other countries that you want, you can use like Bandwagon, Digitocean and other providers.

Install a system

Different providers have different ways to install a system, please follow the provider’s instructions. As the system,I recommend Ubuntu14.04(x64)

Install python-pip

First login in to the system, (If your provider provides the X-window, open the terminal, then use these commands below), if it didn’t, just use these commands below:

1
2
$ sudo apt-get update
$ sudo apt-get install python-pip # when ask you permissions to download, just type y and hit the Enter

Install shadowsocks in your serve

1
2
$ pip install shadowsocks
$ (sudo)ssserver -p 443 -k your password -m aes-256-cfb -d start

Install a shadowsocks client in your own computer or route

1
2
3
4
5
6
7
8
9
10
11
12
13
14
**Windows**: shadowsocks-win or shadowsocks-Qt5
**Linux**: Shadowsocks-Qt5
**OSX**: ShadowsocksX, GoAgentX
**Android**: Shadowscoks(Andriod), Fqrouter2
**IOS**: Shadowsocks(IOS)
**OpenWRT(route)**:
opkg install shadowsocks-libev
opkg install shadowsocks-libev-polarssl

Fill the server address, port number(443) and your password in your client.

Enjoy