Skip to content

An Instant Tunneling Autoscript To Install SSH, Vmess, Vless, and Trojan Services On Vps

Notifications You must be signed in to change notification settings

Putra-0/AutoScript.vpn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported Linux Distribution

Service & Port:

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

PREVIEW

CARA INSTALLASI

[ 1 ] Ganti Repo OS (opsional)

rm /etc/apt/sources.list && nano /etc/apt/sources.list

[ 2 ] Update&Upgrade OS (wajib)

apt update && apt upgrade -y && apt install sudo -y && reboot

[ 3 ] Install Dependensi (wajib)

sudo apt install gcc make build-essential zip unzip wget curl screen -y && wget https://github.com/neurobin/shc/archive/refs/tags/4.0.3.zip && unzip 4.0.3.zip && cd shc-4.0.3 && sudo chmod +x * && sudo ./configure && sudo make && sudo make install && cd && rm 4.0.3.zip && rm -rf shc-4.0.3

[ 4 ] Install-Sc (pasti wajib)

wget https://raw.githubusercontent.com/fians-xd/AutoScript.vpn/master/install.sh && chmod +x install.sh && ./install.sh

Butuh Bantuan Silahkan DM

About

An Instant Tunneling Autoscript To Install SSH, Vmess, Vless, and Trojan Services On Vps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%