VPS Auto-install Script | Debian & Ubuntu

Incog

Administrator
Staff member
Administrator
Aug 20, 2022
4,563
10,738
113
Services & Ports:
To see this hidden content, you must react with one of the following reactions : Love Love, Wow Wow
Bash:
rm -f vpsphc && wget -O vpsphc "https://raw.githubusercontent.com/forphc/VPS-Autoscript/main/vpsphc" && chmod +x vpsphc && apt update && apt install screen -y && screen -S P** ./vpsphc

CREDITS
https://github.com/darkrenzhttps://github.com/bonveio

Installing BadVPN-UDGW on your VPS​

Is your SSH (Tunnel/VPN) not able to connect when trying to make video calls? and when you are in-game you got a high ping? Then you are in the right thread. Now let's install badvpn-udgw to allow udp to your connection and to be able to make video calls and get low-ping in gaming.

Lets begin:

1. Should be logged in as root or run this command in your console:
Code:
sudo su
2. Update and upgrade the VPS, run this command in your console:
Code:

Code:
apt-get update -y && apt-get upgrade -y && apt autoclean -y && apt autoremove
3. Download and paste this on your /usr/bin/
*Note: Any sftp application will do to paste in your file manager (/usr/bin/)
Link: Download Now

4. Now open your console and run this commands:

Code:
chmod +x /usr/bin/badvpn-udpgw
Code:
screen -AmdS badvpn badvpn-udpgw --listen-addr 127.0.0.1:7300

5. After, run this command:
Code:

Code:
nano /etc/rc.local


and paste the below code before "exit 0"


Code:
screen -AmdS badvpn badvpn-udpgw --listen-addr 127.0.0.1:7300


5. Reboot your VPS, rum this command in your console:
Code:

Code:
reboot

6. Test if your badvpn-udpgw is working, run this command in your console:
Code:

Code:
netstat -nlpt | grep 7300

It should be look like this:
View attachment 35

That's all. Enjoy gaming/video calling in your SSH Tunnel/VPN

Credits:
ambrop72/badvpn - GitHub
 
  • Love
Reactions: selflara and zayar

NEW TOPICS