SHADOWSOCKSR mu version one-click script
This script supports CentOS, Ubuntu, and Debian systems
shadowcosksr mu One-click installation
https://www.wuwweb.com/ssrmu.sh &&
chmod +x ssrmu.sh && bash ssrmu.sh
Alternative Download
https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssrmu.sh
&& chmod +x ssrmu.sh && bash ssrmu.sh
Script Installation Directory
Installation directory:/usr/local/shadowsocksr
Configuration file:/usr/local/shadowsocksr/user-config.json
Data file:/usr/local/shadowsocksr/mudb.json
- How to use the script
- Method 1
-
Enter ./ssrmu
to operate the script, such as restarting, shutting down, or adding users - Method 2: Restart or stop ssr
- Start ShadowsocksR:/etc/init.d/ssrmu start
- Stop ShadowsocksR:/etc/init.d/ssrmu stop
- Restart ShadowsocksR:/etc/init.d/ssrmu restart
- Check ShadowsocksR status:/etc/init.d/ssrmu status
If you are using CentOS,
some versions come with a built-in firewall. Please enter
For centos6, enter the following command
service iptables stop
For centos7, enter the following command
systemctl firewalld.service stop