How to setup full-fledged proxy servers on mobile

neitsu

Junior Member
Joined
Aug 16, 2023
Messages
108
Reaction score
48
How to setup full-fledged proxy servers on mobile

I know I can use a proxy on mobile,

But I want to use the internet on my mobile as a proxy on my compute

DO you know how to setup it?

Lets say I have 10 mobiles with me, and I want to use the internet as a proxy on my computer

Please advice me
 
The main trouble is that your phones do not have a public ip address which you can connect to.
There are several ways to resolve that:

Easy way:
Buy special software. It will cost you about 5-10$ per phone per month. No shit, 5 min setup. No special knowledge needed.

The way of the warrior:
Set up a server with public ip (VPS). Connect your phones using VPN or something like that to your VPS.
Make a routing table that will forward traffic from your VPN external ip:port to destination_phone:port and back on.
Setup a simple proxy server on each phone (like android proxy server or servers ultimate).
It's done!
Oh no it's not! Setting up ip rotation is another challenge. But what doesn't kill us - makes us stronger.
To setup ip rotation you will need to root your phone or use a special technique using voice assistant.
You will need some automation software like tasker or macrodroid to perform that.
And that's it!
 
The main trouble is that your phones do not have a public ip address which you can connect to.
There are several ways to resolve that:

Easy way:
Buy special software. It will cost you about 5-10$ per phone per month. No shit, 5 min setup. No special knowledge needed.

The way of the warrior:
Set up a server with public ip (VPS). Connect your phones using VPN or something like that to your VPS.
Make a routing table that will forward traffic from your VPN external ip:port to destination_phone:port and back on.
Setup a simple proxy server on each phone (like android proxy server or servers ultimate).
It's done!
Oh no it's not! Setting up ip rotation is another challenge. But what doesn't kill us - makes us stronger.
To setup ip rotation you will need to root your phone or use a special technique using voice assistant.
You will need some automation software like tasker or macrodroid to perform that.
And that's it!
Name of the software
The easy way
 
Back
Top