Quick Start
Get up and running with netdash proxies in under 2 minutes.
Prerequisites
You need an active netdash account. Sign up here if you don't have one.
STEP 1
Choose a Gateway
netdash offers three gateway types, each optimized for specific use cases:
| Gateway | Port | Use Case |
|---|---|---|
solve | 1000 | CAPTCHA solving & auto-unblocking |
scale | 2000 | High-speed datacenter/ISP proxies |
opus | 3000 | Premium residential pools |
STEP 2
Get Your Credentials
Log into the netdash dashboard and navigate to the API section. Copy your username and password.
STEP 3
Make a Request
Test your connection with this curl command:
BASH
curl -x http://USERNAME:PASSWORD@solve-us.netdash.io:1000 \ https://api.ipify.org?format=jsonReplace USERNAME and PASSWORD with your actual credentials.
Expected Response
If successful, you'll receive a JSON response with your proxy's IP address:
JSON
{
"ip": "203.0.113.45"
}