If you have a Windows computer, you need our VPN to keep your family safe and secure online.
With PatchVPN’s Windows client, you are downloading
The family PC is used for dozens of activities, from gaming to studying, to looking up the latest family dinner. Our PatchVPN makes sure that all your data is kept safe and for your eyes only, so no other parties can monitor what you are doing.
One of the best benefits of a PatchVPN Family VPN plan is that it provides total access to all your favorite sites no matter where you go.
All you need is MS Vista and its upgrades
With PatchVPN's Mac OS client, you are downloading
Using our PatchVPN with your Mac app ensures that surfing the web is easier than ever, and you will be able to experience all the web has to offer.
You’ll be able to access hundreds of worldwide servers and have the fastest connection speed by switching between them. The process of switching is easy, and then you can get back to the surfing.
Protect the more mobile members of your family with our app for Android devices.
PatchVPN 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 PatchVPN 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, PatchVPN VPN client, we have listed options below depending on your Android version and method of installation.
Download the APK PatchVPN file. If you haven't yet downloaded the APK file onto your Android, do the following:
Your data will remain secure through our double encryption, and your online history and digital footprint will be kept completely invisible.
Our app defends you from the dangers of malware and monitoring by public hotspots, and your Apple device keeps your data safe. So connect to the local coffee shop’s Wi-Fi, and be confident in the knowledge that you are secure.
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