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:

GatewayPortUse Case
solve1000CAPTCHA solving & auto-unblocking
scale2000High-speed datacenter/ISP proxies
opus3000Premium 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=json

Replace 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"
}