组网神器ShadowsocksR安装与配置教程,实现远程办公(超详细)
注意:本教程用于公司、企业进行远程办公,不得用于非法行为,否则一切后果自负。
teddysun SSR 是目前最流行的 SSR 一键安装脚本,可选一键安装 Shadowsocks-Python, ShadowsocksR, Shadowsocks-Go, Shadowsocks-libev 版 SS/SSR 服务器。
脚本要求
Debian 7+
CentOS 6+
Ubutu 12+
脚本预览
安装前的准备工作
前期准备
准备一台能够连接的独立服务器或者 VPS 服务器
注意事项
如安装过程中出现错误,可尝试使用高版本的系统或换一个系统。
准备安装
更新服务器系统及脚本所依赖的安装包,参考如下命令更新服务器、安装 wget 和 curl 包。
CentOS
yum update -y && yum install wget -y && yum install curl -y
Debian / Ubuntu
apt-get update -y && apt-get install wget -y && apt-get install curl -y
如果是一台新的服务器,更新过程会有点久,等待更新完服务器后,就可以参照下面的步骤开始安装 teddysun SSR 一键安装脚本。
一键脚本安装教程
安装方式
使用 root 用户运行以下三步命令:
下载 SSR 一键脚本
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh
更改 SSR 一键脚本执行权限
chmod +x shadowsocks-all.sh
运行安装 SSR 一键脚本
./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log
即可完成安装。
卸载方式
使用 root 用户运行一以下命令:
./shadowsocks-all.sh uninstall
即可完成卸载,如果已经安装了多个版本,则卸载也要多次运行,每次卸载一种。
管理命令
Shadowsocks-Python 版
启动 Shadowsocks-Python 版:
/etc/init.d/shadowsocks-python start
停止 Shadowsocks-Python 版:
/etc/init.d/shadowsocks-python stop
重启 Shadowsocks-Python 版:
/etc/init.d/shadowsocks-python restart
查看 Shadowsocks-Python 版状态:
/etc/init.d/shadowsocks-python status
ShadowsocksR 版
启动 ShadowsocksR 版:
/etc/init.d/shadowsocks-r start
停止 ShadowsocksR 版:
/etc/init.d/shadowsocks-r stop
重启 ShadowsocksR 版:
/etc/init.d/shadowsocks-r restart
查看 ShadowsocksR 版状态:
/etc/init.d/shadowsocks-r status
Shadowsocks-Go 版
启动 Shadowsocks-Go 版:
/etc/init.d/shadowsocks-go start
停止 Shadowsocks-Go 版:
/etc/init.d/shadowsocks-go stop
重启 Shadowsocks-Go 版:
/etc/init.d/shadowsocks-go restart
查看 Shadowsocks-Go 版状态:
/etc/init.d/shadowsocks-go status
Shadowsocks-libev 版
启动 Shadowsocks-libev 版:
/etc/init.d/shadowsocks-libev start
停止 Shadowsocks-libev 版:
/etc/init.d/shadowsocks-libev stop
重启 Shadowsocks-libev 版:
/etc/init.d/shadowsocks-libev restart
查看 Shadowsocks-libev 版状态:
/etc/init.d/shadowsocks-libev status
相关目录
Shadowsocks-Python 版
主目录:
/etc/shadowsocks-python
配置文件:
/etc/shadowsocks-python/config.json
ShadowsocksR 版
主目录:
/etc/shadowsocks-r/
配置文件:
/etc/shadowsocks-r/config.json
Shadowsocks-Go 版
主目录:
/etc/shadowsocks-go/
配置文件:
/etc/shadowsocks-go/config.json
Shadowsocks-libev 版
主目录:
/etc/shadowsocks-libev/
配置文件:
/etc/shadowsocks-libev/config.json
推荐本站淘宝优惠价购买喜欢的宝贝:
本文链接:http://hqyman.cn/post/8482.html 非本站原创文章欢迎转载,原创文章需保留本站地址!
休息一下~~