Quick Start
Stop reading and start connecting. If you have an active plan, follow these steps to get online immediately.
Step 1: Get Your Credentials
- Go to your Dashboard > Proxies.
- Click the “Get Proxy Details” button.
- Copy your Username (
user_XXXX) and Password.
Step 2: The Connection String
Most applications accepts proxies in this standard format. Copy this structure:
http://user_YOURID:PASSWORD@portal.anyip.io:1080Step 3: Test Your Connection
Run this command in your terminal (Mac/Linux/WSL) to verify you are routing through anyIP:
curl -x "http://user_XXXX:PASSWORD@portal.anyip.io:1080" http://ip-api.com/jsonIf it returns an IP address different from your home internet, you are connected.
Configuration Cheat Sheet
If your software asks for fields individually instead of a single string:
| Setting | Value |
|---|---|
| Protocol | HTTP/HTTPS or SOCKS5 (all supported on same port) |
| Host / Server | portal.anyip.io |
| Port | 1080 or 443 (For standard User/Pass auth) |
| Username | user_XXXX (See Configuration Reference to customize location) |
| Password | Your Proxy Password |