Support & setup

Get connected in under a minute. Your exact credentials are in the dashboard.

Quick start

Test from a terminal with curl:

curl -x http://USERNAME:PASSWORD@176.97.210.185:24705 https://api.ipify.org

It should print the proxy server's IP — meaning your traffic is now routed through us.

In a browser (Firefox)

Settings → Network Settings → Manual proxy configuration. Set HTTP Proxy to 176.97.210.185, Port 24705, and tick “Also use this proxy for HTTPS”. Enter your username/password when prompted.

In code (Python requests)

proxies = {
  "http":  "http://USERNAME:PASSWORD@176.97.210.185:24705",
  "https": "http://USERNAME:PASSWORD@176.97.210.185:24705",
}
requests.get("https://api.ipify.org", proxies=proxies)

FAQ

What kind of proxy is this?

An authenticated HTTP/HTTPS forward proxy. It works with any app that supports an HTTP proxy — browsers, curl, scrapers, and most automation tools.

Where do I find my credentials?

In your dashboard after signing in. Host, port, username, and password are shown with copy buttons.

How is bandwidth counted?

We meter total bytes transferred (request + response) against your pack. When a pack runs out, the proxy stops authenticating until you buy more.

Do packs expire?

Yes — each pack is valid for 30 days from purchase. Unused bandwidth does not roll over.

Can I get a refund?

Consumed bandwidth is non-refundable. For billing issues, email support@proxmint.com.

Still stuck? Contact us.