Create your own VPN server

Hello everyone, today i'll mention about how to create your own VPN server for Windows.

REGISTER
Firstly, register for this website https://www.digitalocean.com with your debit card.  When you do, website gives you a promotion of 10 $ to open up your new server.

CREATE DROPLET
Select--> UBUNTU > personal choice of capacity > personal choice of country > Private networking and IPv6 > create a server name > CREATE.

Then it sends root infos to your e-mail.

DOWNLOAD PuTTY
To open up your server, download this from its formal website : https://putty.org
After that, copy your ip address given in the e-mail and paste into the PuTTY's ip blank and press enter. Type your username and password given to you into terminal opened via PuTTY.
Next, type these commands into terminal:

  • wget http://swupdate.openvpn.org/as/openvpn-as-2.1.4b-Ubuntu16.amd_64.deb
  • dpkg -i openvpn-as-2.1.2-ubuntu16.amd_64.deb (this code will be already given by the terminal after first code. just choose it with your mouse, then you will have copied it. then click right, you will have pasted it there.)
  • sudo passwd openvpn (then write new password twice)
  • sudo /usr/local/openvpn_as/bin/ovpn-init
Type> delete > yes and do the rest commands it asks you to do . 
COPY THE CLIENT UI URL ADDRESS AND PASTE INTO YOUR WEB SERVER'S SEARCH BAR, THEN ENTER.  
Click on the VPN logo and download the files. After launch is finished, login with your username and own password.
FINALLY,  IT WILL BE READY TO USE!  💙

Comments