WG Connect WG Connect
Use case · Travel safety

Protect your Apple TV on hotel and Airbnb Wi-Fi

Hotel networks are crowded and operated by people you don't know. Airbnb networks are configured by people who might. Either way, your travel Apple TV is exposed every time it joins one — unless every byte leaves the room encrypted.

The problem

A typical hotel network has 200+ devices on it, often on a flat broadcast domain. The network operator can log every domain you visit, every streaming service you launch, and (with cheap tools) the metadata of who you're talking to. Airbnb hosts can reuse old, never-patched routers with default admin passwords. Some smart-TV setups even let the host see what's playing on the connected device.

Your Apple TV doesn't have a sandboxed mobile-style network stack. Apps make plain network calls. Plenty of "smart" features (AirPlay discovery, app analytics, ad SDKs) leak information sideways. The fix is to encrypt the link itself.

How WG Connect protects you

WG Connect routes 100% of your Apple TV's traffic through a WireGuard tunnel before it touches the local network. The hotel router still sees encrypted UDP packets going to one IP — your VPN provider, or your home router — but cannot read or classify any of it. DNS queries also go through the tunnel, so even hostname-level snooping (the easiest kind) is impossible.

  Without a VPN                        With WG Connect

  ┌──────────┐                        ┌──────────┐
  │ Apple TV │ ── plain DNS ──┐       │ Apple TV │ ── encrypted ──┐
  └──────────┘                ▼       └──────────┘                 ▼
                       ┌──────────┐                          ┌──────────┐
                       │  Hotel   │ sees: who, what,         │  Hotel   │ sees: noise
                       │  router  │ when, where              │  router  │
                       └──────────┘                          └──────────┘
  

Step-by-step

  1. Pick a VPN provider before you travel. Mullvad and IVPN are popular for privacy. ProtonVPN has a free tier. Generate a WireGuard .conf file from the provider's web dashboard while you still have a trusted internet connection at home.
  2. Import the config into WG Connect. Open the app on your travel Apple TV → Add Profile → Upload from Phone. Scan the QR code, upload the .conf from your phone over the local hotel Wi-Fi (this part is fine — the file itself doesn't contain anything sensitive in transit; the keys are generated on import).
  3. Enable always-on. In WG Connect Settings, turn on always-on auto-reconnect. The tunnel will engage automatically whenever the Apple TV comes online.
  4. Handle the captive portal. If the hotel needs you to accept a terms page, do that in the Apple TV's Settings app first (it has a built-in captive portal browser), then activate WG Connect.
  5. Verify. Open the WG Connect main screen. The status should be Connected with a cyan glow. Stream as normal — Netflix, Plex over the tunnel, YouTube, all encrypted end-to-end.

Why not a travel router?

Travel routers (GL.iNet, etc.) solve the same problem at the network level — they're great if you also have a laptop, phones, and other devices to protect. But for a single Apple TV they're overkill: extra hardware, extra power adapter, extra setup, and they still need to handle captive portals manually. WG Connect installs in 60 seconds and travels in your suitcase as nothing.

What encryption you actually get

WireGuard uses ChaCha20-Poly1305 — the same cipher Cloudflare and Google use for HTTPS. Keys are negotiated with Curve25519 elliptic-curve cryptography. There is no known practical attack against this construction. The protocol is small (under 4,000 lines of code) and has been audited multiple times. Your private key never leaves the Apple TV's Keychain.

Considerations

Frequently asked questions

Can the hotel see what I'm streaming on my Apple TV?

Without a VPN: yes — even if the streaming service uses HTTPS, the hostname (netflix.com, youtube.com) is visible via DNS and SNI. With WG Connect active, the hotel only sees encrypted traffic to a single VPN endpoint.

Is a travel router still needed if I use WG Connect?

No. Travel routers solve the same problem at the network level — they require carrying extra hardware, a captive-portal workaround, and configuration. WG Connect handles only the Apple TV but does it without extra gear.

What about hotel captive portals?

Captive portals only block traffic at the start of a session until you accept terms. The Apple TV's Settings app lets you complete the portal first, then enable WG Connect. After that the tunnel runs cleanly.

Will my Apple TV stay connected when the hotel Wi-Fi drops?

WG Connect's always-on mode reconnects automatically when the network comes back. WireGuard handshakes are fast (sub-second), so a brief outage is invisible.

Download on the
App Store