# Proxifier

[Proxifier](https://www.proxifier.com/) is a universal proxy enabler for Windows, macOS, and Android that allows applications that **don't natively support proxies** to connect to the internet through a proxy server.

This guide will demonstrate how to set up Oxylabs' [ISP Proxies](https://oxylabs.io/products/isp-proxies) with Proxifier.

{% stepper %}
{% step %}

### Download Proxifier

[Download](https://www.proxifier.com/) and install Proxifier and make use of the 31-day free trial. On Windows, you can also get a portable version.

{% hint style="info" %}
**NOTE:** Before adding proxies, disable VPNs, in-app proxy settings, or operating system proxy settings you might already have to avoid conflicting or double reroutes.
{% endhint %}
{% endstep %}

{% step %}

### Add proxy

Go to **Proxy Servers** and **Add** a new proxy.

<figure><img src="/files/ODrzIvliFxF3oxCU27SP" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/69xKc8a8B2tkFormNzBK" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter proxy details

Specify the following details for ISP Proxies and **enable authentication**:

**Protocol:** `HTTPS` or `SOCKS5`

**Address:** `isp.oxylabs.io`

**Port:** `8001`

**Username:** `user-USERNAME`

**Password:** `PASSWORD`

{% hint style="warning" %}
Make sure to prepend `user-` to your username (e.g., `user-john123`).
{% endhint %}

<figure><img src="/files/HVsj4d8GrL9dsMJfuCjR" alt="" width="467"><figcaption></figcaption></figure>

ISP Proxies assign each port to a specific IP address and location. Port `8001` always uses the first IP from your [proxy list](https://developers.oxylabs.io/proxies/isp-proxies/proxy-list). Use port `8000` to enable [proxy rotation](https://developers.oxylabs.io/proxies/isp-proxies/proxy-rotation).

To get rotating IPs from a specific country's proxy pool, set the username using this format: `user-USERNAME-country-XX`, where `XX` is the country code (e.g., `US` for United States).
{% endstep %}

{% step %}

### Enable proxies for a specific application

Go to **Proxification Rules** and **Add** a new rule.

<figure><img src="/files/xSotWDuM1NLkTnOIWJgu" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Bo2qGVv7sD0epuwuinZb" alt=""><figcaption></figcaption></figure>

**Browse** for an application (locate an `.exe` file) and select your newly added proxy as an **Action**.

<figure><img src="/files/FS1XvLL86OGRpsod3lw5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/AuZAztGIyvpRo1JA74JW" alt=""><figcaption></figcaption></figure>

You can rearrange the proxification rule priority from top to bottom.

{% hint style="warning" %}
**NOTE:** The **Default** rule applies to all connections if you don’t have a custom rule on top of it.
{% endhint %}

<figure><img src="/files/MxCoBPYVTCZHXxeS5hSD" alt=""><figcaption></figcaption></figure>

This guide is also available for [Residential Proxies](https://developers.oxylabs.io/proxies/integration-guides/3rd-party-integrations/proxifier), [Enterprise Dedicated Datacenter Proxies](/integrations/proxy-integrations/dedicated-datacenter-proxies-guides/enterprise/proxifier.md), [Self-Service Dedicated Datacenter Proxies](/integrations/proxy-integrations/dedicated-datacenter-proxies-guides/self-service/proxifier.md), and [Datacenter Proxies](/integrations/proxy-integrations/datacenter-proxies-guides/proxifier.md).
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.oxylabs.io/integrations/proxy-integrations/isp-proxies-guides/proxifier.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
