Install Script givps

Auto Script VPS - Easy Installation & Configuration

Important Notes

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

AutoScriptXray

Repository

Stunnel Version

Recommended

Step 1: Update & Reboot

apt update && apt upgrade -y && apt autoremove -y && reboot

Step 2: Install Script

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 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

HAProxy Version

Alternative

Step 1: Update & Reboot

apt update && apt upgrade -y && apt autoremove -y && reboot

Step 2: Install Script

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 Support

Join our community for support and updates

Join Telegram

Support Development

Help maintain and improve this project

Donate Now
MIT License Auto Script VPS Free to use - Not for sale
Command copied to clipboard!