Install
Installing on RPM-based OS
-
Update Packages
yum -y update
-
Install
M2Crypto
andPython Setuptools
yum install -y m2crypto python-setuptools
-
Install
pip
easy_install pip
-
Install
CyMySQL
pip install cymysql
-
Clone
Shadowsocks-manyuser
with HTTPSgit clone https://github.com/imByteCat/Shadowsocks-manyuser.git
Note: You should installgit
first !
yum -y install git
-
Change the directory to
Shadowsocks-manyuser
For example :cd /root/Shadowsocks-manyuser
-
Edit the configuration file
Config.py
vi Config.py
Then edit the database address, port, user name, password, etc.
-
Run the Shadowsocks Server
python server.py
Installing on Debian-based OS
-
Update Packages
apt-get -y update
-
Install
M2Crypto
andPython Setuptools
apt-get install -y m2crypto python-setuptools
-
The same as Installing on RPM-based OS
Shadowsocks-manyuser
successfully !Enjoy!
Note :
You should STOP the firewall first !
You can use this commond or others what you like :
service iptables stop
from https://github.com/imByteCat/Shadowsocks-manyuser
No comments:
Post a Comment