DefenceVPN for Windows
To install click the button below
Install
Easy Setup
- Download and install DefenceVPN for Windows. Your browser may display a security warning,
which you need to accept.
- Login using your credentials.
DefenceVPN for Mac OS
To install click the button below
Install
Easy Setup
- Download and install DefenceVPN for Mac OS. Your browser may display a security warning,
which you need to accept.
- Login using your credentials.
DefenceVPN for Android
To install click the button below
Easy Setup
- Download and install the DefenceVPN app for Android.
- Login using your credentials.
DefenceVPN for iOS
To install click the button below
Install
Easy Setup
- Download the OpenVPN Connect App
- Download the .ovpn and CA certificate files for the server you wish to connect to from the
Server Status. Open the
CA certificate and copy the contents inside the .ovpn file like so:
<ca>
CERT_FILE_CONTENT_COMES_HERE
</ca>
After downloading, email yourself the .ovpn files.
- Open the OpenVPN Connect App, import your .OVPN files that you emailed yourself (this can be
done directly from the mail app) or by clicking the import button in the OpenVPN Connect
App.
- Sign in with your credentials and connect.
That's it! You're connected. Enjoy and use
responsibly.
DefenceVPN for Linux
To install click the button below
Install
Easy Setup
- Install OpenVPN
Open the terminal (Ctrl + Alt + T) and run the following command:
# sudo apt-get install openvpn
- Choose a Server & Connect
#cd /etc/openvpn
#ls
Choose the server you wish to connect to from the Server Status
page and download the .ovpn file and ca certificate. Open the CA certificate and copy the
contents inside the .ovpn file like so;
client
dev tun
proto udp
remote (SERVER_IP_HERE after "remote")
nobind
persist-key
persist-tun
ca ca.crt
auth-user-pass
comp-lzo
reneg-sec 0
verb 3
cipher AES-256-CBC
<ca>
CERT_FILE_CONTENT_COMES_HERE
</ca>
Now run OpenVPN as run:
# openvpn /etc/openvpn/SERVER-NAME-HERE.ovpn
Enter your credentials and you should now be successfully connected. Enjoy and use
responsibly.
- Change Name Server (Optional)
In case any domain or website is not responding for you, this might be an issue with the
name server.
# vim /etc/resolv.conf
Add the following:
Nameserver 80.67.0.2