Proxifier Proxies

Proxies for Proxifier

Proxifier pushes any application through a proxy, even the ones with no proxy setting at all. Add your Proxy Rotator gateway once, write a rule per app, and route exactly what you want through a residential, datacenter, mobile or IPv6 IP while everything else stays on your normal connection.

HTTPS & SOCKS5   Per-app rules   DNS through the proxy

100M+IP Pool
Any appEven without proxy support
195+Countries
HTTPS / SOCKS5Protocols
Windows & macOS Rules per application No DNS leaks User:pass or IP whitelist auth Real human support
Why Proxy Rotator

Built for the apps that ignore proxy settings

Proxifier solves the routing. We supply the IPs behind it, in every type, on one plan.

HTTPS and SOCKS5

Proxifier's protocol list includes HTTPS and SOCKS version 5, and our gateway serves both. SOCKS5 is the better default here, it carries any TCP traffic rather than just web requests.

All four IP types, one plan

Residential, datacenter, mobile and IPv6 come from the same account, so you can point one app at a residential IP and another at a fast datacenter IP without buying twice.

Sticky sessions for desktop apps

Desktop software holds long connections and stays logged in. A sticky port keeps one IP in place for the session so an app is not silently reassigned mid-task.

DNS handled properly

Turn on Resolve hostnames through proxy and lookups leave through the gateway instead of your ISP's resolver, which is the leak most Proxifier setups miss.

City & country targeting

Choose the country, and the city on residential, so an app that checks location sees a consistent, believable place.

Flexible authentication

Enter a username and password in the proxy dialog, or whitelist your machine's public IP in your dashboard and leave the credentials blank.

Setup

Add Proxy Rotator to Proxifier

Four steps from a fresh install to an application running on your own IP.

Before you start. Install Proxifier for Windows or macOS, it runs a 31-day trial with no feature limits, and have your Proxy Rotator gateway details to hand. Proxifier is a routing tool only, it does not include proxies.

Copy your gateway details

Open Proxy Gateways in your Proxy Rotator dashboard. Copy the host, the port for the proxy type and location you want, and your username and password. Each type shows a rotating port and a range of sticky ports, pick a sticky port if the app needs to stay on one IP.

Open Proxy Servers and add the gateway

In Proxifier, go to Profile › Proxy Servers… and click Add. Fill in the address, port and protocol, then tick Authentication and enter your credentials.

Proxifier - Proxy Server
gateway.proxyrotator.com
8080
SOCKS version 5  (or HTTPS)
Enabled
USER
PASS

The Proxifier proxy dialog with Proxy Rotator gateway details.

Pick HTTPS or SOCKS5, not HTTP. Proxifier's plain HTTP option only carries HTTP connections, so anything else the app does will fail. HTTPS handles arbitrary ports over SSL tunnelling, and SOCKS version 5 carries any TCP traffic with authentication. Both are on our gateway.

Check it before you rely on it

Click Check in the dialog to launch the Proxy Checker, also available from View › Proxy Checker. It tests the proxy and measures response time, then reports back with the problem if something is wrong. Fix any failure here rather than debugging it later inside an application.

Decide what gets proxied

Proxifier will ask whether the new proxy should handle traffic by default. Accept that to route everything, or say no and write targeted rules instead, which is the approach we recommend below.

The part that matters

Proxification Rules: route only what you mean to

Most Proxifier problems are rule problems, not proxy problems. Open Profile › Proxification Rules… and be specific.

What you wantApplications fieldAction
Route one browser onlychrome.exeProxy
Route several tools togetherchrome.exe; scraper.exeProxy
Route a specific build, not any copyC:\Apps\scraper\run.exeProxy
Keep updaters off your bandwidth*update*.exeDirect
Stop an app talking out at alltelemetry.exeBlock
Route one running processpid=1234Proxy
Send everything else directDefault rule, cannot be deletedDirect

A connection has to match the Applications, Target hosts and Target ports fields together. A blank field shows Any and matches everything.

Rule order decides everything

Proxifier reads rules from the top down and stops at the first match, so a broad rule sitting above a narrow one will swallow it. Put your most specific rules first and use the arrow buttons to reorder. The Default rule always sits at the bottom and catches whatever is left, and a predefined Localhost rule keeps loopback traffic out of the tunnel, leave that one alone.

Each rule also accepts a Target hosts and Target ports filter, which is how you proxy one destination rather than one program. That is useful when a single browser should reach one site through a residential IP and everything else directly.

Proxifier rule field syntax
# Applications  (semicolons separate entries)
chrome.exe; firefox.exe        # match by executable name
C:\Apps\scraper\run.exe        # match one exact build by full path
*update*.exe                   # wildcards: * is any substring, ? is one char
pid=1234                       # match a single running process

# Target hosts
*.example.com                  # wildcard domain
192.168.0.1-192.168.0.255      # address range
10.0.0.0/8                     # CIDR notation, IPv4

# Target ports
443                            # single port
8000-8100                      # port range

Proxifier also supports Proxy Chains, where a connection passes through two or more proxies in sequence. Set the rule's action to Chain and build the chain in the Proxy Servers dialog. Most setups do not need it, and every extra hop costs latency, so reach for it only when a specific route demands it.

Reference

Field mapping

Every field in the Proxifier proxy dialog and what belongs in it.

Proxifier fieldWhat to enterExample
AddressYour gateway hostname. An IPv4 or IPv6 address works toogateway.proxyrotator.com
PortThe port for that proxy type and location8080
ProtocolSOCKS version 5, or HTTPSSOCKS version 5
AuthenticationTick it, unless you authenticate by IP whitelistEnabled
UsernameYour gateway usernameUSER
PasswordYour gateway passwordPASS
Protocol: HTTPAvoid. Carries HTTP connections only

Host, port and credentials all come from Proxy Gateways in your Proxy Rotator dashboard.

Verify the connection

Proxifier's own Proxy Checker confirms the gateway answers. To confirm the credentials independently, run this from a terminal on the same machine. It should print an IP that is not yours.

cURL verify
curl -x http://USER:PASS@gateway.proxyrotator.com:8080 https://api.ipify.org

Then check the app itself. Proxify a browser, load an IP echo page, and confirm it shows the proxy address. Proxifier's main window logs every connection it handles in real time, so if an application's traffic is not listed there, the rule is not matching it and the app is still going out directly.

Run the cURL command twice against a rotating port and you should get two different IPs. Run it twice against a sticky port and the IP should stay the same.

Rotating or sticky for desktop apps?

Desktop software behaves differently from a scraper. It opens long-lived connections, stays signed in, and often assumes the address it started on is the address it keeps. For that, use a sticky proxy: point the app at a sticky port and the IP holds for the session, so a login does not get invalidated halfway through a task.

Use a rotating proxy when the app makes many independent requests and a fresh IP per connection is an advantage, such as a desktop crawler or a bulk checker. Both modes live on the same gateway and the same plan, so you switch by changing the port in the Proxifier dialog and nothing else.

Running several apps that each need their own IP? Add a separate proxy entry per app, each on its own sticky port, then write one rule per application pointing at its own entry. Proxifier keeps them cleanly separated.

Troubleshooting

Proxifier not connecting through the proxy?

The failures we see most, and what actually fixes them.

SymptomLikely causeFix
Proxy Checker fails on every testWrong port for the protocol, or a typo in the hostRe-copy host and port from Proxy Gateways, confirm HTTPS vs SOCKS5
Authentication rejectedCredentials missing, or IP-whitelist auth from an unlisted IPTick Authentication and enter user:pass, or whitelist this machine's IP
App traffic never appears in the logNo rule matches it, so it is going out directlyCheck the executable name in the rule and move the rule higher
A broad rule catches the wrong appsRule order. Proxifier stops at the first matchMove specific rules above general ones with the arrow buttons
Site loads but shows your real locationHostnames still resolving locallyEnable Resolve hostnames through proxy in Name Resolution
Works for web, breaks everything elseProtocol set to plain HTTPSwitch to SOCKS version 5, or HTTPS
Nothing connects after installAntivirus or firewall blocking the driverAdd Proxifier to the exceptions list, then retest
The IP changes mid-sessionPointed at a rotating portSwitch to a sticky port from the range in your dashboard

Still stuck? Our support team answers real questions from real people.

FAQ

Proxy Rotator with Proxifier FAQ

How do I add a proxy to Proxifier?
Go to Profile › Proxy Servers… and click Add. Enter your gateway hostname in Address, the port in Port, choose SOCKS version 5 or HTTPS as the protocol, then tick Authentication and enter your username and password. Click Check to test it before you save.
Should I use SOCKS5 or HTTPS in Proxifier?
SOCKS version 5 is the better default. It carries any TCP traffic rather than only web requests, and it supports authentication and remote hostname resolution. HTTPS also works and handles arbitrary ports through SSL tunnelling. Avoid the plain HTTP option, which only carries HTTP connections. Both SOCKS5 and HTTPS run on the same gateway.
Does Proxifier include proxies?
No. Proxifier is a routing client, it sends your applications' traffic through a proxy you supply. You need a proxy service alongside it. A Proxy Rotator plan gives you residential, datacenter, mobile and IPv6 IPs on one gateway from $24.95/mo.
Why is Proxifier not connecting through the proxy?
Work through it in order. Run the Proxy Checker to confirm the gateway answers. Confirm the protocol matches the port you were given, HTTPS or SOCKS5, not HTTP. Confirm the credentials, or that this machine's public IP is whitelisted if you use IP auth. If the checker passes but an app still bypasses the proxy, the problem is a Proxification Rule, not the proxy.
How do I proxy only one application in Proxifier?
Open Profile › Proxification Rules…, add a rule, put the executable name in the Applications field, for example chrome.exe, and set the Action to Proxy. Leave the Default rule set to Direct so everything else stays on your normal connection. Rules are read top to bottom, so keep specific rules above general ones.
How do I stop DNS leaks in Proxifier?
Open Profile › Name Resolution… and enable Resolve hostnames through proxy. Without it, traffic goes through the proxy while lookups still go to your own resolver, which exposes every hostname the app requests. Use SOCKS version 5 or HTTPS, since SOCKS version 4 cannot pass hostnames to the proxy at all.
Can I run different apps on different IPs at the same time?
Yes. Add one proxy entry per IP you want, each on its own sticky port, then write one Proxification Rule per application pointing at its own entry. Proxifier keeps the routes separate, so each app exits on its own address.
Which proxy type should I use with Proxifier?
It depends on the app. Use residential or mobile IPs for anything involving accounts or location-sensitive services, since they come from real home and cellular connections. Use datacenter for speed on tolerant targets, and IPv6 for high-volume, low-sensitivity work. All four are in one plan.
Should I use a rotating or sticky proxy in Proxifier?
Sticky, for most desktop applications. They hold long connections and stay signed in, so a changing IP can break a session mid-task. Point the app at a sticky port and the address holds. Use a rotating port when the app makes many independent requests and a fresh IP each time helps.
Does Proxifier work on Mac as well as Windows?
Yes, there are builds for both, plus Android. The proxy dialog and the rules work the same way on each, and the same gateway credentials apply. Our gateway is protocol standard, so nothing changes between platforms.
Can I use IP whitelisting instead of a username and password?
Yes. Add your machine's public IP to the whitelist in your dashboard, then leave Authentication unticked in the Proxifier dialog. Username and password is usually easier, since it keeps working when your own IP changes, such as on a laptop or a home connection with a dynamic address.

Route any app through a clean IP

Residential, datacenter, mobile and IPv6 proxies on one gateway, with HTTPS and SOCKS5 for Proxifier. From $24.95/mo.

Copied!