HomeLinuxHow To Set Up Whatsapp Proxy On Linux

How To Set Up Whatsapp Proxy On Linux

Whatsapp proxy

WhatsApp is a popular messaging app used by millions of people worldwide. However, in some countries, access to WhatsApp is restricted due to government regulations or censorship. A proxy server can help bypass these restrictions by acting as an intermediary between your device and WhatsApp servers, allowing you to connect even in restricted regions.

Setting up a WhatsApp proxy on a Linux VPS (Virtual Private Server) can help bypass these restrictions, ensuring seamless access to the service. In this guide, we’ll walk you through the steps to set up a proxy on an Ubuntu server.

Why You Need a WhatsApp Proxy

Many countries impose internet censorship and restrict access to specific services, including WhatsApp. These restrictions can be due to political, social, or economic reasons. A WhatsApp proxy helps users in such countries to access the service by routing their connection through a server located in a region where WhatsApp is accessible. This method not only ensures uninterrupted communication but also helps maintain privacy and security by masking the user’s original IP address.

Steps to Set Up a WhatsApp Proxy on Ubuntu

  1. Update linux system packages
apt update && sudo apt upgrade

2. Download Docker

We have already discussed an article for installing docker. Kindly refer this article.

3. Start and enable Docker

systemctl enable docker 
systemctl start docker

4. Check docker version

docker --version

5. Download repo and clone proxy

git clone https://github.com/WhatsApp/proxy.git

after the file is clone, set the directory

cd /proxy

6. Start Whatsapp proxy

Now to run the whatsapp proxy, you can use the command docker compose and docker-compose.

Your output will be :-

Now you have successfully set up proxy. You can now use this proxy to connect your whatsapp.
For this you have to know the IP of server in which proxy is configured. For this execute the below command in the commandline.

ip addr 

How to connect in whatsapp

If you are using Android, kindly follow the steps below.

  1. Select 3 dot option in the top right corner of your whatsapp chat tab and select the option settings.
whatsapp settings

2. Next select the option proxy in storage and data .

whatsapp set up proxy

3. There kindly enable the option Use proxy and select set proxy .

enable oproxy in whatsapp

4. In this, kindly enter the IP and port of your proxy.

setup proxy in whatsapp

5. Now save the details. There you can see a check mark once the successful connection is established.

How to remove Proxy

If you want to remove the proxy, kindly hold on the proxy address for a long time and press the delete button when it appears.

Free whatsapp Proxy

Using a free proxy can help you bypass internet restrictions and access WhatsApp in countries or regions where it might be blocked. Free proxies can be a cost-effective solution, but they often come with limitations such as slower speeds, less reliability, and potential security risks. It’s essential to choose a trustworthy provider to ensure your data remains secure. While free proxies can be convenient for casual users, those requiring more robust and secure connections might consider paid options. You can check out some free proxy options here.

Related Searches :-

How to Install And Use Docker on Ubuntu
How to Update Linux Kernel in Ubuntu?
Scroll to Top