Quickstart
Get connected to ProxyOmega in three steps. Pick a plan, set up access, and make your first request. The whole thing takes about two minutes.
Step 1: Sign in and get a plan
Head to the ProxyOmega dashboard and create an account, or sign in if you already have one. Once you're in, buy or activate a plan from any of the six products:
- Budget Unlimited: shared residential, unlimited bandwidth, priced by port count.
- Premium Unlimited: dedicated-speed residential, unlimited bandwidth, flat-rate.
- Residential / ISP: Tier-1 ISP-quality residential, pay-as-you-go by the GB.
- Mobile: real 4G/5G carrier IPs, pay-as-you-go by the GB.
- IPv6: thread-based, datacentre-grade IPv6.
- Static ISP: dedicated single-owner static US residential IPs.
For your first test we recommend the 1-day 5-port Budget Unlimited plan at $5.99. You can pay by card, crypto, or from your account balance. The rest of this page uses Budget Unlimited for the examples.
Step 2: Set up access
ProxyOmega gives you two ways to connect. Pick one: the two methods are mutually exclusive. Adding any IP to your whitelist switches your account to IP-gated access and your username & password stop working; to use credentials, your whitelist must be empty.
Option A: Whitelist your IP (credential-free)
If you're connecting from a server with a static public IP, add that IP under Whitelist in the dashboard. Once whitelisted, you connect with no username or password, because your IP is recognised and let straight through.
Option B: Username and password
Your proxy username and password are shown in the dashboard. Use them for connections from dynamic or shared IPs, or whenever your source IP changes. Credentials work from any IP, as long as your whitelist is empty. The format is always:
http://USERNAME:[email protected]:10000
Step 3: Make your first request
With a Budget Unlimited plan active, connect to residential.proxyomega.com on any port in your assigned block (10000-10099). Here's a curl request that routes through the proxy and returns the exit IP:
curl -x "http://USERNAME:[email protected]:10000" https://api.ipify.org
Replace USERNAME and PASSWORD with the values from your dashboard. The response is a proxied residential IP, not your own:
203.0.113.47
Set the country and rotation
On Budget Unlimited, the exit country and rotation are configured per port in your dashboard, under Budget Unlimited → Configuration. Pick each port's country, its rotation interval, and whether it auto-replaces its IP if it goes offline. Then connect with your plain username and password — the port serves its configured country and rotates on its configured interval:
curl -x "http://USERNAME:[email protected]:10000" https://api.ipify.org
See the Budget Unlimited page for the full per-port walkthrough. If you need request-level targeting parameters on the username (state, city, ASN, or per-request sticky sessions), those are available on Premium Unlimited and Residential / ISP — see Targeting.
Prefer a browser?
Next steps
You're up and running. Here's where to go from here:
Authentication
IP whitelisting, username/password, and API-key auth: how each works and when to use it.
Targeting
Country, state, city, and ASN parameters, plus sticky sessions and TTL, appended to your username.
Code examples
Ready-to-run snippets for Python, Node.js, and more across all six products.
Product pages
Full connection details for Budget Unlimited, Premium Unlimited, Residential / ISP, Mobile, IPv6, and Static ISP.
Last updated July 10, 2026