Advertisements

Installing BadVPN-UDGW on your VPS

Advertisements

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.

Advertisements

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:

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:

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

reboot

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

Code:

netstat -nlpt | grep 7300

It should be look like this:

photo_2020-11-11_08-44-31.jpg

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

Advertisements

Bonus: Installing Multi-protocol VPN & SSH (manual script)
Acknowledge ko po si sir a7000 sa napa sipag mag write ng tutorial ko hehehe

Credits:
ambrop72/badvpn – GitHub

Alternative download links:

badvpn-udpgw
Installing Multi-protocol VPN & SSH (manual script)

Advertisements

457 thoughts on “Installing BadVPN-UDGW on your VPS

  1. У чувства вины существуют две основных причины: страх перед неким авторитетом и страх перед Сверх-Я.
    Первый страх препятствует удовлетворению инстинктов, второй – карает
    за это. Требования Сверх-Я обнаруживают себя в требованиях совести.
    Исторически сложилось так, что отказ от влечений
    диктовался страхом перед авторитетом.
    Так внешний страх постепенно
    сформировался в своего рода внутреннюю цензуру.

    если ничего не радует

Leave a Reply

Your email address will not be published. Required fields are marked *

Advertisements