Skip to main content

Quick Start

Get your first proxy working in under 5 minutes.

AI Summary

Get a summary of this page using your preferred AI assistant.

Create Your Account

Sign up at proxyon.io/register. No ID required, no forms, no approval queues. You can also sign up with Google for one-click access.

Add Funds

Head to the dashboard and deposit funds. We accept:

  • Card - Visa, Mastercard, Apple Pay, Google Pay (via Stripe)
  • Crypto - BTC, ETH, USDT, USDC, LTC, SOL, XMR, DOGE, TRX, TON, and 19+ other cryptocurrencies (via Heleket)

Your balance is available instantly after payment confirmation.

Choose Your Proxy Type

Proxyon offers four proxy products. Pick the one that fits your use case:

Type Best For Pricing Model
Residential Web scraping, geo-targeting, account management Pay per GB ($1.75-$4.00/GB)
Datacenter IPv4 High-speed scraping, sneaker bots Pay per IP per duration ($0.30-$3.90/IP)
IPv6 Datacenter Budget scraping, high volume Pay per IP per duration ($0.03-$0.65/IP)
IPv6 Rotating Rotating threads, maximum coverage Pay per thread per duration ($0.16-$0.28/thread)

Generate Credentials

Go to the relevant section in your dashboard and create a new order. You will receive a username, password, and connection endpoint.

Make Your First Request

Residential

Bash
1curl -x http://USERNAME:[email protected]:1111 https://httpbin.org/ip

Datacenter (IPv4)

Bash
1curl -x http://USERNAME:PASSWORD@YOUR_PROXY_IP:3128 https://httpbin.org/ip

IPv6 Rotating

Bash
1curl --socks5 USERNAME:[email protected]:1080 https://httpbin.org/ip

Verify It Works

The response should return a JSON object with an IP address that is different from your own. If you see a different IP, your proxy is working.

JSON
1{
2  "origin": "203.0.113.42"
3}

Next Steps