/script-moved-to-newgithub

SSH - V2RAY & TROJAN-GFW AUTO INSTALL

Primary LanguageShellGNU General Public License v3.0GPL-3.0


WildySheverando VPN Script Version 5.5.0


Operating System Supported

Addons Service


❗ OS Supported ❗

✔ Debian 8 (X86_64) (X86) (X64) ( Good For V2Ray & Trojan )
✔ Debian 9 (X86_64) (X86) (X64) ( Recomed )
✔ Debian 10 (X86_64) (X86) (X64) ( Recomed )
✔ Ubuntu 16.04 (X86_64) (X86) (X64) ( Good For V2Ray & Trojan )
✔ Ubuntu 18.04 (X86_64) (X86) (X64) ( Recomed )
✔ Ubuntu 20.04 (X86_64) (X86) (X64) ( Trojan & Stunnel Not Stable )
✔ Ubuntu 20.10 (X86_64) (X86) (X64) ( V2Ray Not Stable )
❌ Centos 6 ( Not Supported )
❌ Centos 7 ( Not Supported )
❌ Centos 8 ( Not Supported )

🔰 Feature Script 🔰

✔ SSH / Tunneling
✔ Dropbear 2017-2020
✔ Stunnel 4
✔ Squid3
✔ V2Ray 4.36.2
✔ Trojan-gfw 1.16.0
✔ Anti Torrent ( Firewall Blocked )
✔ DDOS Flate
✔ AutoExpired User ( SSH )
✔ Userdel ( SSH )
✔ Userdel ( Trojan )
✔ Userdel ( V2Ray )
✔ Useradd ( SSH )
✔ Useradd ( Trojan )
✔ Useradd ( V2Ray )
✔ CreateTrial ( SSH )
✔ CreateTrial ( Trojan )
✔ CreateTrial ( V2Ray )
✔ CheckUser Login ( SSH )
✔ Speedtest CLI ( By speedtest.net )
✔ TLS ( 1.2 & 1.3 Supported )
✔ Multi User On 1 Port ( V2Ray )
✔ Multi User On 1 Port ( Trojan )
✔ AutoReboot 01:00 ( WIB / Indonesian - Jakarta Time )
✔ Ram Usage Checking
✔ CPU Usage Checking
✔ Ram Total Checking
✔ Ram Avaible Checking
✔ Storage Usage Checking
✔ Storage Total Checking
✔ Storage Avaible Checking
✔ Bandwidth Usage From Boot Checking
✔ ISP Detail Checking
✔ AutoExpired SSH User On 01:00 ( WIB / Indonesian - Jakarta Time )
✔ Speed Limiting ( Premium User )
✔ Backup ALL Service ( Premium User )
✔ Restore ALL Service ( Premium User )
✔ VLESS TCP ( Premium User )
✔ VLESS WS( Premium User )
✔ VLESS XTLS ( Not Stable ) ( Premium User )
✔ OpenVPN TCP ( Premium User )
✔ OpenVPN UDP ( Premium User )
✔ OpenVPN SSL ( Premium User )
✔ Change Host / Domain For V2Ray / Trojan ( Premium User )
✔ Userdel ( VLESS ) ( Premium User )
✔ Userdel ( OVPN ) ( Premium User )
✔ useradd ( VLESS ) ( Premium User )
✔ useradd ( OVPN ) ( Premium User )

🔰 Port Information 🔰

🔸 Port 22 = OpenSSH
🔸 Port 110 = DropBear
🔸 Port 143 = DropBear
🔸 Port 443 = Stunnel4
🔸 Port 990 = Stunnel4
🔸 Port 8080 = Squid
🔸 Port 3128 = Squid
🔸 Port 1945 = V2Ray HTTPS ( TLS V2Ray )
🔸 Port 80 = V2Ray HTTP ( NonTLS V2Ray )
🔸 Port 442 = Trojan TLS ( trojan-gfw )
🔸 Port 7100 = BadVPN
🔸 Port 7200 = BadVPN
🔸 Port 7300 = BadVPN
🔸 Port 2907 = Roaming Port
🔸 Port 8880 = Vless HTTP
🔸 Port 2095 = Roaming Port
🔸 Port 1194 = OpenVPN Port TCP
🔸 Port 2200 = OpenVPN Port UDP
🔸 Port 444 = OpenVPN Port SSL
🔸 Port 85 = Apache2 / WebServer

🚫 PLEASE READ 🚫

❌ THIS SCRIPT IS NOT FOR SALE ( FREE FOR PERSONAL USE )
❌ IF I KNOW SELLING THIS SCRIPT I WILL TURN OFF THIS SCRIPT

😍 THANKS 😍

Thank Very Much To Horas Siregar ( From VPNSTORES ) & The Hoster ( From Fastssh )
Nico_Joy ( From Fastssh ) For Helping / Giving Solution In Creating This Script

❤ Copyright & License ❤

© Copyright 2021 by WildySheverando ( Repository )
Licensed under the terms of the ( GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 )

⏩ Installation ⏪

Using Bash & Wget

rm -f setup.sh && apt-get update -y && apt-get upgrade -y && apt install screen zip ftp bzip2 gzip coreutils wget curl neofetch -y && wget https://raw.githubusercontent.com/wildysheverando-project/autoscript.github.io/main/setup.sh && chmod +x setup.sh && screen -S setup ./setup.sh && rm -f setup.sh

Using Bash & Curl

rm -f setup.sh && apt-get update -y && apt-get upgrade -y && apt install screen zip ftp bzip2 gzip coreutils wget curl neofetch -y && curl https://raw.githubusercontent.com/wildysheverando-project/autoscript.github.io/main/setup.sh > setup.sh && chmod +x setup.sh && screen -S setup ./setup.sh && rm -f setup.sh

Using Perl & Wget

rm -f setup.pl && apt update -y && apt upgrade -y && apt install perl wget -y && wget https://raw.githubusercontent.com/wildysheverando-project/autoscript.github.io/main/setup.pl && perl setup.pl && rm -f setup.pl

Using Perl & Curl

rm -f setup.pl && apt update -y && apt upgrade -y && apt install perl curl -y && curl https://raw.githubusercontent.com/wildysheverando-project/autoscript.github.io/main/setup.pl > setup.pl && perl setup.pl && rm -f setup.pl

Using Python2 & Wget

rm -f setup.py && apt update -y && apt upgrade -y && apt install python wget -y && wget https://raw.githubusercontent.com/wildysheverando-project/autoscript.github.io/main/setup.py && python setup.py && rm -f setup.py

Using Python2 & Git Clone

rm -f setup.py && apt update -y && apt upgrade -y && apt install git python wget -y && git clone https://raw.githubusercontent.com/wildysheverando-project/autoscript.github.io/main/setup.py && python setup.py && rm -f setup.py

Using Python2 & Curl

rm -f setup.py && apt update -y && apt upgrade -y && apt install python curl -y && curl https://raw.githubusercontent.com/wildysheverando-project/autoscript.github.io/main/setup.py > setup.py && python setup.py && rm -f setup.py

Using Python3 & Wget

rm -f setup.py && apt update -y && apt upgrade -y && apt install python3 wget -y && wget https://raw.githubusercontent.com/wildysheverando-project/autoscript.github.io/main/setup.py && python3 setup.py && rm -f setup.py

Using Python3 & Curl

rm -f setup.py && apt update -y && apt upgrade -y && apt install python3 curl -y && curl https://raw.githubusercontent.com/wildysheverando-project/autoscript.github.io/main/setup.py > setup.py && python3 setup.py && rm -f setup.py

⏩ UPGRADE TO PREMIUM ⏪

Using Bash & Wget

rm -f update.sh && apt-get update -y && apt-get upgrade -y && apt install wget && wget https://raw.githubusercontent.com/wildysheverando-project/autoscript.github.io/main/update.sh && chmod +x update.sh && ./update.sh

Using Bash & Curl

rm -f update.sh && apt-get update -y && apt-get upgrade -y && apt install curl -y && curl https://raw.githubusercontent.com/wildysheverando-project/autoscript.github.io/main/update.sh > update.sh && chmod +x update.sh && ./update.sh

⏩ UNINSTALL / PREM USER ONLY ⏪

wget -O uninstall https://raw.githubusercontent.com/wildysheverando-project/autoscript.github.io/main/uninstall.sh && chmod +x uninstall && ./uninstall && rm -f uninstall

🔱 LICENSE KEY 🔱

List Of License Key Price


Limit 5 VPS Install
▶ 1 Months = Rp. 20,000 ( Indonesia Payment ) Or ( 2$ Paypal Payment ) [ Max Install On 5 VPS ]
▶ 2 Months = Rp. 30,000 ( Indonesia Payment ) Or ( 3$ Paypal Payment ) [ Max Install On 5 VPS ]
▶ 3 Months = Rp. 40,000 ( Indonesia Payment ) Or ( 4$ Paypal Payment ) [ Max Install On 5 VPS ]
▶ Lifetime = Rp. 100,000 ( Indonesia Payment ) Or ( 10$ Paypal Payment ) [ Max Install On 5 VPS ]

Unlimited VPS Install
▶ 1 Months = Rp. 40,000 ( Indonesia Payment ) Or ( 4$ Paypal Payment ) [ Unlimited Install ]
▶ 2 Months = Rp. 60,000 ( Indonesia Payment ) Or ( 6$ Paypal Payment ) [ Unlimited Install ]
▶ 3 Months = Rp. 80,000 ( Indonesia Payment ) Or ( 8$ Paypal Payment ) [ Unlimited Install ]
▶ Lifetime = Rp. 200,000 ( Indonesia Payment ) Or ( 20$ Paypal Payment ) [ Unlimited Install ]

Contact Me To Order The License Key

Telegram = https://t.me/wildyvpn_id
Whatsapp = https://wa.me/6285830878000
Email = wildyverando.net@gmail.com

➕ DONATION ➕

If you want to help develop this project, you can donate as sincere as possible
▶ Paypal : paypal.me/wildyvpnscript / Email : wildynetwork@gmail.com
▶ Dana : 0858-3087-8000