Rentaproxy

Mexico · ISP · IPv4

Private Mexico ISP proxies, $0.90 per IP / week

Dedicated IPv4s with HTTP and SOCKS5. Unlimited bandwidth. Pick a quantity, pay in Stripe Checkout, and receive credentials by email.

Mexico ISP IPv4

One product. Same price at every quantity.

  • MexicoISP IPv4, dedicated — never shared
  • HTTP + SOCKS5Username and password auth
  • Unlimited bandwidthNo traffic caps on the weekly plan
  • Access ends with StripeCancel or failed payment revokes the user
  • Dedicated IP per slot
  • Credentials in email + account
  • Stripe Customer Portal for cards and cancel

Mexico · Mobile · 5G/4G/LTE

Private Mexico Mobile proxies

Dedicated 5G/4G/LTE IPs with HTTP and SOCKS5. Unlimited bandwidth — 50 GB at 10–30 Mbps, then reduced speed. Join the waiting list and we will email you when checkout opens.

Mexico Mobile Proxy — 5G/4G/LTE

Dedicated mobile IPs. Never shared.

  • MexicoMobile dedicated — never shared
  • HTTP + SOCKS5Username and password auth
  • Unlimited bandwidth50 GB at 10–30 Mbps, then reduced speed
  • 5G / 4G / LTEReal mobile carrier IPs
  • Dedicated mobile IP
  • Username and password auth
  • HTTP + SOCKS5

FAQ

What do I get after paying?
One unique username and password per IP, emailed to you with HTTP and SOCKS5 ports, plus a magic link to your account page.
How does billing work?
$0.90 USD per IP, billed weekly by Stripe. Manage or cancel in the Stripe customer portal.
When does access stop?
When the Stripe subscription period ends — after you cancel, or after payment fails and Stripe marks the subscription unpaid.

AI Prompt for your coding agent

Paste this into Cursor, Claude, or another coding agent. Replace the placeholder with your rented IP data.

Use this in your coding agent (Cursor, Claude, etc.). Replace the placeholder with your rented IP data.

I will paste one or more proxy lines copied from a RentaProxy credentials email. Each line is:

IP    HTTP_PORT    SOCKS_PORT    USERNAME    PASSWORD

Example:
NNN.NNN.NNN.NNN	8001	9001	USERNAME	PASSWORD

Meaning:
- Dedicated Mexico ISP IPv4
- HTTP proxy: IP:HTTP_PORT
- SOCKS5 proxy: IP:SOCKS_PORT
- Same username and password for both
- That user works only on that IP

Use them like this:

curl -x http://USERNAME:PASSWORD@IP:HTTP_PORT https://ifconfig.me
curl --socks5-hostname USERNAME:PASSWORD@IP:SOCKS_PORT https://ifconfig.me

A working check returns the dedicated IP (not my local IP).
407 = wrong user/pass. 403 = that user is not allowed on that IP.

Do not invent or swap fields. If I paste several lines, treat each IP separately.