Introduction
In this tutorial I’ll show you how to do itmobile proxyfrom an Android phone for traffic arbitrage in Facebook Ads. Let’s look at how Android worksproxy, what is needed for setup and what limitations does such a solution have.
You can, of course, raise your ownmobile proxies, VThere are a lot of manuals online on how to do this.. But firstly, it’s also not particularly cheap, since you’ll have to spend money on hardware + pay monthly for SIM cards. And secondly, it’s quite hemorrhoids: the iron gets hot, you need to separate the channels and blah blah blah….
Then, you say, why not just sit in anti-detects via wi-fi distribution from your mobile phone? I think this is a normal option if:
- you have a tariff with unlimited internet;
- you work somewhere where there is no fixed wi-fi;
- you are ONLY on 5-10 profilesanti-detectaand do nothing else.
If you mainly work at home/in the office via a regular wi-fi access point, then regularly switching wi-fi from your phone to a landline is such fun. And using only your mobile phone = suffering from a snail’s speed due to the fact that you load the 4G channel not only with anti-detect traffic, but also with music streaming, work inVDSand RDP, search for Creo insolderedand other daily work on the Internet.
Statement of the problem
Therefore, I want to offer you an interesting and completely free solution: all your usual work and browsing goes through wi-fi, and in anti-detects you can easily use your mobile phone asproxy-servers! The advantage is that you don’t need to switch any networks; you just need to set it up once and forget it. Are you ready? Let’s go.
So, we will need:
- mobile phone based on Android OS (I used 10th, but all others should work);
- USB cable for connecting the phone to the computer (the connection will actually go through it);
- installed on the phonefree Proxy Server software;
- archive downloaded and unpacked to any folder on your computerAndroid SDK Platform Tools(I experimented with the Windows version, but you can try the same on Mac, it should work similarly);
- driver directhands.sys.
If you have prepared all of the above, then continue.
Enabling USB Debugging Mode
The first thing we need to do isenable USB debugging mode on our phone. It’s done like this:
- Go to “Settings”
- Scroll to “About phone”
- Go into it and there click 7 times on the item “Build number”
The phone will give you a message stating that developer options are now available to you. Now look for the USB Debugging item in the same Settings and turn it on.

Settingsproxy-servers on the phone
Launch the installed softwareProxyServer. We create a new server there, specify the name, port (I chose8084), check the boxes if we want the server to load automatically when the phone boots up, save the settings and launch the created server.



After that, connect the phone to the computer with a USB cable, the phone will ask you to enable debugging mode — confirm.
Port forwarding from computer to phone
Now we launch the console in the folder where you unpacked the archive with the downloaded Android SDK Platform Tools. The first thing we do is check whether the phone is connected and everything is ok. To do this, enter the command:
adb devices
You should see a list of devices (that is, our one phone). It looks something like this:

Now we forward the port from our computer to the phone. That is, we indicate the port from which all traffic will go to oursproxy-server. The command is as follows:
adb forward tcp:6400 tcp:8084
In my case, I chose the port6400. This is what we will use inanti-detecte.
Checking functionality
All you have to do is go to anyanti-detect-browser, create a new profile and in settingsproxyindicate the following address:
127.0.0.1:6400
After that, either click the “Check” buttonproxy«as in my case

or go towhoer.netand make sure that the site loads and shows the IP address of your phone and your operator.

Reboot
To update the IP address when switching from one profileanti-detectafor the other we do the following:
- Turn off 4G, leave only 3G.
- We enter 2 commands that will turn off mobile data transmission, and then turn it on.
adb shell svc data disable
adb shell svc data enable
Conclusions
I recommend making 2 bat files with the command to forward the port and update the IP, so as not to launch the console every time and not enter the command manually. Then, for a quick launch, all you need to do is plug the USB cable into your phone and launch the bat-nickname. 5 seconds and you are already working through yourmobile proxy!
And what’s cool is thatproxyYou can easily hang up to 5 accounts. You can also configure automatic change of IP addresses… but this is a topic for your homework or my next article.
And Yellow Web was with you, I remind you that the project is alive only thanks to yoursdonations, urgently throw off a hundred for food and add it to the plus! ?


Похоже что прилы больше нет на маркете.
Можете скачать APK на любом сервисе, например, тут https://apkpure.com/proxy-server/com.icecoldapps.proxyserver
А как поднять 5 телефонов? Они все будут в одной сети, с одним гейтом.
Для нескольких телефонов надо делать отдельный сервер. Схема такая: телефоны соединяются с сервером, а сервер открывает у себя разные порты под каждый телефон. Ты используешь ip сервера и порт, как прокси, а сервер сам транслирует твой трафик на нужный телефон. Мануалов по таким схемам полно в сети, но заморочек больше, я рассмотрел самый простой вариант.
Спасибо за статью. А пример bat’ничка можете привести, если не сложно?
нет у меня батничка
Большое спасибо!
Всё отлично работает!
На счёт автосмены ip, есть где то статья?
нет, но при желании можно просто в Планировщике Задач вставить раз в сколько тебе надо минут запускать бат-файл смены IP и всё)
«Для нескольких телефонов надо делать отдельный сервер. Схема такая: телефоны соединяются с сервером, а сервер открывает у себя разные порты под каждый телефон. Ты используешь ip сервера и порт, как прокси, а сервер сам транслирует твой трафик на нужный телефон. Мануалов по таким схемам полно в сети, но заморочек больше, я рассмотрел самый простой вариант.»
Может есть ссылочки на тему? Буду благодарен, ну никак найти не получается…
Спасибо
Как через ПК включить и выключить Сервер? А именно зайти в Proxy Server и нажать на кнопку STOP потом Включить START
А зачем? IP обновить? просто через adb включите и выключите режим полёта
Когда работаю с большими забросами сервер зависает, точнее прокси перестает работать, нужно остановить и заново включить его
не слышал, честно говоря, о возможности удалённого рестарта прокси-сервера ?♂️