• View On GitHub

Auto script VPS

For create VPN service on debian or ubuntu server


NOTE


  • make sure the vps provider allows the use of Public VPN/SSH/Proxy
  • Required VPS is still fresh (MUST) / have never installed anything
  • If you install the Script twice, you need to rebuild the VPS to factory settings, in the VPS provider panel

AutoScriptXray

repo

  • Stunnel version
    apt update && apt upgrade -y && apt autoremove -y && reboot
    
sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sysctl -w net.ipv6.conf.default.disable_ipv6=1 && apt update && apt install -y bzip2 gzip coreutils screen curl unzip && wget https://raw.githubusercontent.com/givps/AutoScriptXray/master/setup.sh && chmod +x setup.sh && sed -i -e 's/\r$//' setup.sh && screen -S setup ./setup.sh

Service & Port Stunnel version


  • OpenSSH : 22
  • SSH Websocket : 80
  • SSH SSL Websocket : 443
  • Stunnel4 : 222, 777
  • Dropbear : 109, 143
  • Badvpn : 7100-7900
  • Nginx : 81
  • Vmess WS TLS : 443
  • Vless WS TLS : 443
  • Trojan WS TLS : 443
  • Shadowsocks WS TLS : 443
  • Vmess WS none TLS : 80
  • Vless WS none TLS : 80
  • Trojan WS none TLS : 80
  • Shadowsocks WS none TLS : 80
  • Vmess gRPC : 443
  • Vless gRPC : 443
  • Trojan gRPC : 443
  • Shadowsocks gRPC : 443

  • HAProxy version
    apt update && apt upgrade -y && apt autoremove -y && reboot
    
sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sysctl -w net.ipv6.conf.default.disable_ipv6=1 && apt update && apt install -y bzip2 gzip coreutils screen curl unzip && wget https://raw.githubusercontent.com/givps/AutoScriptXray/master/haproxy/setup/setup.sh && chmod +x setup.sh && sed -i -e 's/\r$//' setup.sh && screen -S setup ./setup.sh

Service & Port HAProxy version


  • OpenSSH : 22, 2222
  • SSH/SSL : 1445, 1446
  • HAProxy SSH SSL WS : 1443
  • HAProxy SSH WS : 1444
  • Badvpn : 7100-7900
  • Nginx : 80
  • Vmess WS TLS : 443
  • Vless WS TLS : 443
  • Trojan WS TLS : 443
  • Shadowsocks WS TLS : 443
  • Vmess WS none TLS : 80
  • Vless WS none TLS : 80
  • Trojan WS none TLS : 80
  • Shadowsocks WS none TLS : 80
  • Vmess gRPC : 443
  • Vless gRPC : 443
  • Trojan gRPC : 443
  • Shadowsocks gRPC : 443

Telegram

Telegram

Donate

allEVM donate button

Project maintained by givps Hosted on GitHub Pages — Theme by mattgraham