VPN AutoScript is made by FordSenpai to minimize the time consumed and user involvement in setting up your VPS
[Donations] GCASH: 09206200840 PAYPAL: johnford090@gmail.com FACEBOOK: John Ford Mangiliman
Facebook Support Link: https://www.facebook.com/johndesu090
SCRIPT USAGE CLOSED BY THE DEVELOPER
Recommended OS: Debian 9 Stretch x64
Download (Android): https://github.com/shadowsocksr-backup/shadowsocksr-android/releases
Download (Windows): https://github.com/shadowsocksr-backup/shadowsocksr-csharp/releases
Configuration file path: /etc/shadowsocks.json
Log file path: /var/log/shadowsocks.log
Installation directory: /usr/local/shadowsocks
Installation:
wget --no-check-certificate https://raw.githubusercontent.com/johndesu090/AutoScriptDS/master/Files/Plugins/SSR
chmod +x SSR
./SSR 2>&1 | tee shadowsocksR.log
Commands:
Start: /etc/init.d/shadowsocks start
Stop: /etc/init.d/shadowsocks stop
Restart: /etc/init.d/shadowsocks restart
Status: /etc/init.d/shadowsocks status
Multi Users; Config Setup:
{
"server":"0.0.0.0",
"server_ipv6": "[::]",
"local_address":"127.0.0.1",
"local_port":1080,
"port_password":{
"8989":"password1",
"8990":"password2",
"8991":"password3"
},
"timeout":300,
"method":"aes-256-cfb",
"protocol": "origin",
"protocol_param": "",
"obfs": "plain",
"obfs_param": "",
"redirect": "",
"dns_ipv6": false,
"fast_open": false,
"workers": 1
}