We’ve developed the ideal option for keeping your Windows devices safe and secure – our VPN client is here to help.
Benefits:
Your family PC is constantly being used, and that’s why you want to be sure that you have constant protection. Whether your children are gaming or doing homework; your spouse is paying bills or balancing your bank account; or you’re enjoying some online shopping, you deserve to be protected. RushVPN guarantees your privacy and security, no matter what.
Features:
With the help of our Family VPN plan with RushVPN, posting on social media websites, keeping in contact with your family and accessing your favorite content has never been easier.
System Requirements:
Windows Vista devices and newer can use our service


- Coming soon
- 5 Connections
- IKEv2
- Unlimited Bandwidth
- NAT Firewall
- Double Encryption
- Kill Switch
- DNS Leak Free
- Auto Connect
The RushVPN VPN for Mac protects any and all Mac devices in your household.
Benefits:
People enjoy Apple products, especially Macs, because they’re easy to use. RushVPN VPN service makes it that much easier! Now, you can use your Mac to get on any website and you don’t need to worry about losing access to your favorite sites when you travel.
Features:
Reliability, reach, and speed are priorities, and our VPN client gives you access that provides all of those. By using technology that seamlessly switches between servers, you’re guaranteed to have consistent speeds and no delays or lag.


- Coming soon
- 5 Connections
- IKEv2
- Unlimited Bandwidth
- NAT Firewall
- Double Encryption
- Kill Switch
- DNS Leak Free
- Auto Connect
How to Install RushVPN on Your Android Device.
RushVPN 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 RushVPN 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, RushVPN VPN client, we have listed options below depending on your Android version and method of installation.
Enabling APK Installation from Your Android's File Manager.
Download the APK RushVPN file. If you haven't yet downloaded the APK file onto your Android, do the following:
-
Open your Android's web browser.
- Go to RushVPN.
- Select Android.
- Click the Download button.
- Wait for the APK file to finish downloading.
- Open your Android's file manager app. Tap the app icon for your Android's file manager app in the App Drawer to do so.
- For example, if you're using the My Files app on a Samsung Galaxy, you would tap the white folder on an orange background icon.
- Make sure this is the file manager for which you enabled app installations.
-
Select your Android's default storage. Depending on where your Android stores its downloaded files by default, tap either the hard drive or the SD card name. This will open a list of folders on your Android.
- If you see a Downloads option on the main page, tap that and then skip the next step.
- Click Download. It's a blue folder in the middle of the page
- Select the RushVPN APK file. You should see the APK file that you downloaded in the "Download" folder, though you may need to scroll down to see it. Tapping it opens the APK file.
- Tap INSTALL. It's in the bottom-right corner of the screen. Doing so begins installing the RushVPN APK file.
- Tap DONE when prompted. This is at the bottom of the screen. The APK file's installer will close. At this point, you should be able to find the APK file's installed app in your Android's App Drawer.
- You can also tap OPEN here to open the installed app.
- When the app opens, enter the credentials you used to sign up.
- Choose a location to launch your VPN protection from or use the default “fastest server” setting.
Installing RushVPN APK file from Android 7.0 and bellow:
- Open your Android's Settings. Use two fingers to swipe down from the top of the screen, then tap the "Settings" gear icon in the top-right corner of the resulting drop-down menu.
-
Scroll down and tap Apps and notifications. Doing so opens the Apps and Notifications menu.
- On a Samsung Galaxy, you'll instead tap Biometrics and security.
- If you have an Android running Nougat (Android 7.0), skip to the last step in this part instead.
- Tap Install unknown apps. It should be in the middle of the menu.
- This option may instead say Install other apps.
- On some Androids, you may first have to tap Special access.
- Download the APK RushVPN file. If you haven't yet downloaded the APK file onto your Android, do the following:
- Open your Android's web browser.
- Go to RushVPN.
- Select Android.
- Click the Download button.
- Wait for the APK file to finish downloading.
- When the app opens, enter the credentials you used to sign up.
- Choose a location to launch your VPN protection from or use the default “fastest server” setting.
Installing RushVPN APK file from a browser:
- Select a browser. Tap the browser you want to use to download your RushVPN APK file.
- For example, if you want to download your RushVPN APK file from Google Chrome, you would tap the Chrome option here.
- Tap the white "Allow from this source" switch. It's at the bottom of the page. Doing so will cause the switch to turn blue , signifying that the browser will now be able to download and install APK files.
- On some Androids, you may instead need to tap an "Allow from this source" checkbox.
- Tap OK if prompted. This will confirm your decision and enable downloads from unknown sources on your Android. You can now proceed with installing RushVPN APK files if you're installing it from a browser.
- Download the APK RushVPN file. If you haven't yet downloaded the APK file onto your Android, do the following:
- Open your Android's web browser.
- Go to RushVPN.
- Select Android.
- Click the Download button.
- Wait for the APK file to finish downloading.
- When the app opens, enter the credentials you used to sign up.
- Choose a location to launch your VPN protection from or use the default “fastest server” setting.


- Coming soon
- 5 Connections
- IKEv2
- Unlimited Bandwidth
- NAT Firewall
- Double Encryption
- Kill Switch
- DNS Leak Free
- Auto Connect
Easy Setup
- Install OpenVPN application.
- Choose and download .ovpn file in My Account.
- Connect to desired vpn server.
Looking for an iOS app that can offer unlimited, fast surfing on the web? RushVPN offers the most secure options with our VPN app.
Benefits:
Keeping your family’s data secure while on iOS devices is a priority to us, and this app has been developed with that in mind. No matter what you’re doing online or what information you put in, it all stays private with our VPN.
Features:
We all use public WiFi, but have you ever thought about how it can compromise your data and security? With the help of our iOS app for all Apple devices, you’re able to use hotspots without worrying about identity theft, tracking, or other concerns.




- Coming soon
- 5 Connections
- IKEv2
- Unlimited Bandwidth
- NAT Firewall
- Double Encryption
- Kill Switch
- DNS Leak Free
- Auto Connect
Easy Setup
-
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
#lsChoose 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


- Coming soon
- 5 Connections
- IKEv2
- Unlimited Bandwidth
- NAT Firewall
- Double Encryption
- Kill Switch
- DNS Leak Free
- Auto Connect