Get Real IP

Frequently Asked Questions

Can't find your answer? Contact us.

Getting Started

What exactly is Get Real IP?
Get Real IP gives you a dedicated static public IPv4 address, routed to your home or office through an encrypted WireGuard tunnel. It's like having a business ISP static IP, but it works even if you're stuck behind CGNAT or a dynamic IP — and it costs a fraction of the price.
Do I need a static IP from my ISP?
No. That's the whole point. Get Real IP works regardless of what your ISP gives you — dynamic IP, shared IP, or CGNAT. The WireGuard tunnel connects outbound from your network to our servers, so your ISP's IP address doesn't matter.
What is CGNAT and why is it a problem?
Carrier-Grade NAT (CGNAT) is when your ISP shares one public IP address across many customers. You can connect outbound to the internet normally, but inbound connections to your home — like accessing your server, game server, or cameras — are blocked because nobody outside can reach you directly. Get Real IP solves this by giving you a real public IP that routes to your network.
Which endpoint should I choose?

Pick the endpoint with the lowest latency from your location. We have a latency test page that measures the round-trip time from your browser to each endpoint — run it and choose the one with the smallest number. The test includes some overhead from TLS and HTTP, so your actual tunnel latency will be lower than shown.

In general: if you're on the East Coast or in the Midwest, turnpike (New Jersey) will be fastest. If you're on the West Coast, caltrain (Silicon Valley) will be faster. The difference matters most if you're serving real-time traffic like game servers or video calls.

How long does setup take?
Under 10 minutes for most setups. Sign up, pay, download the WireGuard config, import it into your router or device, and connect. Your static IP is live the moment you subscribe — no waiting for ISP provisioning.
Is there a free trial?
Yes. Your first tunnel and IP are free for 7 days. A valid card is required at signup but you won't be charged until the trial ends. You can cancel anytime during the trial from your dashboard — no charge, no questions asked.
Can I add additional IPs or tunnels during the trial?
Yes, but additional IPs and tunnels are charged at the standard rate ($4/mo per additional IP, $8/mo per tunnel), prorated to your billing cycle. Only the first tunnel + first IP is covered by the free trial.

Technical

What devices and routers are supported?
Anything that supports WireGuard: Linux, Windows, macOS, iOS, Android, pfSense, OPNsense, GL.iNet, MikroTik, UniFi, Raspberry Pi, and more. WireGuard is widely supported and lightweight. See our setup guides for step-by-step instructions.
Can I run any service on any port?
Yes. All ports are open for inbound and outbound traffic, with one exception: outbound port 25 (SMTP) is blocked by default to prevent abuse by spammers. Inbound port 25 is open, so you can receive email without any special request. If you need to send email directly from your IP (i.e. run a mail server that delivers outbound), contact us to request a port 25 outbound unblock — we handle these on a case-by-case basis.
Is my traffic firewalled by Get Real IP?

No — and this is by design. We route your static IP directly to your device. We are not a middlebox and we do not filter or inspect your traffic. The entire point is that you get a real public IP with full control over what runs on it.

This means you are responsible for your own firewall. Any port that isn't protected by software on your device (or your router) is reachable from the internet. If you're running services you don't want exposed, make sure they're protected before connecting.

Most operating systems include a built-in firewall:

The exception is outbound port 25, which we block by default on our end to prevent abuse by spammers — see the question above.

Can I use it on my whole network, not just one device?
Yes. Run WireGuard on your router (pfSense, GL.iNet, etc.) and set up port forwarding to route inbound traffic to any device on your LAN. The static IP routes to the device running WireGuard — port forwarding gets it to the right machine behind it. See the pfSense or Linux guides for setup details.
Is my traffic inspected or logged?
No traffic inspection. Your data flows through an encrypted WireGuard tunnel — we don't see the content. We do collect connection metadata (bytes transferred per IP per month) for billing and abuse detection purposes. See our Privacy Policy for details.
Can I use the tunnel only for incoming traffic on my static IP?

Yes — this is called policy-based routing. Your inbound traffic arrives via the tunnel on your static IP, and your normal outbound traffic (browsing, downloads, etc.) continues to go out through your regular ISP connection. Only the return traffic for inbound connections goes back through the tunnel.

The default WireGuard config routes all traffic through the tunnel (AllowedIPs = 0.0.0.0/0). Policy-based routing is not a WireGuard config option — it requires routing rules on your router or Linux box. The basic idea: packets arriving from the tunnel get marked, and a separate routing table sends replies back the same way, while unmarked outbound traffic uses your normal default route.

The important thing to understand is that your OS won't automatically know to send replies back via the tunnel just because the inbound packet arrived that way. Without explicit policy routing rules, replies leak out your ISP connection with the wrong source IP and the connection breaks. You have to explicitly tell your router to send return traffic back via the tunnel.

See the Policy-Based Routing guide for step-by-step instructions on Linux (fwmark + ip rule), BSD/pfSense/OPNsense (pf reply-to), and other routers. There's also an advanced section covering multiple IPs routed to different LAN hosts.

Can I move IPs between tunnels, or merge/split tunnels?

Same endpoint location: Yes. If both tunnels are on the same endpoint (e.g. both on turnpike), we can move IPs between them, merge two tunnels into one, or split a tunnel's IPs across new tunnels. Use the contact form to request this and we'll handle it for you.

Different endpoint locations: No. IPs are tied to the subnet of their endpoint location and can't be moved between locations. If you need an IP at a different endpoint, you'll need to create a new tunnel there.

Can I set up reverse DNS (PTR records)?
Yes. Every IP you own can have a custom PTR record, set directly from the dashboard. This is important if you're running a mail server. Changes propagate within a few minutes. See the PTR Records guide for details.
What's the difference between this and Cloudflare Tunnel / Ngrok?
Cloudflare Tunnel and Ngrok are HTTP proxies — they only work for web traffic and they sit in the middle of your connections. Get Real IP is a real routed IP address. Traffic arrives at your network unmodified — no proxy, no inspection, any protocol, any port. Your IP is also dedicated to you, not shared.

Billing

What does it cost?
$8/month per tunnel, which includes one static IP. Additional IPs on the same tunnel are $4/month each. No contracts, no setup fees. See the pricing page for full details.
Can I cancel anytime?
Yes. You can mark any IP as "do not renew" from the dashboard and it stays active until the end of your current billing period — no immediate cutoff.
What happens if my payment fails?
We'll notify you by email with a link to update your payment method. If your payment isn't resolved by your renewal day, your tunnel is suspended. Update your payment method from the dashboard to restore service.

General

How do I request an additional feature for the service?

Use the contact form and select "Feature Request" as the category. Describe what you're trying to do and why it would be useful. We read every submission and use them to prioritize the roadmap.

Some things we've heard interest in: expanded endpoint locations (West Coast, Europe, Asia), a reverse proxy option (like rathole or frp) instead of WireGuard, IPv6 support, managed firewall rules, or API access for programmatic IP management. Even if it's on this list, let us know — the more people ask for something, the sooner it gets built.

Still have questions?

Contact Us