Getting Started

Get up and running with PepeProxy residential proxies in minutes.

Quick Start Steps

  1. Create an account and verify your email
  2. Add balance to your account ($5 minimum)
  3. Generate proxies with your preferred settings
  4. Use proxies in your applications

Create Your Account

Head over to the registration page and create your account. You’ll need to verify your email address before you can start generating proxies.

Add Balance

PepeProxy uses a pay-as-you-go model. Navigate to Billing and add balance to your account. The minimum balance is $5 USD, and we charge $5 per GB of traffic consumed.

Payment Methods: We accept cryptocurrency payments via Heleket and Wata. Payments are typically confirmed within minutes.

Generate Your First Proxy

Once your account has balance, navigate to the Proxies page. Here you can configure your proxy settings:

  • Protocol: Choose between HTTP/HTTPS or SOCKS5
  • Location: Select country, region, and city targeting
  • Session Type: Rotating (auto-rotate) or Sticky (fixed IP for 1-20 minutes)
  • Host Location: Choose server location (DE, CIS, US)
  • Quantity: Generate 1-100 proxies at once

Click Generate Proxies and your proxies will be created instantly. The minimum traffic allocation is 1 MB per proxy.

Use Your Proxies

Your generated proxies will appear in the format:

protocol://username:password@host:port

Example:

http://user_abc123:pass_xyz789@us-01.pepeproxy.com:2333

Test Your Proxy

You can test your proxy using curl:

curl -x http://username:password@us-01.pepeproxy.com:2333 https://api.ipify.org

Python Example

Here’s a simple example using Python’s requests library:

import requests

proxies = {
    'http': 'http://username:password@us-01.pepeproxy.com:2333',
    'https': 'http://username:password@us-01.pepeproxy.com:2333'
}

response = requests.get('https://api.ipify.org', proxies=proxies)
print(response.text)

Monitor Your Usage

Track your traffic consumption and remaining balance on the Dashboard. You can also view your proxy generation history and see detailed traffic statistics.


Next: Learn about proxy types →