Earn proxy credits by sharing your unused bandwidth.
docker run -d --name iploop-node --restart=always ultronloop2026/iploop-node:latestThat's it. You're now earning proxy credits.
- Shares your idle bandwidth through IPLoop's residential proxy network
- Earns credits: up to 2.4 GB/day at Gold tier (see REWARDS.md)
- Uses < 50MB RAM, near-zero CPU
- Auto-reconnects on network issues
- Works on Linux, macOS, Windows, Raspberry Pi
version: '3'
services:
iploop-node:
image: ultronloop2026/iploop-node:latest
container_name: iploop-node
restart: alwaysdocker logs iploop-node | head -5 # Get your token
curl "https://gateway.iploop.io:9443/api/credits?token=YOUR_TOKEN"curl -x "http://user:YOUR_API_KEY@gateway.iploop.io:8880" https://httpbin.org/ip
curl -x "http://user:YOUR_API_KEY-country-US@gateway.iploop.io:8880" https://example.comDon't want Docker? Download from Releases.
| Platform | Binary |
|---|---|
| Linux amd64 | iploop-node-linux-amd64 |
| Linux arm64 | iploop-node-linux-arm64 |
| macOS Intel | iploop-node-darwin-amd64 |
| macOS ARM | iploop-node-darwin-arm64 |
| Windows x64 | iploop-node-windows-amd64.exe |
| Linux armv7 | iploop-node-linux-armv7 |
- 2,000,000+ residential IPs
- 19,000+ nodes online
- 50+ countries
- Device types: Android, Windows, Mac, Smart TV
MIT — see LICENSE
All endpoints available at gateway.iploop.io:9443
System health check. No auth required.
Diagnose your API key — plan, quota, usage, recommendations.
Error code lookup (407, 403, 502, 503, 504, 429). No auth required.
Body: {"question": "your question"}. Requires api_key param.
Ask about countries, quota, pricing, errors, timeouts.
All API responses include rate limit headers:
X-RateLimit-Limit— your plan's limitX-RateLimit-Remaining— requests remainingX-RateLimit-Reset— reset timestamp
| Plan | Requests/min |
|---|---|
| Free | 30 |
| Rewarded | 120 |
| Starter | 120 |
| Growth | 300 |
| Business | 600 |
| Enterprise | 1000+ |