Quick Start
This flow gets a new Duckip user from account creation to a working proxy request.
Onboarding Flow
- Create a Duckip account.
- Choose the product that matches your workload.
- Purchase or activate a plan.
- Create a proxy user or credential set.
- Choose username/password or IP whitelist authentication.
- Configure country, session, and protocol options.
- Test with cURL before connecting a production tool.
Minimum Values You Need
| Value | Example |
|---|---|
| Host | Host from the dashboard |
| Port | Port from the dashboard |
| Username | your-username |
| Password | your-password |
| Target URL | https://proxy.duckip.net for a simple connectivity check |
First Test
curl -x your-username:your-password@Host:Port https://proxy.duckip.netIf this fails, fix credentials and network reachability before testing browsers or scraping frameworks.
