You're on the way to total data defense! Make any Internet connection secure with our free VPN software for Windows.
ShadowsCast VPN service is the best at providing you with a dual layer of encryption each time you connect to the internet on your Windows device.
If you are using your computer for work or school, you probably have a lot of important and sensitive information on the hard drive. ShadowsCast VPN is the only way to ensure that you are keeping that data, your IP address and location information secure each time you connect to the web.
When you are using our VPN client on a Windows machine, you get great advantages. Complete anonymity plus access to all the content you desire. And better yet, never lose touch with your friends, family or business associates on social media — no matter your location.
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.
Take your online security seriously by using our Mac OS VPN app each time you connect to the internet on a Macbook or iMac.
We have the best VPN application for Mac OS users, which is regularly updated to add more features. Our app ensures that you are able to access worldwide servers, dual layers of encryption and access to your favorite websites no matter where you go.
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 content at your heart's delight at the highest speeds using our servers!
You're on the way to total data defense! Make any Internet connection secure with our free VPN app for Android.
ShadowsCast 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 ShadowsCast 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, ShadowsCast VPN client, we have listed options below depending on your Android version and method of installation.
Download the APK ShadowsCast file. If you haven't yet downloaded the APK file onto your Android, do the following:
Enjoy the world wide web in the way that it was meant to be experienced. Unblock sites blocked in your country with our iOS app.
Our iOS app was revamped to put your protection and ease of use as a priority. It is effortless to switch between servers, activate the kill switch and ensure your data is always protected.
The dual layer of encryption that is accessible with our app will ensure your data is always safe, even if you are on a public WiFi network.
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