Watch Globoplay on Linux abroad

Watch Globoplay on Linux abroad

Globoplay is Globo's streaming service and the largest in Brazil. There is an international version of the app, but its catalog is heavily reduced — most novelas, live TV Globo, and sports are only available with a Brazilian IP. WireGuard is built into the Linux kernel (5.6+). You get the cleanest, fastest implementation of all platforms — via wg-quick, NetworkManager, or systemd-networkd.

What Globoplay carries — and how the block works

Novelas (current and classics), Big Brother Brasil with exclusive cameras, TV Globo live feed, journalism, and football via the Premiere add-on.

Requires a Conta Globo. Subscriptions are billed in reais; foreign cards usually work on the website. The key restriction is the IP: with a foreign IP you land on the limited international catalog, with a Brazilian IP you see the full one.

Step by step on Linux

WireGuard is built into the Linux kernel (5.6+). You get the cleanest, fastest implementation of all platforms — via wg-quick, NetworkManager, or systemd-networkd.

  • Install the tools: `sudo apt install wireguard` (Debian/Ubuntu) or the equivalent for your distro.
  • Download the .conf from the tunells.online dashboard and save it as /etc/wireguard/br0.conf.
  • Run `sudo wg-quick up br0` to connect (and `down` to disconnect).
  • Optional: `sudo systemctl enable wg-quick@br0` to connect on boot.

The setup, start to finish

The flow with tunells.online is the same on every platform, and the free trial (24 hours, no card) exists precisely so you can validate it on your own network first.

  • Create your tunells.online account — no card needed to start.
  • In the dashboard, add a device and open its QR code (or download the .conf on desktop).
  • Scan it with the WireGuard app and activate the tunnel.
  • Confirm the Brazilian IP (search "my IP") and open your streaming app.

Tips to avoid trouble on match day

  • If the app already shows the international catalog, log out, connect the VPN, then log back in — the catalog is decided at session start.
  • Check the handshake anytime with `sudo wg show` — a recent "latest handshake" means the tunnel is healthy.
  • For live sport, prefer ethernet or 5 GHz Wi-Fi — packet loss hurts streams more than ping does.
  • Connect the VPN before opening the streaming app; many apps cache your region at launch.

Get started

Free trial with WireGuard and a Brazilian IP in minutes.

Create account

Related articles

FAQ

I have Globoplay Internacional. Why do I still need a Brazilian IP?

The international plan skips live sports, TV Globo's live feed, and part of the novela catalog. Connecting with a Brazilian IP unlocks the same catalog subscribers see inside Brazil.

Does WireGuard run well on Linux?

WireGuard is built into the Linux kernel (5.6+). You get the cleanest, fastest implementation of all platforms — via wg-quick, NetworkManager, or systemd-networkd.

Do I need a credit card to try it?

No. The 24 hours trial requires only a verified account — subscribe later if it works for you.

Is my connection private?

WireGuard encrypts all traffic between your device and the Brazilian exit with modern cryptography (ChaCha20-Poly1305). Your local network and ISP see only encrypted packets.