Configuration Reference
At anyIP, you don’t need to change ports or server addresses to change your settings. You control everything through your Username.
This page is the Master Reference for all flags you can use in your username to control the proxy.
The “Smart Username” System
We use a flag-based system. You simply append instructions to your username separated by commas.
Username Format: user_[ID],[flag1],[flag2]...
Separator: Comma (,) or Pipe (|)
📋 Flag Cheat Sheet
| Category | Flag | Description | Example |
|---|---|---|---|
| Network | type_mobile | Force 4G/5G Mobile IPs | user_123,type_mobile |
type_residential | Force Wi-Fi/Broadband IPs | user_123,type_residential | |
| Location | country_[ISO] | Target specific Country | user_123,country_FR |
region_[name] | Target State/Region (Req. Country) | user_123,country_US,region_texas | |
city_[name] | Target City (Req. Region) | user_123,country_US,region_texas,city_dallas | |
asn_[number] | Target specific ISP/Carrier | user_123,asn_7922 | |
pool_[name] | Target broad area (e.g. Europe) | user_123,pool_europe | |
| Sessions | session_[name] | Keep IP (Sticky) | user_123,session_abc |
sesstime_[min] | Set sticky duration (Default: 7d) | user_123,session_abc,sesstime_30 | |
sessreplace_false | Fail if IP drops (don’t rotate) | user_123,session_abc,sessreplace_false | |
sessasn_strict | Ensure new IP has same ASN | user_123,session_abc,sessasn_strict | |
| Geofencing | lat_[x],lon_[y] | Target GPS Coordinates | user_123,lat_40.7,lon_-74.0 |
🛠 Common Configurations
1. The “Social Media Manager”
Goal: Manage a US Instagram account without getting blocked.
- Needs: US IP, Mobile Network (high trust), Keep same IP.
- String:
user_XXXX,country_US,type_mobile,session_ig_client1
2. The “E-commerce Scraper”
Goal: Scrape pricing from a German retailer.
- Needs: German IP, Residential (speed), Rotate every request.
- String:
user_XXXX,country_DE,type_residential
3. The “Sneaker Bot”
Goal: Cop drops on a specific ISP for speed.
- Needs: Virginia Region, Verizon Fios (ASN 701), Sticky Session.
- String:
user_XXXX,country_US,region_virginia,asn_701,session_drop1
⚠️ The “Comma” Trap (Important)
My software doesn’t like commas!
Some older software, bots, or routers do not support commas (,) in the username field.
Fix: Use pipes (|) instead.
- ❌ Compatibility issue:
user_123,country_US - ✅ Alternative solution:
user_123|country_US