Skip to content

Manage Subscriptions

A subscription is a proxy package that you are currently using. Each successful order creates one or more subscriptions.

  1. Go to the Subscriptions page on Console
  2. The list displays all of your subscriptions
ColumnDescription
Proxy TypeProxy type (Rotating, Private IPv4, etc.)
ProtocolHTTP or SOCKS5
IP / PortIP address and connection port
UsernameProxy login username
PasswordProxy login password
StatusActive, Expiring Soon, Expired
ExpiresExpiration date
Auto-renewAuto-renewal status
StatusColorMeaning
ActiveGreenCurrently active and working
Expiring SoonYellowExpiring soon (typically within 3 days)
ExpiredRedExpired, proxy is no longer active
Host: <IP_ADDRESS>
Port: <HTTP_PORT>
Username: <USERNAME>
Password: <PASSWORD>

cURL example:

Terminal window
curl -x http://USERNAME:PASSWORD@IP_ADDRESS:PORT https://api.ipify.org
Host: <IP_ADDRESS>
Port: <SOCKS5_PORT>
Username: <USERNAME>
Password: <PASSWORD>

cURL example:

Terminal window
curl --socks5 USERNAME:PASSWORD@IP_ADDRESS:PORT https://api.ipify.org

You can switch between HTTP and SOCKS5 without needing to repurchase:

  1. Open the subscription details
  2. Click the protocol toggle button
  3. The port will change accordingly
  • Enable Auto-renew: The subscription automatically renews upon expiration (funds deducted from wallet)
  • Disable Auto-renew: The subscription will not be renewed when it expires

You can add notes to each subscription for easier management (e.g., “Used for scraping website X”, “Social media account”).

  1. Open the subscription details
  2. Click Cancel
  3. The subscription will continue to work until the end of the current period before stopping
  4. No refund is issued for the remaining time

Each subscription displays a ready-to-use connection string — you can copy and paste it directly into your application or script without manual assembly.

Rotating Proxy:

host:80:npx-customer-{username}-country-{country_code}:api_key

Static Proxy:

protocol://username:password@ip:port
  • The protocol is automatically determined based on the subscription setting (HTTP or SOCKS5)
  • The country code is automatically assigned if applicable

Console provides quick Copy buttons for:

  • Copy connection string
  • Copy IP:Port
  • Copy Username
  • Copy Password
  • Copy all connection details