How to use IPnivo proxies: a quick start guide
Learn how to use IPnivo proxies in minutes. This quick start guide covers registration, login, free trial, rotating and static residential proxies, setup steps, code examples, and FAQs.
Sign up for an IPnivo account
To start using IPnivo proxies, create a free account first.
- Visit ipnivo.com/sign-up.
- Enter your email address and create a strong password.
- Verify your email by clicking the link in your inbox.
- Log in to access the proxy dashboard.
Log in to your IPnivo dashboard
After registration, log in to manage your proxies and monitor usage.
- Go to ipnivo.com/login.
- Enter your email and password.
- If you forget your password, use the "Forgot password" link to reset it.
- Once logged in, you can view your proxy credentials, traffic usage, and active plans.
Start your IPnivo free trial
New users can try IPnivo residential proxies before committing to a larger plan.
- Rotating trial: $2.99 for 2 GB, valid for 5 days
- Static trial: $1.49 for 1 IP, valid for 5 days
- No auto-renewal or credit card required for some regions
- How to start: Log in to the dashboard. Go to Products → Trial Plans. Choose rotating or static proxies. Complete checkout to activate the trial.
How to use rotating residential proxies
IPnivo rotating residential proxies are ideal for web scraping, SERP tracking, ad verification, and price monitoring.
Step 1 — Get your proxy credentials
In the dashboard, go to Products → Rotating Residential Proxies. You will see:
- Proxy host:
- residential.ipnivo.com
- Proxy port:
- 7777
- Username:
- your account username
- Password:
- your proxy password
Step 2 — Configure the proxy endpoint
Use this format in your code or tool:
http://USERNAME:PASSWORD@residential.ipnivo.com:7777For sticky sessions (same IP across multiple requests), add a session ID:
http://USERNAME:PASSWORD-session-12345@residential.ipnivo.com:7777Keep the same session ID to maintain the IP. Change it to get a new IP.
Step 3 — Run a proxy connection test
Send a request to https://ipinfo.io/json through your proxy. The returned IP should differ from your local IP.
Step 4 — Start your project
Use rotating sessions for high IP diversity. Use sticky sessions when you need a consistent identity for a short workflow.
How to use static residential proxies
IPnivo static residential proxies provide a fixed IP address, making them ideal for account management, social media management, and long-lived sessions.
Step 1 — Purchase a static IP
In the dashboard, go to Products → Static Residential Proxies and select a plan. After purchase, you will receive a fixed proxy endpoint.
Step 2 — Copy the static proxy endpoint
Your static IP details include:
- Host:
- static.ipnivo.com (or a specific IP address)
- Port:
- 8888 (check your dashboard)
- Username:
- your account username
- Password:
- your proxy password
Step 3 — Use the endpoint in your code
curl -x http://YOUR_USERNAME:YOUR_PASSWORD@static.ipnivo.com:8888 \
https://ipinfo.io/jsonReplace the host and port with the values shown in your dashboard.
When to use static proxies:
- Account management and login sessions
- E-commerce storefront management
- Social media automation
- Any task requiring a consistent IP identity
Frequently asked questions
Q: What do I need before I can start using IPnivo proxies?
A: You need a verified IPnivo account, an active trial or paid plan, and a tool or environment that supports HTTP/HTTPS or SOCKS5 proxies. We provide code examples for Python, Node.js, cURL, PHP, Java, and Go to help you get started quickly.
Q: How do I test if my proxy is working?
A: Run a request to https://ipinfo.io/json through your proxy endpoint. The response should show a different IP address, country, and ISP than your local connection. If the IP matches your local network, your proxy is not being used.
Q: Can I upgrade or downgrade my plan?
A: Yes. You can upgrade your plan at any time from the IPnivo proxy dashboard. Upgrades take effect immediately. Downgrades usually take effect at the next billing cycle. Contact support if you need custom enterprise pricing.
Q: What happens when my traffic runs out?
A: Your requests will stop once your traffic balance is exhausted. You can check your traffic usage in the dashboard and purchase an additional plan or upgrade to continue using the service.
Q: Why is my proxy connection timing out?
A: A proxy timeout is often caused by:
- A firewall blocking the proxy port
- Using the wrong host or port
- Network restrictions in your environment
- Too many concurrent requests
Try a different port, reduce concurrency, or allow outbound traffic to the proxy host.
Q: What should I do if my proxy is not working?
A: Check the following:
- Verify your proxy credentials are copied correctly from the dashboard.
- Confirm the proxy host and port match the values shown in your plan.
- Try switching between HTTP/HTTPS and SOCKS5.
- Change your session ID or remove it to test rotation.
- Check your local firewall and network settings.
If the issue continues, contact support@ipnivo.com or open a ticket from the dashboard.
Q: Can I use IPnivo proxies with any programming language?
A: Yes. Any language or tool that supports HTTP/HTTPS or SOCKS5 proxies can use IPnivo. We provide code examples in Python, Node.js, cURL, PHP, Java, and Go. You can also integrate IPnivo with Scrapy, Selenium, Puppeteer, Playwright, and Multilogin.
Q: Why are my requests still being blocked when using a proxy?
A: Even with residential proxies, aggressive bot behavior can be detected. Common causes include:
- Too many requests in a short time
- Missing or inconsistent user-agent headers
- Repetitive request patterns
- Target site using advanced fingerprinting (TLS/JA3, canvas, etc.)
Try adding delays, rotating user agents, using headless browsers, and distributing traffic across more IPs.