Back to Browse

How to Create a Proxy Server for WhatsApp

18.9K views
Jan 10, 2023
4:52

Step 1: Create an AWS account πŸ‘ https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/ With the free tier you will not be spending anything on a single server. πŸ‘ https://aws.amazon.com/free Step 2: Create an EC2 instance Step 3: SSH into the instance πŸ‘ ssh -i your-key ec2-user@instance-ip Step 4: Install Docker & Docker Compose πŸ‘ sudo yum install docker πŸ‘ sudo curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/bin/docker-compose πŸ‘ sudo chmod +x /usr/bin/docker-compose Step 5: Install Git and clone the repo πŸ‘ sudo yum install git-all πŸ‘ git clone https://github.com/WhatsApp/proxy.git Step 6: Run whatsapp proxy πŸ‘ docker-compose -f proxy/proxy/ops/docker-compose.yml up -d Step 7: Share the public IP address (Privately) with your contact 0:20 How to Use the Proxy Server (on the Mobile App) 1:04 Create EC2 instance 2:11 SSH into instance 3:19 Setup the Proxy Server Resources: https://github.com/WhatsApp/proxy/ https://cmder.app/ Creator: Arash Rowshan https://www.instagram.com/oso_arash/ https://www.tiktok.com/@oso_arash https://twitter.com/OSO_Arash #whatsapp_proxy

Download

0 formats

No download links available.

How to Create a Proxy Server for WhatsApp | NatokHD