This simple script can easily create an HTTP(s) proxy server without hassle. All you need is a Linux server (preferably Ubuntu) and run the script (instructions given below). Congratulations, now you have an up-and-running proxy server.
Make sure you have root access to the server.
- A VPS Server.
- Basic terminal skills.
- Connect to your server via SSH.
- Then run the command:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Luveedu/proxy-server/main/proxy-server-setup.sh)"
- You should get your credentials at the bottom of your terminal output.
Note: The proxy server will use port
443
andGoogle Public DNS
by default. However, you can change that easily by following the steps below.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Luveedu/proxy-server/main/change-proxy-port.sh)"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Luveedu/proxy-server/main/change-dns.sh)"