Quick Setup Guide
Ready to put your new proxy to work? Follow these simple steps to quickly integrate our service into your environment.
Step 1: Retrieve Your Proxy Details
- 1Log in to your dashboard and navigate to your plan details.
- 2Select a proxy from the available list or add a new one.
- 3Note the configuration details you will need:
- Server:
proxy.pinguproxy.com - Port:
12933 - Your unique username and password from the dashboard.
- Server:
Step 2: Configure Your Application or Browser
For a Web Browser
Chrome
- 1.Open Chrome settings.
- 2.Navigate to Advanced > System > Open proxy settings.
- 3.Input the proxy server address and port number.
- 4.Save your settings and restart the browser.
Firefox
- 1.Open Firefox settings.
- 2.Go to Network Settings under the General tab.
- 3.Select Manual proxy configuration and enter your proxy details.
- 4.Click OK to save.
For Command Line (cURL)
curl -x http://username:[email protected]:12933 https://pinguproxy.com/ip
For Python (requests library)
import requestsUSERNAME = "PROXY_USERNAME"PASSWORD = "PROXY_PASSWORD"PROXY_IP = "PROXY_IP"PROXY_PORT = "PROXY_PORT"proxies = {"http": f"http://{USERNAME}:{PASSWORD}@{PROXY_IP}:{PROXY_PORT}","https": f"http://{USERNAME}:{PASSWORD}@{PROXY_IP}:{PROXY_PORT}",}response = requests.get("https://pinguproxy.com/ip", proxies=proxies, timeout=10)print("Your IP Address:", response.text)
Step 3: Test Your Connection
- Open your browser and navigate to PinguProxy IP Checker to confirm that your IP address reflects your proxy.
- If you encounter connection issues, review your proxy details and ensure your firewall settings allow outbound connections on the specified port.
Happy proxying! Enjoy the enhanced privacy, security, and flexibility that our service provides.