>
Get Started →
Guide 8 min read

Setting Up IPIDEA: Credentials, Targeting and Your First Verified IP

IPIDEA has no desktop client, and it does not need one. Everything the network can do — country, city and ISP targeting, sticky or rotating sessions, protocol choice — is expressed in the credential string you paste into your tool. Learn to read that string and the rest of the setup takes about five minutes.

ML
Mark Lev
Network operations lead. Has been running residential SOCKS5 proxy stacks since 2019.
In this article
  1. Anatomy of an IPIDEA credential
  2. Encoding country, city and ISP
  3. Sticky versus rotating, and when each is wrong
  4. Wiring it into browsers, scripts and fleets
  5. Verifying the exit before you trust it
  6. Scaling from one endpoint to many
  7. FAQ

Anatomy of an IPIDEA credential

An IPIDEA endpoint is four things: a gateway host, a port, a username that carries configuration, and a password. The host and port stay constant. The username is where the work happens — every targeting decision travels inside it, which is why one account can drive dozens of different configurations without provisioning anything new.

That design has a practical consequence worth internalising early: you never wait for an account change to test a different country. You edit a string and reconnect.

Encoding country, city and ISP

Targeting narrows in three steps, and each one costs the same — there is no geo surcharge anywhere in the network.

All three are available across 220+ countries and regions. Combine them freely; a request can be pinned to one carrier in one city if the job calls for it.

Sticky versus rotating, and when each is wrong

Rotation gives you a new IP per request. That is correct for stateless collection and actively harmful for anything with a login — a session that changes address mid-flow reads as a hijack attempt to most platforms.

Sticky sessions hold one address for up to thirty minutes, which covers a cart, a form sequence or a logged-in check. Beyond that window, stop reaching for sticky and move to static ISP: an identity that must persist for months is a product decision, not a session parameter.

WorkloadModeWhy
Bulk crawlRotatingCoverage matters, continuity does not
Cart or form flowStickyState must survive several requests
Long-lived accountStatic ISPIdentity must outlive any session

Wiring it into browsers, scripts and fleets

SOCKS5, HTTP and HTTPS accept the same credentials, so tooling choice never forces a purchase.

Verifying the exit before you trust it

Never assume a configuration worked because it connected. Three checks, every time you change something:

  1. Geography — does the reported country, city and ISP match what you asked for?
  2. DNS — is resolution happening at the exit? A local resolver leaks your real location regardless of how clean the IP is.
  3. Session behaviour — request twice. Sticky should return the same address; rotating should not.

A configuration that passes all three is safe to build on. One that passes only the first will fail later, in production, for reasons that look mysterious.

Scaling from one endpoint to many

Concurrency is unlimited, so scaling is an orchestration problem rather than a billing one. The pattern that holds up: generate endpoints through the API per task, let the worker retire its endpoint when the task finishes, and keep sub-accounts aligned to teams or projects so usage attribution stays honest.

Treating endpoints as disposable also contains failure. A job that gets itself blocked burns one short-lived credential instead of contaminating something long-lived.

FAQ

Is there an IPIDEA client to install?

No. The network is credential-based, and any download claiming otherwise is a reupload you should not run.

Can one account use several countries at once?

Yes. Targeting lives in the credential, so parallel jobs can each hold a different market.

Why is my IP not the country I selected?

Almost always DNS resolving locally. Switch to socks5h:// or --socks5-hostname.

What does it cost to start?

Plans begin at $5; code IPD30 takes 30% off a first order.

Get residential SOCKS5 in 2 minutes

IPIDEA: 90M+ residential IPs, 220+ countries & regions, SOCKS5 + HTTP(S) on the same credentials, crypto checkout, balance never expires. Code IPD30 = 30% off.

View Pricing →

Related reading