Auth support per product
| Product | User:pass | IP whitelist |
|---|---|---|
| Residential | ✓ | ✓ |
| ISP | ✓ | |
| Datacenter IPv4 | ✓ | |
| Datacenter IPv6 | ✓ | |
| Mobile | ✓ |
User:pass authentication
Your proxy username + password are part of the proxy string. Every connection sends them.IP whitelist (Residential only)
Add specific IPs to your dashboard. Connections from those IPs don’t need credentials.Adding an IP
- Dashboard → IP Whitelist
- Add your current public IP (find it at api.ipify.org)
- Save
Combining both methods
You can use both on Residential. The whitelist works without credentials; user:pass works regardless. Many users whitelist their server IP for cron jobs and use credentials for laptop work.”Does no whitelist mean anyone can use my proxy?”
No. Without a whitelist, your proxy still requires user:pass auth.| Whitelist | Credentials | Result |
|---|---|---|
| Empty | Correct | Works from anywhere |
| Empty | Missing | No access |
| IP listed | Missing | Works only from that IP |
| IP listed | Correct | Works from anywhere |
Resetting your proxy password
Your proxy password is separate from your account password.- Account password: used to log into the dashboard
- Proxy password: part of the credentials each generated proxy uses
When to reset
- Credentials exposed (committed to a repo, leaked in logs)
- Unexpected bandwidth usage suggests someone else is using them
- Routine security rotation
How
Dashboard → proxy section → Reset Proxy Password. New password generated immediately.After resetting
Every script, browser, anti-detect profile, cron job, and integration needs the new password. Old credentials return 407. If you still get 407 after a confirmed reset:- You’re still using the old password somewhere (most likely)
- Long-running connections cached the old creds: kill and reconnect
- Rare: reset stuck in our queue: message support
Suspected unauthorized use
- Check usage log for unfamiliar patterns
- Reset proxy password immediately
- Update your own integrations with the new password
- Remove unfamiliar IPs from the whitelist
- Optional: change account password

