PROXY Series – Part 1 – Things you need to have before setting up your own Proxy/VPN Server

Domain

You can buy any domain from namecheap or get free domain from freenom.

CloudFlare

Click here to create an account

VPS / Cloud Server Providers

Digital Ocean – 4$-6$/ month

Ethernet Servers – 12$/Year or 1$/Monthly

xShell or Putt – For SSH access to update the server OS and other security settings.

 

VPS Server Basic Configuration

apt-get update -y

apt-get upgrade -y

apt-get dist-upgrade -y

sudo apt-get install fail2ban -y

sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local

sudo apt-get install unattended-upgrades apt-listchanges

sudo dpkg-reconfigure -plow unattended-upgrades

Also, suggest you change Port 22 to any other Port such as 22219 etc. Tutorial Here

 

In my next two videos, I will show how you can actually install the vpn/proxy by yourself.

Softwares (User Side):

OpenWRT – PASSWALL/ShadowSockSR+ /Bypass

Windows – v2rayN

Android – v2rayNG | Playstore

iOS & macOS (with M1 chip) – shadowrocket

MAC – v2rayU

Suggest Device to turn your whole wifi Network into VPN

R2S/R4S/Doornet

Setup Tutorial Here – https://xenstar.xyz/setup-r2s-english/

 

How to Make VPS Server Secured – Need more technical knowledge. Do it after you have setup the proxy. I suggest, use SSH Key to login to your VPS and change port number.

Article 1

Article 2

Leave a reply:

Your email address will not be published.