Skip to main content
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


🛠 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