Support

Support & setup

Get connected in under a minute. Your exact username and password are in the dashboard — drop them into any of the methods below.

Endpointgw.proxmint.com:823Authusername : password

Connect your app

Same credentials everywhere. Pick the tool you use.

Test with cURL

Confirm routing from a terminal — it should print the proxy exit IP:

curl -x http://USERNAME:[email protected]:823 https://api.ipify.org
Browser (Firefox)

Settings → Network Settings → Manual proxy configuration. Set HTTP Proxy to gw.proxmint.com, Port 823, tick “Also use this proxy for HTTPS”, and enter your username/password when prompted.

Python (requests)
proxies = {
  "http":  "http://USERNAME:[email protected]:823",
  "https": "http://USERNAME:[email protected]:823",
}
requests.get("https://api.ipify.org", proxies=proxies)

Frequently asked

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?

No. Packs are lifetime — they never expire by date. A pack stays active until its bandwidth is fully used.

Can I get a refund?

Consumed bandwidth is non-refundable. For billing issues, email [email protected].

Still stuck?We usually reply within 24 hours — including setup help for proxmint.com.Contact us