You're on the way to total data defense! Make any Internet connection secure with our free VPN software for Windows.
If you want Windows computers to have complete protection, then GainVPN is the VPN to go for.
GainVPN will instantly update your computer with the latest updates and security features, while also giving you access to all the content you want.
PC’s hold personal information, and in today’s day and age, it seems like everything is on a computer. GainVPN will keep your data safe and ensure that your connection to the internet is kept undisturbed by hackers and thieves. Your data will remain yours, no matter if you are at a coffee shop or on a home connection.
Whatever website you go on, rest assured that your computer will provide fast, safe, and reliable connections to keep you safe and your data private and untraceable.
Microsoft Windows Vista and higher compatibility
You're on the way to total data defense! Make any Internet connection secure with our free VPN software for Mac.
Using our OS app on your Mac devices will keep it secure and defended against any and all online threats.
Every time you connect to the internet, the software will encrypt the data, ensuring that only you can see it and your data is secure and safe.
No matter how you use your Mac, slow internet can cause some problems for both professional and personal use. However, you can connect to a different server to find the quickest connection speed and make long wait times a thing of the past!
You're on the way to total data defense! Make any Internet connection secure with our free VPN app for Android.
GainVPN believes in your electronic privacy & freedom; that’s why we have given you the control to download our VPN client straight to your android device. Downloading our GainVPN APK file is easy and secure. We have detailed the installation steps below to ensure that you benefit from enhanced security much faster.
There are many different ways to install, GainVPN VPN client, we have listed options below depending on your Android version and method of installation.
Download the APK GainVPN file. If you haven't yet downloaded the APK file onto your Android, do the following:
Our iOS app allows for fast browsing everywhere on the web with no slowdown.
You get only the best security with this app, ensuring that your internet browsing is safe and dependable as well as fast. That way you can use your phone without fear.
The connection from your phone to our servers is about as tight as Fort Knox. No hacker or thief is going to get any data out of it – count on it.
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