Quick Setup Guide

Follow these steps to connect your first proxy.

Step 1: Retrieve your proxy details

  1. 1Open your dashboard and select a proxy.
  2. 2Copy the server, port, username, and password.
  3. 3Enter the details in your application and save the configuration.
proxy.pinguproxy.com:12933

Step 2: Configure your application

  1. 1Open your dashboard and select a proxy.
  2. 2Copy the server, port, username, and password.
  3. 3Enter the details in your application and save the configuration.

cURL

curl -x http://username:password@proxy.pinguproxy.com:12933 https://pinguproxy.com/ip

Python (requests)

import requests
proxies = {"http": "http://username:password@proxy.pinguproxy.com:12933"}
response = requests.get("https://pinguproxy.com/ip", proxies=proxies, timeout=10)
print(response.text)

Step 3: Test your connection

  • Open the PinguProxy IP Checker and confirm the displayed address.
  • If the connection fails, verify credentials, port, and firewall rules.
Your proxy is ready. Enjoy improved privacy, security, and flexibility.