Docs
How mobileproxy.app works
You supply an Android phone and a SIM. We supply everything that turns it into a mobile proxy — the tunnel, the gateway, credentials, rotation, usage metering, a dashboard, and a REST API.
The moving parts
- The app runs on your Android phone. It holds a tunnel to our gateway and binds proxy traffic to the cellular network, so every request exits through your SIM's real carrier IP — even while the phone sits on Wi-Fi.
- The gateway gives each phone a port and hands out SOCKS5 credentials. It meters bytes and blocks private/abusive destinations before they ever reach your phone.
- The dashboard & API are how you pair phones, mint credentials, rotate IPs, and read usage — point-and-click or automated.
New here?
Start with the Quickstart — it walks from creating an account to your first proxied request.
Quickstart
From zero to a working SOCKS5 proxy in about five minutes.
Pairing a phone
Link a phone to your account with a one-time PIN.
Connect via SOCKS5
Point curl, a browser, or an antidetect tool at your proxy.
IP rotation
Change the carrier IP from the dashboard, a link, or the API.
Wi-Fi split
Serve traffic over mobile data while the phone stays on Wi-Fi.
API guide
Automate everything the dashboard does over one REST API.
Prefer to poke at the API directly? The interactive console lets you call every endpoint live with your token, and the OpenAPI spec is machine-readable.