Skip to content
Login Sign up

Managing IPs

Your pinned IP pool is visible in the panel — open My Plans and select your ISP Proxies plan. From there you can view your credentials and the full IP list.

ISP proxies are available in six countries: the United States (US), United Kingdom (GB), France (FR), Germany (DE), Spain (ES), and Italy (IT).

Right after you purchase, your plan opens to a Country Setup screen instead of the IP list. Choose where you want your IPs: put them all in a single country, or split them across several. The amounts you assign must add up to the number of IPs in your plan.

Once you submit the split, we provision the IPs and the Country Setup screen is replaced by your IP list and credentials.

Each row on the plan page shows:

  • Host and port, the proxy address to connect to.
  • Username and password, used for HTTP Basic auth (shared across the plan).

Run a connectivity check from your own network:

Terminal window
curl -x USERNAME:PASSWORD@YOUR_PINNED_IP:1337 \
-w "HTTP %{http_code} in %{time_total}s\n" -o /dev/null -s \
https://ipinfo.io/json

A healthy IP replies HTTP 200 in under a second.

To avoid sending user:pass@ on every request, whitelist your scrapers’ source IPs in the panel on your ISP Proxies plan page. Requests from whitelisted source IPs authenticate by source, not by credential.

  • Use cases, strategies for allocating IPs across workflows.
  • FAQ, bandwidth, ISP details, refunds.