Install (centos7)
yum install python-setuptools && easy_install pip pip install git+https://github.com/shadowsocks/shadowsocks.git@master
Usage
ssserver -p 443 -k password -m aes-256-cfb
To run in the background:
sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start
To stop:
sudo ssserver -d stop
To check the log:
sudo less /var/log/shadowsocks.log