Products
Datacenter proxies from $19/mo Rotating proxies from $49/mo ISP proxies from $33/mo Dedicated proxies from $3.50/mo UDP proxies from $5/mo Free trial
Use cases
Data & scraping AI services Social media & messaging E-commerce & finance Media & entertainment Marketing & ads Automation & tools All use cases →
Pricing
Full pricing table All 20 locations Money-back guarantee
Resources
Blog Proxy API MCP server Setup guides FAQ For business About us Affiliate program
English
English Русский
99.9% uptime · 100,000+ IPs available

Proxies with IP Authentication

Proxy access without credentials — whitelist your source IP once and every tool connects with a plain ip:port line.

  • Unlimited bandwidth—no usage-based billing
  • One of the highest connection limits in the industry
  • Whitelist up to five source IPs at no charge
  • Up to three free proxy list refreshes per month
Start free trial Trial: 20 IPs for 60 minutes, no card required.
Packages start at 100 IPs
Plan term
Total for 30 days $0.00
Buy proxies
✓ 24-hour money-back guarantee — details · ✓ No KYC required

How to connect without a username or password

Proxies with IP authentication are access without a username or password in your software: your tools connect using a plain ip:port address, with no credentials in the settings. That does not mean the proxy is open to everyone. Access control is always there — it happens at the network layer through IP whitelisting. Add your machine's address in the Dashboard, and the proxy accepts requests only from that IP. Up to five source IPs are included at no charge.

For automation, this is usually the cleanest setup. Usernames and passwords leak — they end up in logs, configs, screenshots, and git repositories. An IP whitelist rule has nothing useful to steal: your parser code can hold a bare ip:port string that is useless without your machine. One caveat: do not whitelist addresses you share with other people — anyone behind the same public NAT at a coworking space gets access too.

Product specs are in the adjacent panel; pricing for your volume is in the calculator above.

Product specs at a glance
IP pool100,000+ IPv4
ProtocolsHTTP, HTTPS, SOCKS4, and SOCKS5
Bandwidthunlimited
Uptime99.9%
IP whitelistingup to five source IPs included
Username/passwordoptional, in addition to IP whitelisting
List refreshesup to three free refreshes per month
Minimum order100 IPs; 1 IP for dedicated proxies
Deliveryautomatically after payment
Refund24-hour money-back guarantee
Payment methods
StripeStripe VisaVisa MastercardMastercard American ExpressAmex USDT TRC20 and ERC20USDT USDCUSDC BitcoinBitcoin EthereumEthereum LitecoinLitecoin

Which proxies should you choose?

Three access-control setups — and how they differ in security and convenience.

No authenticationpublic access This page
IP whitelistingwhitelist
IP whitelisting + credentials
Who can use the proxy Anyonethe proxy is open to the whole internet Only requests from your IPs Requests from approved source IPs with valid credentials
Security Lowanyone who knows the proxy address can use it Highaccess is restricted to approved source IPs Highestboth the source IP and credentials are checked
Software setup Proxy address only Proxy address only Proxy address, username, and password
If your IP is dynamic No update required Update the approved source IP in your Dashboard Update the approved source IP in your Dashboard
Where it's available Public proxy lists — we don't offer these Every PapaProxy.net plan Every PapaProxy.net plan
Not recommended for real work Buy now Buy now

At PapaProxy.net, IP whitelisting is required for every proxy. Username/password authentication is optional and adds a second access-control layer.

Connect in 60 seconds

Copy the example for your stack, or paste it into your AI coding assistant for help adapting it to your project.

# HTTP or HTTPS proxy
curl -x http://login:password@IP:port https://example.com

# SOCKS5
curl --socks5-hostname IP:port \
  --proxy-user login:password \
  https://example.com
import requests

proxy = "http://login:password@IP:port"  # your proxy from the Dashboard

r = requests.get(
    "https://example.com",
    proxies={"http": proxy, "https": proxy},
)
print(r.status_code)
import { ProxyAgent } from "undici";

const dispatcher = new ProxyAgent("http://login:password@IP:port");
const res = await fetch("https://example.com", { dispatcher });
console.log(res.status);
$ch = curl_init("https://example.com");
curl_setopt($ch, CURLOPT_PROXY, "IP:port");
curl_setopt($ch, CURLOPT_PROXYUSERPWD, "login:password");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
Fill in the credentials from your Dashboard. If you use IP whitelisting, you don't need a username or password.

Export in any format

Choose a standard format or create a custom one with any field order and delimiter your software requires.

IP:port login:password@IP:port {scheme}{ip}{port}{login}{password} — builder
HTTP HTTPS SOCKS4 SOCKS5 HTTP/2 ✓

See the FAQ for the ports used by each protocol.

PapaProxy API

You can automate purchases, renewals, whitelist changes, and proxy list exports. Create an API key in your Dashboard in a couple of clicks.

MCP server for AI agents

Claude, Cursor, and other agents buy proxies, renew plans, and export updated proxy lists through an access token you create in your Dashboard. See how it works.

Works with
…and 500+ more tools

Per-IP prices shown are for the largest package size. Get an exact quote in the calculator above.

Free proxy list for testing your setup

Updated 2 days ago · New proxies added hourly · 24,120 proxies currently listed

These are not PapaProxy.net trial proxies. They are public proxies collected from open sources and are intended only for testing your software. You can also try PapaProxy.net proxies free with a 20-IP, 60-minute trial. No credit card is required.
IPCountryPortProtocol
212.183.88.215 AT 80 HTTP
47.243.92.199 HK 3128 HTTP
212.183.88.153 AT 80 HTTP
212.183.88.13 AT 80 HTTP
203.95.199.159 KH 8080 HTTP
154.92.9.3 JP 80 HTTP
113.204.79.230 CN 9091 HTTP
181.214.1.97 AE 80 HTTP
219.93.101.63 MY 80 HTTP
185.18.250.64 CH 80 HTTP
IP:port format—one proxy per line

Reviews

A few service metrics—and feedback from our customers.

27,000+
proxy packages sold since 2019
60%
of customers upgrade their plan after the first month
100,000+ IPs
in our own pool across 22 locations

Like the service! Responsive and fast support, affordable prices, convenient renewal panel and network selection. Just what I need!

KV Kornev Vitalii February 2026

I sell kitchens on bulletin boards and constantly have to buy proxies. I have already bought more than 100 servers for accounts, none have been blocked. The proxies are great.

RS Robert Shannon June 2026

I have been using this service for the fourth month already. I can not but be happy about it, responsive support.

EW Eric Wilson April 2026

I like proxies of this seller and have been buying them for several months. They are great for parsing.

NC Nicholas Clark September 2024

Frequently asked questions

Can't find your answer? Message us in live chat — real humans reply.

I just need an ip:port list with no binding at all. Does that exist?

It exists in public lists — and that is the worst option: an unprotected address carries traffic from the whole internet, burns out in hours, and comes with someone else's history. Proxies without login credentials, with IP whitelisting, give you the same working ip:port format — the difference is one step: add your address in the Dashboard once. After that, your software still sees a plain list.

I work from home and from the office — should I whitelist both addresses?

Yes — that uses two of the five free slots. The proxy accepts all whitelisted source IPs at the same time, so when you change location you do not switch anything: add both once and forget about it.

I have a fleet of a dozen servers — five slots will not be enough.

The standard approach is not to whitelist every machine, but to send their traffic through one gateway: NAT or your own intermediate proxy. From the outside, one IP uses one slot — no matter how many servers sit behind it. If you truly need each machine whitelisted separately, you can add addresses beyond the free limit in the Dashboard or through support.

My software requires username and password fields — they are mandatory. What do I enter?

Enable username/password authentication in your Dashboard alongside IP whitelisting and enter the credentials we provide. Whitelisting still applies, there is no extra fee, and picky software gets the fields it expects.

Is IP-only access actually secure?

In most setups it is safer than a password alone: there is nothing to intercept and nothing to brute-force. The weak spot is a shared address — if strangers share your IP (public Wi-Fi, shared NAT), they share your access too. Whitelist only addresses you control.

Other PapaProxy.net products

A different proxy type may be a better fit for your use case. All products use the same Dashboard and support team.

Put our proxies to the test

Test our datacenter proxy packages free with 20 IPs for 60 minutes—no credit card required. See the speed and reliability for yourself.

Get a free trial

Buying as a company?

We can sign a contract and provide all the documents your accounting team needs. Most business orders are activated within 24 hours of your request.

Contract, invoices, and receipts Bank transfers and net payment terms Dedicated account manager Business orders from $100
Business terms or contact us on Telegram: @papaproxy