123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- #!/bin/bash
- if [ "${EUID}" -ne 0 ]; then
- echo "You need to run this script as root"
- exit 1
- fi
- if [ "$(systemd-detect-virt)" == "openvz" ]; then
- echo "OpenVZ is not supported"
- exit 1
- fi
- red='\e[1;31m'
- green='\e[0;32m'
- NC='\e[0m'
- MYIP=$(wget -qO- ifconfig.me/ip);
- if [ -f "/etc/v2ray/domain" ]; then
- echo "Script Already Installed"
- exit 0
- fi
- mkdir /var/lib/premium-script;
- echo "IP=" >> /var/lib/premium-script/ipvps.conf
- wget https://raw.githubusercontent.com/Alamyazid/rev/main/cf.sh && chmod +x cf.sh && ./cf.sh
- #install ssh ovpn
- wget https://raw.githubusercontent.com/Alamyazid/rev/main/ssh.sh && chmod +x ssh.sh && screen -S ssh ./ssh.sh
- wget https://raw.githubusercontent.com/Alamyazid/rev/main/sstp.sh && chmod +x sstp.sh && screen -S sstp ./sstp.sh
- #install ssr
- wget https://raw.githubusercontent.com/Alamyazid/rev/main/ssr.sh && chmod +x ssr.sh && screen -S ssr ./ssr.sh
- wget https://raw.githubusercontent.com/Alamyazid/rev/main/sodosok.sh && chmod +x sodosok.sh && screen -S ss ./sodosok.sh
- #installwg
- wget https://raw.githubusercontent.com/Alamyazid/rev/main/wg.sh && chmod +x wg.sh && screen -S wg ./wg.sh
- #install v2ray
- wget https://raw.githubusercontent.com/Alamyazid/rev/main/ins-vt.sh && chmod +x ins-vt.sh && screen -S v2ray ./ins-vt.sh
- #install L2TP
- wget https://raw.githubusercontent.com/Alamyazid/rev/main/ipsec.sh && chmod +x ipsec.sh && screen -S ipsec ./ipsec.sh
- wget https://raw.githubusercontent.com/Alamyazid/rev/main/set-br.sh && chmod +x set-br.sh && ./set-br.sh
- wget https://raw.githubusercontent.com/Alamyazid/Autoscript/main/websocket-python/websocket.sh && chmod +x websocket.sh && screen -S websocket.sh ./websocket.sh
- rm -f /root/ssh.sh
- rm -f /root/weleh.sh
- rm -f /root/sstp.sh
- rm -f /root/wg.sh
- rm -f /root/ss.sh
- rm -f /root/ssr.sh
- rm -f /root/ins-vt.sh
- rm -f /root/ipsec.sh
- rm -f /root/set-br.sh
- rm -f /root/cf.sh
- rm -f /root/websocket.sh
- cat <<EOF> /etc/systemd/system/autosett.service
- [Unit]
- Description=autosetting
- Documentation=https://lestakun.tech
- [Service]
- Type=oneshot
- ExecStart=/bin/bash /etc/set.sh
- RemainAfterExit=yes
- [Install]
- WantedBy=multi-user.target
- EOF
- systemctl daemon-reload
- systemctl enable autosett
- wget -O /etc/set.sh "https://raw.githubusercontent.com/Alamyazid/rev/main/set.sh"
- chmod +x /etc/set.sh
- history -c
- echo "1.2" > /home/ver
- clear
- echo " "
- echo "Installation has been completed!!"
- echo " "
- echo "=================================-RPJ WONOSOBO-===========================" | tee -a log-install.txt
- echo "" | tee -a log-install.txt
- echo "--------------------------------------------------------------------------------" | tee -a log-install.txt
- echo "" | tee -a log-install.txt
- echo " >>> Service & Port" | tee -a log-install.txt
- echo " - OpenSSH : 22" | tee -a log-install.txt
- echo " - OpenVPN : TCP 1194, UDP 2200, SSL 442" | tee -a log-install.txt
- echo " - Stunnel4 : 222, 777" | tee -a log-install.txt
- echo " - Dropbear : 109, 143" | tee -a log-install.txt
- echo " - Squid Proxy : 3128, 8080(limit to IP Server)" | tee -a log-install.txt
- echo " - Badvpn : 7100, 7200, 7300" | tee -a log-install.txt
- echo " - Nginx : 81" | tee -a log-install.txt
- echo " - Wireguard : 7070" | tee -a log-install.txt
- echo " - L2TP/IPSEC VPN : 1701" | tee -a log-install.txt
- echo " - PPTP VPN : 1732" | tee -a log-install.txt
- echo " - SSTP VPN : 444" | tee -a log-install.txt
- echo " - Shadowsocks-R : 1443-1543" | tee -a log-install.txt
- echo " - SS-OBFS TLS : 2443-2543" | tee -a log-install.txt
- echo " - SS-OBFS HTTP : 3443-3543" | tee -a log-install.txt
- echo " - V2RAY Vmess TLS : 8443" | tee -a log-install.txt
- echo " - V2RAY Vmess None TLS : 80" | tee -a log-install.txt
- echo " - V2RAY Vless TLS : 2083" | tee -a log-install.txt
- echo " - V2RAY Vless None TLS : 8880" | tee -a log-install.txt
- echo " - Trojan : 2087" | tee -a log-install.txt
- echo "" | tee -a log-install.txt
- echo " >>> Server Information & Other Features" | tee -a log-install.txt
- echo " - Timezone : Asia/Jakarta (GMT +7)" | tee -a log-install.txt
- echo " - Fail2Ban : [ON]" | tee -a log-install.txt
- echo " - Dflate : [ON]" | tee -a log-install.txt
- echo " - IPtables : [ON]" | tee -a log-install.txt
- echo " - Auto-Reboot : [ON]" | tee -a log-install.txt
- echo " - IPv6 : [OFF]" | tee -a log-install.txt
- echo " - Autoreboot On 05.00 GMT +7" | tee -a log-install.txt
- echo " - Autobackup Data" | tee -a log-install.txt
- echo " - Restore Data" | tee -a log-install.txt
- echo " - Auto Delete Expired Account" | tee -a log-install.txt
- echo " - Full Orders For Various Services" | tee -a log-install.txt
- echo " - White Label" | tee -a log-install.txt
- echo " - Installation Log --> /root/log-install.txt" | tee -a log-install.txt
- echo "" | tee -a log-install.txt
- echo " - Dev/Main : RPJ WONOSOBO" | tee -a log-install.txt
- echo " - Telegram : T.me/RPJ258" | tee -a log-install.txt
- echo " - Instagram : @Daponedan" | tee -a log-install.txt
- echo " - Whatsapp : 6285601438924" | tee -a log-install.txt
- echo " - Facebook : https://www.facebook.com/dapon" | tee -a log-install.txt
- echo "------------------Script Created By Chock Fighter Academy-----------------" | tee -a log-install.txt
- echo ""
- echo " Reboot 15 Sec"
- sleep 15
- rm -f setup.sh
- reboot
|