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.
Country setup
Section titled “Country setup”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.
IP list
Section titled “IP list”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).
Testing an IP
Section titled “Testing an IP”Run a connectivity check from your own network:
curl -x USERNAME:PASSWORD@YOUR_PINNED_IP:1337 \ -w "HTTP %{http_code} in %{time_total}s\n" -o /dev/null -s \ https://ipinfo.io/jsonA healthy IP replies HTTP 200 in under a second.
Whitelisting source IPs
Section titled “Whitelisting source IPs”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.