# Whitelisting

Authenticate your IPs by creating the IP whitelist on the dashboard. Log in to your account and navigate to **Datacenter Proxies** → **Whitelist** → **Edit whitelist**, and then **add up to 10 IPs** in IPv4 format (xx.xx.xx.xx).

<figure><img src="https://63892162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzrXw45naRpCZ0Ku9AjY1%2Fuploads%2Ffxhq6cbRbmqZcd9ow8Oi%2FScreenshot%202024-07-30%20at%2010.33.18.png?alt=media&#x26;token=b2b1b558-ca07-4506-995a-ffb45fbdf2d2" alt=""><figcaption></figcaption></figure>

With IP Whitelisting you can provide `country` parameter in `username` field. \
When executing cURL command - do not forget to add a "`:`" at the end of `username` string to prevent cURL from asking for a password.&#x20;

```bash
curl -x dc.oxylabs.io:8000 -U 'country-US:' https://ip.oxylabs.io/location
```

***

When adding an IP address to the whitelist, ensure that it belongs exclusively to you, and avoid connecting through Proxy or VPN services.

If you're using services like Amazon Web Services (AWS), we highly recommend using username and password authentication over relying solely on IP whitelisting.
