Skip to content
Жёлтый веб

Автоматизация и арбитраж трафика

Поиск
English
Русский
Categories
  • Браузеры
  • Домены
  • Клоакинг
  • Креативы
  • Ленды-Проклы
  • Перевод
  • Aff. Networks
  • Скрипты
  • Советы-Полезности
  • Софт
  • Трекеры
  • Facebook
  • Финансы

How to Turn an Android Phone into a Mobile Proxy

14 comments / Советы-Полезности, Софт

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:

  1. you have a tariff with unlimited internet;
  2. you work somewhere where there is no fixed wi-fi;
  3. 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:

  1. Go to “Settings”
  2. Scroll to “About phone”
  3. 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:

  1. Turn off 4G, leave only 3G.
  2. 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! ?

What to read next

Open the full traffic arbitrage hub →

How to Survive a Telegram Group Attack and Stop Channel Botting A practical guide to surviving Telegram group attacks, stopping channel botting, and reducing damage without chaos. Long-Lived Facebook API Token: How to Get and Use It How to get a long-lived Facebook API token and use it in integrations, automation, and advertising workflows. Bulk Import Facebook Accounts into Anti-Detect Browser Profiles How to bulk import Facebook accounts into anti-detect browser profiles and monitoring tools with minimal routine work.
← Previous Post
Next Post →

14 comments “<trp-post-container data-trp-post-id='295'>How to Turn an Android Phone into a Mobile Proxy</trp-post-container>”

  1. Вася
    2020-10-12 в 18:01

    Похоже что прилы больше нет на маркете.

    Reply
    1. Yellow Web
      2020-11-01 в 05:25

      Можете скачать APK на любом сервисе, например, тут https://apkpure.com/proxy-server/com.icecoldapps.proxyserver

      Reply
  2. Иван
    2021-01-05 в 03:40

    А как поднять 5 телефонов? Они все будут в одной сети, с одним гейтом.

    Reply
    1. Yellow Web
      2021-01-05 в 16:35

      Для нескольких телефонов надо делать отдельный сервер. Схема такая: телефоны соединяются с сервером, а сервер открывает у себя разные порты под каждый телефон. Ты используешь ip сервера и порт, как прокси, а сервер сам транслирует твой трафик на нужный телефон. Мануалов по таким схемам полно в сети, но заморочек больше, я рассмотрел самый простой вариант.

      Reply
  3. Александр
    2021-01-26 в 11:50

    Спасибо за статью. А пример bat’ничка можете привести, если не сложно?

    Reply
    1. Yellow Web
      2021-02-05 в 20:09

      нет у меня батничка

      Reply
  4. Vlad
    2021-04-12 в 14:52

    Большое спасибо!
    Всё отлично работает!

    Reply
  5. Денис
    2021-04-16 в 13:11

    На счёт автосмены ip, есть где то статья?

    Reply
    1. Yellow Web
      2021-04-17 в 20:53

      нет, но при желании можно просто в Планировщике Задач вставить раз в сколько тебе надо минут запускать бат-файл смены IP и всё)

      Reply
  6. Андрей
    2021-10-28 в 11:03

    «Для нескольких телефонов надо делать отдельный сервер. Схема такая: телефоны соединяются с сервером, а сервер открывает у себя разные порты под каждый телефон. Ты используешь ip сервера и порт, как прокси, а сервер сам транслирует твой трафик на нужный телефон. Мануалов по таким схемам полно в сети, но заморочек больше, я рассмотрел самый простой вариант.»

    Может есть ссылочки на тему? Буду благодарен, ну никак найти не получается…

    Спасибо

    Reply
  7. Артур
    2023-12-13 в 00:51

    Как через ПК включить и выключить Сервер? А именно зайти в Proxy Server и нажать на кнопку STOP потом Включить START

    Reply
    1. Yellow Web
      2023-12-13 в 13:04

      А зачем? IP обновить? просто через adb включите и выключите режим полёта

      Reply
      1. Артур
        2023-12-14 в 12:32

        Когда работаю с большими забросами сервер зависает, точнее прокси перестает работать, нужно остановить и заново включить его

        Reply
        1. Yellow Web
          2023-12-14 в 12:37

          не слышал, честно говоря, о возможности удалённого рестарта прокси-сервера ?‍♂️

          Reply

Write a comment Отменить ответ

Your email address will not be published. Require fields marked as *

  • Полезные ссылки
  • Реклама
  • Rider
  • DONATE
  • VK
  • MAX
  • Telegram
  • YouTube
Copyright © 2026 Reposting is prohibited without an active link to the source.