mobileproxy.app

Getting started

Quickstart

Five minutes from a fresh account to a real carrier IP answering your requests. You'll need an Android phone with a SIM that has mobile data.

  1. 1
    Create an account
    Sign up at mobileproxy.app. No card required for the trial.
  2. 2
    Install the app & pair
    Install the Android app, open it, tap Pair with PIN, and enter the PIN shown on your dashboard. The phone appears as an online device within seconds. Full walkthrough: Pairing a phone.
  3. 3
    Create a proxy
    On the device card, click Create my proxy. You get a SOCKS5 host, port, username, and password — and a ready-to-paste socks5h:// URL.
  4. 4
    Make a request through it
    Point any SOCKS5-speaking tool at that URL. The response comes back with your phone's carrier IP.

Test it with curl

Use socks5h:// (not socks5://) so DNS resolves through the proxy — on the phone's carrier network, not your machine.

curl -x socks5h://USERNAME:PASSWORD@GATEWAY:PORT \
     https://api.ipify.org?format=json

# → {"ip":"<your phone's carrier IP>"}
Tip
Run it twice, then rotate the IP from the dashboard and run it again — you'll usually see the exit IP change. See How rotation works for the caveats.

Where to go next

Connect via SOCKS5 has code for browsers, Python, and antidetect tools. The API guide shows how to automate pairing, rotation, and usage from your own scripts.