You're on the way to total data defense! Make any Internet connection secure with our free VPN software for Windows.
Our VPN client on Windows device is easy to install, intuitive to navigate and very powerful.
Whether you are logging into your work account, accessing school files, checking your bank balance or watching your favorite show, we will ensure that no one can access your information. PremierGo keeps you safe from hackers, monitors or third parties that are trying to get your IP address details.
Use PremierGo Family VPN plan today and access the information you need no matter where you are. We will allow you to have your entire house-worth of devices connected to the VPN so that you can access the websites and content you need. Now you can enjoy all the content you want.
Vista and newer versions of Windows.
You're on the way to total data defense! Make any Internet connection secure with our free VPN software for Mac.
Ensure that your Mac device is 100 percent protected from hackers or third party information thieves by using the PremierGo VPN app.
Unlock the full potential of your Macbook or iMac with our VPN. Now that you are browsing anonymously, you can enjoy content from any social media or multimedia site. Experience viewing all the content at your heart's delight at the highest speeds using our servers!
Get the best speeds, protection and content unlocking potential on your Macbook, iMac or Mac Pro device. Now you are able to switch between servers in a section, activate the kill switch and remain secure on your MacOS device.
You're on the way to total data defense! Make any Internet connection secure with our free VPN app for Android.
PremierGo 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 PremierGo 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, PremierGo VPN client, we have listed options below depending on your Android version and method of installation.
Download the APK PremierGo file. If you haven't yet downloaded the APK file onto your Android, do the following:
PremierGo VPN service on iOS is the best way to remain safe on an iPhone or iPad.
If your family is an iPhone household, then you will need our iOS app to remain safe when connected to the internet. Ensure your spouse and kids are always protected by a VPN when browsing the web.
It is great when you can stop using your data plan for some time and connect to a public WiFi network. The speeds are usually great too! But the privacy is not. Always connect through a VPN to ensure no one can hack into your device.
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