How to Whitelist your IP address.
This guide will help you whitelist your IP address, making sure you can access your proxy services without having to enter your credentials again and again.
Authentication: Requires Basic Authentication (using a username:password encoded in Base64).
IP Limits: A user can whitelist a maximum of 150 IPs in total.
Request Limit: Each request can include up to 10 IP addresses to add or remove.
Validation: The API enforces checks to prevent invalid or duplicate IPs
Rate Limit: You can make up to 100 requests per minute.
You can whitelist an IP using:
The Dashboard (Recommended for non-developers)
The API (For programmatic control)
Let’s first do this using the provided dashboard
Navigate to IP Whitelist Settings:
Add an IP Address:
Enter the IP address you want to whitelist in the provided field or For quick setup, use the
“Detect My IP” button to automatically add your current IP..
Optionally, add a description (e.g., Home, Office, Server) for easy identification.
Click the “Add” button to save the IP.
Verify the IP:
Locate the IP: Find the IP address in the whitelist section.
Click “Delete”: Press the “Delete” button next to the IP you want to remove.
Verify Deletion: Check notification
Geonode provides APIs to manage your whitelisted IPs programmatically. You can perform the following actions:
Add Whitelisted IPs post
Remove Whitelisted IPs delete
For detailed API request formats, parameters, and code examples in multiple languages, refer to the Geonode API Documentation.
To ensure the proxy is working, check your IP address using an online tool or follow this guide:
If you encounter any issues, refer to the troubleshooting section or Geonode support.
Why do I need to authenticate when adding IPs??
Basic Authentication is required to ensure the security of the system. You must encode your username and password in Base64 to authenticate the request.
Can I automate IP whitelisting?
Yes, you can use the Geonode API to automate the process of adding, updating, and removing whitelisted IPs.
What happens if I exceed the IP whitelist limit?
If you try to whitelist more than 150 IPs, the system will reject the request. Make sure to stay within the limit.
What if I entered the wrong IP address?
You can easily remove or update the IP address using the Dashboard or API. If using the Dashboard, simply delete the IP and add the correct one. The API allows you to manage the list programmatically
Why do I need to whitelist my IP?
How to Whitelist your IP address.
This guide will help you whitelist your IP address, making sure you can access your proxy services without having to enter your credentials again and again.
Authentication: Requires Basic Authentication (using a username:password encoded in Base64).
IP Limits: A user can whitelist a maximum of 150 IPs in total.
Request Limit: Each request can include up to 10 IP addresses to add or remove.
Validation: The API enforces checks to prevent invalid or duplicate IPs
Rate Limit: You can make up to 100 requests per minute.
You can whitelist an IP using:
The Dashboard (Recommended for non-developers)
The API (For programmatic control)
Let’s first do this using the provided dashboard
Navigate to IP Whitelist Settings:
Add an IP Address:
Enter the IP address you want to whitelist in the provided field or For quick setup, use the
“Detect My IP” button to automatically add your current IP..
Optionally, add a description (e.g., Home, Office, Server) for easy identification.
Click the “Add” button to save the IP.
Verify the IP:
Locate the IP: Find the IP address in the whitelist section.
Click “Delete”: Press the “Delete” button next to the IP you want to remove.
Verify Deletion: Check notification
Geonode provides APIs to manage your whitelisted IPs programmatically. You can perform the following actions:
Add Whitelisted IPs post
Remove Whitelisted IPs delete
For detailed API request formats, parameters, and code examples in multiple languages, refer to the Geonode API Documentation.
To ensure the proxy is working, check your IP address using an online tool or follow this guide:
If you encounter any issues, refer to the troubleshooting section or Geonode support.
Why do I need to authenticate when adding IPs??
Basic Authentication is required to ensure the security of the system. You must encode your username and password in Base64 to authenticate the request.
Can I automate IP whitelisting?
Yes, you can use the Geonode API to automate the process of adding, updating, and removing whitelisted IPs.
What happens if I exceed the IP whitelist limit?
If you try to whitelist more than 150 IPs, the system will reject the request. Make sure to stay within the limit.
What if I entered the wrong IP address?
You can easily remove or update the IP address using the Dashboard or API. If using the Dashboard, simply delete the IP and add the correct one. The API allows you to manage the list programmatically
Why do I need to whitelist my IP?