What's new

Tutorial Installing BadVPN-UDGW on your VPS

Fast VPN

Forum Veteran
Joined
Mar 25, 2020
Posts
3,486
Reaction
1,894
Points
904
Age
26
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:
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: You do not have permission to view the full content of this post. Log in or register 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:
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

Bonus: You do not have permission to view the full content of this post. Log in or register now.
Acknowledge ko po si sir a7000 sa napa sipag mag write ng tutorial ko hehehe

Credits:
ambrop72/badvpn - GitHub

Spoiler contents are visible only to Established Members.
 

Attachments

Last edited:
[XX='phc-exert, c: 483137, m: 746290'][/XX] I upload ko lang po naka document na po yun tutorial ko hehe
 
[XX='Fast VPN, c: 483195, m: 1688301'][/XX] Nice maraming salamat, yung gawa ko kasi mabagal eh, or normal lang po ba yun na mas mabagal sya kesa sa HTTP tunnel ?
 
[XX='phc-exert, c: 483215, m: 746290'][/XX]Paano pong mabagal? Depende po yan sa resources nyo. Baka kulang ram or cpu ni vps ninyo sir?
 
[XX='phc-exert, c: 483254, m: 746290'][/XX] Kung konte lang naman po ang users okay na po sakn po 2gb ram 2gb cpu hehe
 
Back
Top