ShadowsocksR服务端安装教程
时间:2016-09-10 来源:github 作者:breakwa11 条评论
此教程为单用户版,适合个人用户。如果你是站长,请查看多用户版教程:
数据库多用户教程
json版多用户教程(仅一台服务器适用)
1. 基本库安装
yum install git
apt-get install git
2.获取源代码
git clone -b manyuser https://github.com/breakwa11/shadowsocks.git3.服务端配置
cd shadowsocks/shadowsocks
3.1 快速运行
python server.py -p 443 -k password -m aes-256-cfb -o http_simple #说明:-p 端口 -k 密码 -m 加密方式 -P 协议插件 -o 混淆插件
python server.py -p 443 -k password -m aes-256-cfb -o http_simple -d start
python server.py -d stop/restart
tail -f /var/log/shadowsocks.log
3.2使用配置文件运行
/root/shadowsocks通过执行
cp config.json user-config.json快速创建一个user-config.json中的server_port,password等字段,具体可参见:https://github.com/breakwa11/shadowsocks-rss/wiki/config.json
python server.py
python server.py -d start
python server.py -d stop/restart
tail -f /var/log/shadowsocks.log
4.更新源代码
cd shadowsocks执行
git pull成功后重启ss服务
5.自启动
6.客户端
7.其它加密支持
8.其它异常
来自https://github.com/breakwa11/shadowsocks-rss/wiki/Server-Setup
开发者Twitter:https://twitter.com/breakwa11
Blog:https://breakwa11.blogspot.com/
Github:https://github.com/breakwa11
Gitter: https://gitter.im/breakwa11/shadowsocksr
G+:https://plus.google.com/communities/117390969460066916686
BitTorrent Sync:BHS55LP54SO7A434QBB5Z2O6B7A45B2BX
