Why Use Static IPs?
Standard proxy rotation gives you a different IP each time. Static IPs give you:- Consistency - Same IP across all your sessions
- Dedicated - Your IP, not shared with anyone else
- Whitelist-ready - Perfect for APIs and services that only allow known IPs
- Clean reputation - Build trust without worrying about what others did with that IP
- Compliance - Meet security requirements for fixed source IPs
Use Cases
1. API Access with IP Whitelisting
Many enterprise APIs only accept requests from whitelisted IPs. Here’s how to use your static IP:It is important that you have 
useProxy/use_proxy set to true/True along with your staticIpId/static_ip_id in your session params when using Static IPs.2. Consistent Identity for Authenticated Sessions
Combine static IPs with profiles to maintain consistent identity across sessions:3. Multi-Step Workflows
Some sites flag IP changes mid-session as suspicious. Static IPs keep you consistent:Verifying Your Static IP
Quick check to confirm your static IP is working:Getting Started with Static IPs
Manage Static IPs
Purchase and allocate static IPs to your team
- 
Purchase a plan
- On the Hyperbrowser dashboard, go the Static IPs Tab and choose a plan. Your plan determines how many static IPs you can allocate to your team.
 
- 
Allocate IPs to your team
- On the same page, once you have purchased a plan, allocate available static IPs to your team.
- You can deactivate or delete an IP from your team at any time.
- Once a Static IP is deleted from your team, there is no guarantee that it will be available again.
 
- 
Copy your Static IP ID(s)
- After allocation, copy the IDshown for the Static IP in the table. Use this ID in your session configuration.
- The table also contains the actual IP address of the Static IP.
 
- After allocation, copy the 
- 
Manage limits and upgrades
- Your total allocatable IPs are limited by your plan. Upgrade your plan to increase your static IP allocation.
- If you downgrade or cancel your plan, any Static IPs over your allocation limit will be randomly deactivated.
 
Combining with Other Features
Static IPs work great with other Hyperbrowser capabilities:Best Practices
Monitor IP Reputation
Monitor IP Reputation
Keep an eye on your static IP’s reputation. If a target site starts blocking it, you may need to adjust your automation patterns or rotate to a different static IP.
Respect Rate Limits
Respect Rate Limits
Having a static IP doesn’t mean you can hammer a site. Implement proper delays and rate limiting to stay under the radar.
Whitelist Proactively
Whitelist Proactively
Set up IP whitelisting well before you need it. Some services take days to process whitelist requests.
Document Usage
Document Usage
Keep notes on which static IPs you’re using for which purposes. Makes troubleshooting and management much easier.
Test First
Test First
Always test with your static IP in a dev environment before going to production. Verify the IP is working as expected.
Troubleshooting
IPs Not Staying Consistent
IPs Not Staying Consistent
Symptoms: Different IP on each sessionFixes:
- Check that staticIpIdis set correctly in your session params
- Make sure that you have useProxy/use_proxyset totrue/Truein your session params
- Make sure you’re using the correct static IP ID (not the actual IP address)
- Contact info@hyperbrowser.ai to confirm your static IP pool is active
Whitelist Not Working
Whitelist Not Working
Symptoms: Can’t access whitelisted servicesFixes:
- Double-check the service whitelisted the correct IP addresses
- Verify no additional firewall rules are blocking you
- Confirm the service completed their whitelist setup
- Test with a simple curl command first to isolate the issue
- Contact the service provider to verify whitelist status
IP Reputation Problems
IP Reputation Problems
Symptoms: Getting blocked or flagged by target sitesFixes:
- Review your automation - are you being too aggressive?
- Add delays and proper rate limiting
- Check if you’re respecting robots.txt
- Contact support to discuss IP rotation or getting a fresh IP
- Consider using multiple static IPs to distribute load
Can't Find My Static IP ID
Can't Find My Static IP ID
Symptoms: Don’t know what to pass as 
staticIpIdFixes:- Check the Static IPs Tab in the dashboard
- The ID is a UUID format string, not the actual IP address
- Contact info@hyperbrowser.ai if you can’t locate it
If you have other Static IP needs, please contact us at info@hyperbrowser.ai.