Guides

Complete Proxy Setup Guide: Every Platform (2025)

Setting up proxies correctly depends on where you need them — your operating system, browser, or development environment. This guide provides step-by-step configuration instructions for every major platform. Whether you're setting up proxies in Python for web scraping, in Chrome for browsing, or system-wide on Windows or Mac, this guide covers every scenario.

Setup Guide

Updated June 2025

13 sections

📖 In This Guide

1Python (Requests Library)
2Chrome Browser
3Windows System Proxy
4MacOS System Proxy
5Puppeteer / Playwright (Node.js)

Key Takeaways

Most tools use the same proxy format: http://user:pass@host:port

For rotating proxies, configure once — the gateway handles rotation automatically

OS-level proxy settings affect all applications; app-level is more targeted

Always test proxy connectivity after setup with a simple IP check request

SOCKS5 format: socks5://user:pass@host:port

Proxy Market at a Glance

50M+IPs in Top Pool
195+Countries Available
$1.99/GBLowest Pricing
99.9%Best Uptime
1

Python (Requests Library)

import requests; proxies = {'http': 'http://username:password@gateway:port', 'https': 'http://username:password@gateway:port'}; response = requests.get('https://example.com', proxies=proxies). For session-based use: session = requests.Session(); session.proxies.update(proxies). Replace username, password, gateway, and port with your provider's credentials.

2

Chrome Browser

Option 1 (Extension): Install FoxyProxy extension → Add proxy profile → Enter host, port, username, password → Set profile to active. Option 2 (Command line): Start Chrome with: --proxy-server='http://user:pass@host:port'. Option 3 (System proxy): Configure OS-level proxy settings, which Chrome follows by default.

3

Windows System Proxy

Settings → Network & Internet → Proxy → Manual proxy setup → Enable → Enter proxy IP and port. For authenticated proxies, Windows prompts for username/password when a connection is first made. Note: this routes all Windows HTTP traffic through the proxy.

4

MacOS System Proxy

System Preferences → Network → Select your connection → Advanced → Proxies → Check Web Proxy (HTTP) or Secure Web Proxy (HTTPS) → Enter proxy address and port. For authenticated proxies, enter credentials in the username/password fields.

5

Puppeteer / Playwright (Node.js)

Puppeteer: const browser = await puppeteer.launch({args: ['--proxy-server=http://user:pass@host:port']}). Playwright: const browser = await playwright.chromium.launch({proxy: {server: 'http://host:port', username: 'user', password: 'pass'}}). Both support authenticated residential proxy gateways.

🏆 Our #1 Pick

Top Recommended Provider

Cheapest Proxies

Best Value Choice for proxies — Unbeatable per-GB pricing with a 50M+ IP pool across 195+ countries

4.9/5Based on independent testing
From $1.99/GBPrice
50M+ IPsIPs Pool
195+ countriesLocations
99.9%Uptime

Lowest per-GB pricing on the market

50M+ real residential IPs worldwide

195+ country targeting with city-level precision

No KYC required — instant access

99.9% uptime with 24/7 live support

SOCKS5 & HTTP/HTTPS supported

Visit Cheapest ProxiesCompare plans at Cheapest Proxies →

Why This Matters in 2025

Bot Detection Is Evolving

Websites are deploying AI-powered bot detection. Understanding proxy types helps you stay ahead.

Data Is Geography-Specific

Prices, search results, and content vary by location. The right proxy gets you accurate local data.

Privacy Regulations Tighten

GDPR, CCPA, and new US state laws make compliant data collection more important than ever.

Expert Tips & Best Practices

Always match your proxy type to your target site's protection level. Using datacenter proxies on Cloudflare-protected sites wastes budget.

Test 10–20 requests before scaling. Success rates vary widely between providers and target sites.

Use sticky sessions for multi-step operations (logins, cart checkouts). Use rotating sessions for anonymous bulk requests.

Monitor proxy performance weekly. A drop in success rates often signals that IP batches have been flagged and need refreshing.

For highest anonymity on social platforms, use mobile proxies from cellular carrier IP ranges, not standard residential.

Common Mistakes to Avoid

Using free or public proxy lists — they're unreliable, slow, often malicious, and blocked by all major sites.

Ignoring pool size — small pools mean repeated IPs, which get flagged faster on sensitive targets.

Choosing the wrong proxy type for the task — datacenter proxies on Instagram or Google will fail immediately.

Not testing before scaling — some providers perform poorly on specific target sites despite strong marketing claims.

Overlooking bandwidth limits — running out of bandwidth mid-operation can break data pipelines.

Proxy Types Quick Reference

TypeTrust LevelSpeedCostBest For
Residential⭐⭐⭐⭐⭐Medium$1–15/GBProtected sites, social media
Mobile⭐⭐⭐⭐⭐Medium$5–20/GBSocial media, toughest targets
ISP / Static⭐⭐⭐⭐Fast$2–8/IP/moSpeed + trust balance
Datacenter⭐⭐Very Fast$0.5–3/moBulk unprotected scraping

Our #1 Recommended Provider

🏆 #1 Value Pick

Cheapest Proxies

50M+ residential IPs across 195+ countries from $1.99/GB. The best price-to-performance ratio for this guide's use cases.

$1.99/GB50M+ IPs
99.9% Uptime195+ Countries
24/7 SupportGet Started

2025 Proxy Industry Trends

AI-Powered Bot Detection

Machine learning models now analyze traffic patterns beyond just IP origin. Behavioral authenticity is becoming as important as IP quality.

Pricing Competition

Budget providers like Cheapest Proxies are driving down per-GB costs. Average residential proxy pricing dropped ~30% year-over-year.

Ethical Sourcing Scrutiny

Regulatory pressure in the EU and US is pushing providers to document consent processes for IP sourcing.

Mobile Proxy Demand

As social platforms tighten residential IP validation, mobile proxy demand is surging, especially for Instagram and TikTok tasks.

Real-World Applications

🕷️Web ScrapingCollect data at scale without IP bans using residential proxies.📊SEO ResearchTrack rankings and scrape SERPs from any location.👟Sneaker CoppingCop limited releases on Nike, Adidas, and footsites.📱Social MediaManage multiple accounts with unique residential IPs.💰Price IntelligenceMonitor competitor pricing on any e-commerce platform.🎯Ad VerificationVerify ads display correctly in target markets.

Getting Started Checklist

1

Identify your target sites and check their bot protection level

2

Choose residential proxies for protected sites, datacenter for unprotected bulk tasks

3

Select a provider with sufficient pool size (10M+ for residential)

4

Sign up for Cheapest Proxies or your chosen provider

5

Retrieve gateway credentials from the dashboard

6

Configure your scraping tool with the proxy settings

7

Run a small test batch (10–20 requests) first

8

Monitor success rates and scale up if results are good

Related Guides

BeginnerWhat Is a Proxy?ComparisonResidential vs DatacenterTechnicalWeb Scraping with Proxies

Frequently Asked Questions

The standard format is: protocol://username:password@hostname:port. For example: http://myuser:mypass@gateway.cheapest-proxies.com:10000. This format works with Python requests, curl, most browsers, and developer tools.

Featured Proxy Provider

Ready to Start With the Best-Value Residential Proxies?

Cheapest Proxies offers the best per-GB pricing in the market with a 50M+ IP pool. Get started instantly — no contracts, no KYC, full 24/7 support.

Get Budget-Friendly ProxiesCompare All Providers

Related Resources

How to Test ProxiesVerify your proxy setupWeb Scraping with ProxiesScraping setup guideBest Residential ProxiesTop proxy providers

facebooktwitteryoutubeflickrmyspace