New: AI-powered Google Review automation is liveLearn more →
VoqadoWiFi
Networking

What is Walled Garden?

Definition

A walled garden is the list of domains and addresses a captive portal permits an unauthenticated device to reach before login. It exists so the portal page, its assets, and any login or payment services it depends on can load, while everything else stays blocked until the guest completes authentication.

Why an allow-list is unavoidable

A pre-login device is in a deny-all state, but the login page itself has to load from somewhere. If the portal is hosted externally, its domain must be reachable, and so must every third party the page calls: fonts, scripts, images, analytics, an identity provider used for social login, and a payment processor if access is paid. Each of those is a separate hostname, and missing even one produces a page that half renders and never completes. The walled garden is the mechanism that carves out those specific exceptions.

Keeping it tight

Every entry in the walled garden is free internet access for anyone who knows how to use it, so the list should be as small as the portal genuinely requires. Two habits keep it manageable: self-host portal assets where practical so there are fewer external hostnames to allow, and defer analytics and non-essential scripts until after authorisation rather than allow-listing them. Avoid broad wildcards for large hosting providers, which effectively opens a very large slice of the internet. Review the list whenever the portal changes, because a new integration usually means a new hostname.

Debugging a portal that will not load

When a splash page hangs or renders without styling, the walled garden is the first suspect. Load the portal URL from an unauthenticated device and watch which requests fail; each failed hostname is a missing entry. Certificate-pinned services and identity providers that redirect across several domains are frequent culprits, because allowing the first domain is not enough. Keep a documented list of required hostnames alongside the portal configuration so a hardware swap or new site does not turn into a rediscovery exercise.

See walled garden in a live portal

VoqadoWiFi runs branded guest portals on TP-Link Omada and Ubiquiti UniFi networks. The Starter plan is free forever: one location, 25 logins a month, consent logging included.

Walled Garden — common questions

Can guests abuse the walled garden for free access?

To a limited degree, yes. Any allowed domain is reachable without logging in, which is why the list should contain only what the portal needs and should avoid broad wildcards over large hosting providers.

Does the walled garden apply after login?

No. Once a session is authorised the device moves to the normal guest policy and the pre-login allow-list no longer applies.

Related terms

Walled Garden rarely comes up on its own. These are the entries operators usually read next.

Networking

Captive Portal

A captive portal is the web page a network forces a device to load before it grants internet access. The network intercepts the fi

Networking

External Captive Portal

An external captive portal is a login page hosted outside the network equipment, on a separate web platform. The controller redire

WiFi Marketing

Splash Page

A splash page is the branded screen a guest sees when they connect to guest WiFi, before internet access is granted. It typically

Networking

CAPPORT

CAPPORT is an IETF standard that lets a network tell a device, in a structured way, that it is behind a captive portal, where the

More in Networking

← Back to the full glossary