X

Select Your Country

Turkey (Türkçe)Turkey (Türkçe) Worldwide (English)Worldwide (English)
X

Select Your Country

Turkey (Türkçe)Turkey (Türkçe) Worldwide (English)Worldwide (English)
Kampanya duyurusu WELCOME Kupon Kodunu Kullanarak İlk Siparişlerinize Özel %10 İndirim İmkanından Faydalanabilirsiniz.

Proxy IP Whitelist Definition and Connection Guide Without Username/Password

To ensure secure connections in proxy services, two main authentication methods are typically used: username/password or IP whitelist. In this article, we will examine in detail what the IP whitelist feature is, how it works, and in which situations it should be preferred.

What is IP Whitelist?

IP whitelist is a security mechanism that allows connections to the proxy server only from specific IP addresses. In this method, the user's static (fixed) IP address is registered in the proxy system, and only connection requests from this IP address are accepted.

Key advantages of using whitelist:

  • Enhanced Security: No need to send username and password information over the network
  • Simplified Configuration: Only IP and port information is needed in proxy settings
  • Eliminates Credential Leakage Risk: No worry about password theft or compromise
  • Fast Connection: Connection setup is faster as the authentication step is skipped
  • Privacy in Log Files: Cleaner log records as username/password are not logged

Which Proxy Products Support IP Whitelist?

All proxy services offered by LivaProxy have IP whitelist feature:

  • Mobile Proxy: Whitelist support available
  • Datacenter IPv4 Proxy: Whitelist support available
  • ISP IPv4 Proxy: Whitelist support available
  • IPv6 Proxy: Whitelist support available
  • Premium IPv6 Subnet Proxy Server: Whitelist support available
  • Rotating Proxy: Whitelist support available
  • Rotating IPv6 Proxy: Whitelist support available

Both username/password and IP whitelist methods can be used simultaneously across all product groups.

How to Define IP Whitelist?

You can follow these steps to define IP whitelist:

1. Learn Your Static IP Address

To use the whitelist feature, you need to have a static (fixed) IP address. The whitelist feature is not suitable for users with dynamic IP, as your IP address may change with each connection.

To find out your current IP address:

  • You can search "what is my IP address" in your browser
  • You can use services like whatismyipaddress.com or similar
  • You can learn your IP address from the command line with the curl ifconfig.me command

2. Contact Support Team

Currently, there is no self-service interface for whitelist management in the customer panel. You need to contact our support team for whitelist definition:

  • Support Request: You can open a request through the support request system on our website
  • WhatsApp Support Line: You can reach us at wa.me/908503094810
  • Email: You can write to [email protected]

3. Provide Your IP Address

Share the following information in your support request or communication channel:

  • Your static IP address you want to add to the whitelist
  • Which proxy service you want whitelist definition for
  • Whether you want to completely remove username/password authentication

4. Connection After Definition

After the whitelist definition is completed by our support team, you can configure your proxy connection without username and password. Your connection information will be in the following format:

With Username/Password:
proxy_ip:port@username:password

With Whitelist (without username/password):
proxy_ip:port

Important Considerations When Using Whitelist

Static IP Requirement

You must have a static (fixed) IP address to use the whitelist feature. If you receive a dynamic IP from your internet service provider (ISP), the whitelist will not work as your IP address will change with each reconnection.

If you don't have a static IP:

  • You can request a static IP package from your internet service provider
  • You can connect via VPS or virtual server (servers generally come with static IP)
  • Alternatively, you can continue to use username/password authentication

Multiple IP Address Definition

If you want to connect to your proxy service from different locations or different devices, you can have multiple IP addresses added to the whitelist. It is sufficient to notify our support team separately for each IP address.

IP Address Change

If there is a change in your static IP address (for example, ISP change, office relocation, etc.), you need to notify our support team of your new IP address again. Otherwise, your proxy connection will not work.

Security Measures

Consider the following security measures when using whitelist:

  • Keep the IP addresses added to your whitelist secure
  • Don't add too many IP addresses unless necessary
  • Remove unused IP addresses from the whitelist
  • Be extra careful on platforms where you share your proxy information (there is no password protection without whitelist)

Mixed Usage: Both Whitelist and Username/Password

In some usage scenarios, you may want to use both whitelist and username/password authentication together:

  • Whitelist for Office/Home: Whitelist for convenience at your static IP locations
  • Username/Password for Mobile/Variable Locations: Username/password when connecting from outside or different networks

In this mixed usage model, username/password is not required when connecting from IP addresses on the whitelist, but authentication is mandatory when connecting from other IP addresses.

When to Use Whitelist, When to Use Username/Password?

IP Whitelist Should Be Preferred:

  • If you have a static IP address
  • If you are making continuous connections from server/VPS
  • If you have password security concerns in automation scripts
  • If you want faster connection setup
  • If you want to avoid credential management complexity

Username/Password Should Be Preferred:

  • If you are using dynamic IP
  • If you frequently connect from different networks
  • If you access from mobile devices or variable locations
  • If you want an extra layer of security
  • If you don't want to constantly communicate with the support team during IP address changes

Frequently Asked Questions

Can I define whitelist myself from the customer panel?

Currently, there is no self-service whitelist management in the customer panel. Whitelist definitions are performed manually by our support team. This feature may be added to the panel in future updates.

How long does whitelist definition take to complete?

Since our support team is active 24/7, whitelist requests are usually completed within a few minutes. During busy hours, it may take at most a few hours.

Can I add IPv6 addresses to the whitelist?

Yes, you can have both IPv4 and IPv6 addresses added to the whitelist. It is sufficient to provide your address in the IP protocol you will use.

Should I leave the username:password part blank when using whitelist?

After the whitelist is activated, you should completely remove the username and password part from your proxy configuration. In some applications, you can leave these fields blank, while in others you may need to disable the authentication option.

How does whitelist work in Rotating Proxy?

Whitelist support is also available in Rotating Proxy services. If you provide your static IP address, you can access the rotating IP addresses without username/password in each request.

What is the maximum number of IP addresses whitelist supports?

While there is technically no limit, it is recommended to add a reasonable number of IP addresses for security reasons. If you want to add too many IP addresses, it will be useful to share your usage scenario with our support team.

Technical Implementation Examples

Using Whitelist with cURL

With Username/Password:
curl -x proxy.livaproxy.com:10000 -U username:password https://api.ipify.org

With Whitelist:
curl -x proxy.livaproxy.com:10000 https://api.ipify.org

Using Whitelist with Python Requests

With Username/Password:
proxies = {
  "http": "http://username:[email protected]:10000",
  "https": "http://username:[email protected]:10000"
}

With Whitelist:
proxies = {
  "http": "http://proxy.livaproxy.com:10000",
  "https": "http://proxy.livaproxy.com:10000"
}

Conclusion

The IP whitelist feature offers significant advantages in terms of both security and ease of use for users with static IP addresses. Since it does not require username and password management, it is particularly preferred in automation projects, server-based applications, and corporate usage.

If you want to use whitelist, it is sufficient to contact our support team and provide your static IP address. Our team will quickly evaluate requests and complete your whitelist definition.

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(1 times viewed / 0 people found it helpful)
Powered by WISECP
Top