You're on the way to total data defense! Make any Internet connection secure with our free VPN software for Windows.
Keep your online activity private and secure from hackers with our VPN service.
ConfidentialVPN gives you encrypted security when it comes to surfing the web, whether the activity is playing a game, scanning social media, or typing an article. All your activities will be kept secure and unmonitored.
ConfidentialVPN allows the entire family to have secure access to videos, websites, and social media. The only thing that can block those who use the VPN is parental control.
If you have Windows Vista or follow-on Windows operating versions, then you can use the VPN
You're on the way to total data defense! Make any Internet connection secure with our free VPN software for Mac.
Using your Mac device with our ConfidentialVPN VPN will protect all your online activities.
Unlock the full potential of your Macbook or iMac with our VPN. Experience viewing all the content at your heart's delight at the highest speeds using our servers!
Access hundreds of state-of-the-art servers strategically located across every continent (except Antarctica). With the ease of switching between servers, you can always be assured you have the fastest speed regardless of where you are.
You're on the way to total data defense! Make any Internet connection secure with our free VPN app for Android.
ConfidentialVPN 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 ConfidentialVPN 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, ConfidentialVPN VPN client, we have listed options below depending on your Android version and method of installation.
Download the APK ConfidentialVPN file. If you haven't yet downloaded the APK file onto your Android, do the following:
Using our ConfidentialVPN iOS app will allow for protected usage of web browsers and massive speed with your searches.
If you want your family’s iOS devices kept secure and free from outside influence, then using our app will keep everything private.
Public Wi-Fi is great, but also has a security risk when used. Using our iOS app will defend your information from hackers and malware, giving you confidence when you connect.
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