Best VPN that you can recommend?

Sandst

Temp ban for repeated rule breaks
Joined
Mar 14, 2022
Messages
234
Reaction score
75
Hello guys, which VPN do you recommend for the best price & quality?
 
I don't recommend anything that's free.
many vpn providers have a free trial
otherwise, they have a 30 day no questions asked refund policy.
you could try a few and see which you like
I hear torguard is good and there is a 50% off lifetime coupon floating around.
cyberghost is also good. look for coupons.
 
Any thoughts on using a proxy instead of a VPN. Because if you're doing some sensitive work e.g. Freelancing or managing multiple social media accounts, it might not be the best idea to use a VPN since your real IP can leak using a VPN. Proxies are the best alternative to VPNs.

Anyhow, I believe Hot-Spot Shield and Zenmate works well if you're aiming for something free.
 
Basically I use a proxy, instead of vpn
But when I used vpn I used Surfshark
 
I recommend Openvpn instead of using third party vpns. That makes sure noone has log about your site visits (but obviously, this does not mean you will use the vpn for doing illegal stuffs. Your server provider will not like that if you do).

Use this script to make a server without much tech knowledge (but you still need to know how to run a shell script)
Code:
https://raw.githubusercontent.com/Nyr/openvpn-install/master/openvpn-install.sh
Use openvpn client if you are using windows, for connecting to the server. If you are using mac, use tunnelblick.

As for the price, there is no extra cost other than the server itself. In my experience, a 1gig ram vps is enough for normal usage.
 
I've been using Surfshark for a couple of years and never had a problem, quite nice features, and it's continually updated as well.
 
Check out Anonine, they don't keep any logs and the speed is stable.
 
I've been using Surfshark for a couple of years and never had a problem, quite nice features, and it's continually updated as well.
I've been using it for about a year too and haven't had any problems at all. The price is fine too. Before I used ExpressVPN and I think it is not worth the money.
 
windscribe is free for a user who only use a VPN occasionally.

it's working well
 
I recommend Openvpn instead of using third party vpns. That makes sure noone has log about your site visits (but obviously, this does not mean you will use the vpn for doing illegal stuffs. Your server provider will not like that if you do).

Use this script to make a server without much tech knowledge (but you still need to know how to run a shell script)
Code:
https://raw.githubusercontent.com/Nyr/openvpn-install/master/openvpn-install.sh
Use openvpn client if you are using windows, for connecting to the server. If you are using mac, use tunnelblick.

As for the price, there is no extra cost other than the server itself. In my experience, a 1gig ram vps is enough for normal usage.
How can I use this script? DO you have a guide?
 
How can I use this script? DO you have a guide?
Login to ssh by typing (windows/linux/mac)

Code:


After logging in (make sure you are root, or the commands won't work properly), first update your vps by issuing

Code:
apt update && apt upgrade -y

Then download the script by issuing

Code:
wget https://raw.githubusercontent.com/Nyr/openvpn-install/master/openvpn-install.sh

Then make sure the file downloaded by issuing

Code:
ls -lat

There should be a file called openvpn-install.sh

Now, turn the file into an executable by issuing

Code:
chmod +x openvpn-install.sh

Then simply run the sh file by issuing

Code:
./openvpn-install.sh

It will ask you a few question, and do everything by itself.
 
Back
Top