Перейти к содержимому
Yellow Web

Automation and traffic arbitrage

Поиск
Русский
Русский
Категории
  • Browsers
  • Domains
  • Cloaking
  • Creatives
  • Lend-Prockles
  • Sync by honeybunny
  • PP
  • Scripts
  • Tips-Friendly
  • Software
  • Trackers
  • FB
  • Finance

How to turn an Android phone into a mobile proxy

14 comments / Tips-Friendly, Software

Introduction

Greetings, esteemed public. We all know that the best proxy For fb, it's mobile proxies. But if you are a beginner or have problems with turnover, buying mobile proxies can cost you a lot of money. And you have to look at server solutions, which, of course, is not a super big problem, but you have to understand that on server ip-addresses accounts are much more likely to fly off, and ip-addresses themselves have a tendency to quickly "scramble".

You can, of course, raise your own mobile proxies, в There are a lot of manuals on the Internet on how to do it. But first, this is also not particularly cheap, because you have to spend money on hardware + monthly payments for SIM cards. And secondly, it's quite a pain in the ass: the hardware gets hot, you need to set up channels and blah-blah-blah....

Then, you might say, why not just sit in the antidetects via wi-fi distribution from your cell phone? I think that's an okay option if:

  1. You have an unlimited Internet plan;
  2. you work somewhere where there is no fixed wi-fi;
  3. you ONLY sit in 5-10 profiles antidetect and do nothing else.

If you mostly work at home/office via a regular wi-fi access point, then regularly switching wi-fi from phone to landline is a kind of entertainment. And sitting only from a cell phone = suffering from turtle speeds due to the fact that you load the 4G channel not only with anti-detect traffic, but also with music streaming, working in VDS and RDP, searching for creos in sleepers and other daily work on the Internet.

Problem statement

So I want to offer you an interesting and completely free solution: all your normal work and browsing is done via wi-fi, and in anti-detecting you quietly use your cell phone as a proxy-server! The advantage is that you do not need to switch any networks, just set up once and forget it. Ready? Let's go.

So, we're going to need:

  • Android cell phone (I used the 10-th one, but all others should work, too);
  • USB cable to connect the phone to the computer (through it, in fact, and will go communication);
  • installed on the phone free Proxy Server software;
  • the downloaded and unzipped archive in any folder on your computer Android SDK Platform Tools (I experimented with the Windows version, but you can try to do the same on a Mac, it should work similarly);
  • driver straightforwarderuki.sys.

If you have prepared all of the above, let's continue.

Enabling USB debug mode

The first thing we need to do is enable the USB debug mode on our phone. It goes like this:

  1. Go to "Settings"
  2. Scroll to "About Your Phone
  3. Go into it and there click 7 times on the item "Build Number".

The phone will tell you that developer options are now available to you. Now look in the same Settings for USB Debugging and turn it on.

Setting up proxy-servers on the phone

Запускаем установленную софтину Proxy Server. Создаём там новый сервер, указываем имя, порт (я выбрал 8084), check the boxes if you want the server to load automatically when the phone boots, save the settings and run the created server.

After that, connect the phone to the computer with the USB cable, the phone will ask you to allow the debug mode - confirm it.

Port forwarding from computer to phone

Now run the console in the folder where you unpacked the archive with the downloaded Android SDK Platform Tools. The first thing we do is to check if the phone is connected, if everything is okay. To do this, enter the command:

adb devices

Should see a list of devices (i.e. our one phone). It looks like this:

Now forward the port from our computer to the phone. That is, specify the port, all traffic from which will go to our proxy-server. The command is as follows:

adb forward tcp:6400 tcp:8084

In my case, I chose the port 6400. This is what we are going to use in antidetect.

Checking the functionality

The only thing left to do is to go into any antidetect-browser, create a new profile and in the settings proxy to specify the following address:

127.0.0.1:6400

After that, either click the "Check proxy" as in my case

or go to whoer.net and make sure that the site loads and shows the ip-address of your phone and your operator.

Reboot

In order to update the IP address when switching from one profile antidetect to the other do the following:

  1. Turn off 4G, leaving only 3G.
  2. Enter 2 commands that will turn off the mobile data transfer and then turn it on.

adb shell svc data disable
adb shell svc data enable

Conclusions

I recommend to make 2 bat-files with port forwarding and IP update command so that you don't have to run the console every time and enter the command manually. Then for a quick start you just have to plug the USB cable into your phone and run the bat-nick. 5 seconds and you're already working through your mobile proxy!

What's cool is that this proxy You can easily hang 5 accounts. And you can also set up auto-change ip-addresses... but that's a topic for your homework or my next article.

And Yellow Web was with you, reminding you that the project is alive only because of your donates, urgently drop a hundred dollars on food and pour into the plus! ?

Навигация по записям
← Previous Post
Next Post →

14 comments “Как сделать из Android телефона мобильный прокси-сервер”

  1. Vasya
    2020-10-12 в 18:01

    It looks like Prila is no longer on the market.

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

      You can download the APK from any service, for example, here https://apkpure.com/proxy-server/com.icecoldapps.proxyserver

      Reply
  2. Ivan
    2021-01-05 в 03:40

    How do you raise five phones? They will all be on the same network, with one gate.

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

      You have to make a separate server for several phones. The scheme is as follows: the phones connect to the server, and the server opens a different port for each phone. You use the ip of the server and the port as proxyand the server itself broadcasts your traffic to the right phone. There are a lot of manuals for such schemes on the Internet, but there are more complications, I considered the simplest option.

      Reply
  3. Alexander
    2021-01-26 в 11:50

    Thanks for the article. Can you give me an example of a bat'nitch, if it's not difficult?

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

      I don't have a batnitch.

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

    Thank you so much!
    Everything works great!

    Reply
  5. Denis
    2021-04-16 в 13:11

    About ip auto-change, is there an article somewhere?

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

      No, but if you want, you can simply put in the Task Scheduler every how many minutes you need to run the IP change bat-file and that's it)

      Reply
  6. Andrew
    2021-10-28 в 11:03

    "You have to make a separate server for several phones. The scheme is as follows: the phones connect to the server, and the server opens a different port for each phone. You use the ip of the server and the port as proxyand the server itself broadcasts your traffic to the right phone. There are a lot of manuals for such schemes on the Internet, but the complexity is more, I considered the simplest option.

    Maybe there is a link to the topic? I'd be grateful, but I can't find any...

    Thanks

    Reply
  7. Arthur
    2023-12-13 в 00:51

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

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

      Why? IP update? Just use adb to turn flight mode on and off.

      Reply
      1. Arthur
        2023-12-14 в 12:32

        When I work with big throws the server hangs, or rather proxy stops working, you have to stop and restart it

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

          I haven't heard, frankly, about the remote restart option proxy-servers ?‍♂️

          Reply

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

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

  • Useful Links
  • Advertisement
  • VK
  • Telegram
  • YouTube
  • Our shop with proxies, accounts and so on
  • Our Partnership Program
Copyright © 2025 Any copying of information without an active link to the source is prohibited!
Русский
Русский
English