IPRoyal with Proxy Bastion

Last checked 2026-08-14

Proxy Bastion does not sell IPs. It sits in front of proxies you already pay for and gives each person a revocable, metered link instead of your credentials. What they receive is a relay link and nothing else: no upstream host, no upstream password.

This release accepts http and https upstreams only. It does not support socks5 upstreams.

We have not published an IPRoyal gateway host, port or credential format here. Their public documentation entry point is an overview that routes to other resources rather than stating connection details, and we do not publish values we could not read off a page. Take them from your own dashboard and verify them with the command in step two.

We are not affiliated with IPRoyal and we do not resell their traffic.

What is supported

We have not published IPRoyal's gateway host, port or credential format on this page, because we could not confirm them from their public documentation on the date above. Take those values from your own dashboard and verify them with the command in the setup steps below.

Setup

1. Take the credentials from the order, not from a shared note

The point of this setup is that the upstream credential stops circulating. Starting from a copy that has already been pasted into a chat defeats it, because you cannot tell how many people already have that copy.

2. Verify the upstream before registering it

Substitute your own host, port and credentials. A 200 confirms host, port, protocol and credentials together, and gives you a known-good baseline to compare against if a recipient reports a failure later.

curl -sS -o /dev/null -w 'http_code=%{http_code}\n' --max-time 15 --proxy 'http://USER:PASS@HOST:PORT' https://example.com

3. Record the exit IP and country

Note it before you hand out anything. It is the value a recipient browser profile should be matched against, and it is also how you notice later that a pool has failed over somewhere unexpected.

curl -sS --max-time 15 --proxy 'http://USER:PASS@HOST:PORT' https://api.ipify.org

4. Register the upstream, pool it, then issue one link per recipient

Each link gets its own expiry and traffic ceiling. Revoking one leaves your IPRoyal credentials and every other link untouched. Two limits to know before you rely on either control: a revoked link can stay usable for up to about 60 more seconds while the edge cache expires, and the traffic ceiling is enforced from usage reported back in batches, so a link can overshoot it by up to about five minutes of traffic.

Sources

  • IPRoyal maintains a public integrations directory organised into categories including AI, anti-detect browsers, data collection tools, devices and mobile tools. The page states no gateway host, port or credential format. https://iproyal.com/integrations/ (checked 2026-08-14)
  • The IPRoyal documentation entry point is an overview page that directs readers to the help centre, blog and free tools, and does not state a gateway host, port, credential format or supported protocols. https://docs.iproyal.com/ (checked 2026-08-14)