GitHub - Nontiquid/AutoScriptDebianStretch: Debian 9 Installer for VPS Servers made by FordSenpai to minimize the time consumed and user involvement in setting up your VPS · GitHub
Skip to content

Nontiquid/AutoScriptDebianStretch

 
 

Folders and files

Repository files navigation

VPN AutoScript Debian Stretch

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

Supported Linux Distribution

Services

Commands

Installation (Default Version)

wget https://raw.githubusercontent.com/johndesu090/AutoScriptDebianStretch/master/DebianStretch && chmod +x DebianStretch && ./DebianStretch

Installation (N Version)

wget https://raw.githubusercontent.com/johndesu090/AutoScriptDebianStretch/master/DebianStretchN && chmod +x DebianStretchN && ./DebianStretchN

Installation (D Version)

wget https://raw.githubusercontent.com/johndesu090/AutoScriptDebianStretch/master/DebianStretchD && chmod +x DebianStretchD && ./DebianStretchD

Installation LEMP Stack Webserver

wget https://raw.githubusercontent.com/johndesu090/AutoScriptDebianStretch/master/LEMP7 && chmod +x LEMP7 && ./LEMP7

Additional Info

Recommended OS: Debian 9 Stretch x64

Screenshots

ShadowsocksR (Optional)

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/AutoScriptDebianStretch/master/ShadowR.sh
chmod +x ShadowR.sh
./ShadowR.sh 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
}

Facebook Support: https://www.facebook.com/johndesu090

About

Debian 9 Installer for VPS Servers made by FordSenpai to minimize the time consumed and user involvement in setting up your VPS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Shell 89.6%
  • Python 10.4%