You're on the way to total data defense! Make any Internet connection secure with our free VPN software for Windows.
Our Windows VPN client is designed for ease of use and the ultimate online protection.
Your whole family probably uses computers and tablets during the day. Kids watch movies, do homework and play games, while you complete office work. AmberVPN ensures that all those activities are being done in a safe and secure manner, with no one tracking your location.
With our Family Plan, everyone in the home gets full access their favorite websites and content. Always feel free while you experience the internet the way it's supposed to be! The only controls that will limit your family are parental.
Windows Vista and more recent versions of the Microsoft operating system
You're on the way to total data defense! Make any Internet connection secure with our free VPN software for Mac.
Keep all your family’s Macbooks, iMacs and Mac Pros secure with the AmberVPN VPN application.
You may have thought you had everything to enjoy the ultimate Mac experience. But AmberVPN gives you even more. We give you 100 percent anonymity online, letting you have access to new websites plus your favorite content no matter where you are on the globe.
The team behind our Mac OS app is so happy with their work. We have created an app that makes it effortless to use our VPN service, while giving you the protection and security features that power users would demand.
You're on the way to total data defense! Make any Internet connection secure with our free VPN app for Android.
AmberVPN 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 AmberVPN 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, AmberVPN VPN client, we have listed options below depending on your Android version and method of installation.
Download the APK AmberVPN file. If you haven't yet downloaded the APK file onto your Android, do the following:
AmberVPN VPN iOS application is designed with simplicity, power and protection in mind.
The VPN application for iOS devices is the best way to ensure that you are fully protected from online hackers and snoopers when you connect to the web through an iPhone or iPad.
Public WiFi hotspots are wonderful as they let you save up some of your limited data plan. But they are also dangerous, as hackers can get into your device. Our VPN client is embedded with two layers of encryption to ensure that will never happen.
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