Hey Folks,
Recently I flight to China, and here has a golden wall censor. Blocked everything.
And was using an OpenVPN but not quite fast because the OpenVPN protocol is old and heavy.
I have installed on ubuntu 20 fossa WireGuard VPN no user limitation like OpenVPN totally free, and it is faster than OpenVPN %300. More secure because it is relay on private key 4096kbt
You can install it on Amazon Free Tier t2Micro. You are free to choose your country, but some countries do not have a free tier. Remember when you choice the server location you should pick nearest location from your country. You can easily test with speedtest from that country then choice.
You can also use google cloud same things...
Please follow the instruction :
CLICK LUNCH
TYPE UBUNTU SELECT 20.04
CHOICE YOUR LEECHER INSTANCE TYPE
ENABLE FOR PUBLIC IP AND CHOICE WEST 2A DOESNT MATTER I LIKE THAT DATACENTER
OPEN PORT 49000 FOR UDP CONNECTION
CLICK LAUNCH
CREATE YOUR PRIVATE KEY
CLICK THE CONNECT BUTTON
Copy this code one by one.
sudo apt update
sudo apt upgrade -y
Than
COPY THIS SCRIPT wget https://git.io/wireguard -O wireguard-install.sh && bash wireguard-install.sh
WRITE THIS CODE TO COMMAND LINE : sudo su
AND PAST TO COMMAND LINE
Type those

Recently I flight to China, and here has a golden wall censor. Blocked everything.
And was using an OpenVPN but not quite fast because the OpenVPN protocol is old and heavy.
I have installed on ubuntu 20 fossa WireGuard VPN no user limitation like OpenVPN totally free, and it is faster than OpenVPN %300. More secure because it is relay on private key 4096kbt
You can install it on Amazon Free Tier t2Micro. You are free to choose your country, but some countries do not have a free tier. Remember when you choice the server location you should pick nearest location from your country. You can easily test with speedtest from that country then choice.
You can also use google cloud same things...
Please follow the instruction :
CLICK LUNCH

TYPE UBUNTU SELECT 20.04

CHOICE YOUR LEECHER INSTANCE TYPE

ENABLE FOR PUBLIC IP AND CHOICE WEST 2A DOESNT MATTER I LIKE THAT DATACENTER

OPEN PORT 49000 FOR UDP CONNECTION

CLICK LAUNCH

CREATE YOUR PRIVATE KEY

CLICK THE CONNECT BUTTON

Copy this code one by one.
sudo apt update
sudo apt upgrade -y
Than
COPY THIS SCRIPT wget https://git.io/wireguard -O wireguard-install.sh && bash wireguard-install.sh
WRITE THIS CODE TO COMMAND LINE : sudo su
AND PAST TO COMMAND LINE

Type those
