Skip to main content

Grandstream GWN Access Points Integration with Purple WiFi

This authoritative technical reference guide details how to integrate Grandstream GWN access points with Purple's Guest WiFi and analytics platform. It covers Grandstream captive portal configuration, RADIUS AAA settings, walled garden setup, secure staff 802.1X authentication with dynamic VLAN steering, and multi-tenant PPSK segmentation - providing actionable, step-by-step guidance for MSPs and IT teams deploying guest and staff WiFi at scale.

📖 9 min read📝 2,079 words🔧 2 worked examples4 practice questions📚 10 key definitions

Listen to this guide

View podcast transcript
Welcome to the Purple Technical Briefing Series. I'm your host, and today we're covering a deployment pattern that's becoming increasingly common across hospitality, retail, and multi-tenant properties: integrating Grandstream GWN access points with Purple's guest WiFi platform. If you're an MSP, an in-house IT team, or a network architect who's been handed a Grandstream GWN deployment and asked to bolt on a branded captive portal with analytics, this episode is for you. We'll cover the full stack: guest splash page redirection, walled garden configuration, secure staff WiFi using 802.1X, and multi-tenant segmentation using Grandstream's Private Pre-Shared Key feature. Let's get into it. --- First, some context. Grandstream's GWN series is a solid mid-market access point range. You've got the GWN7600 and GWN7630 for indoor deployments, the GWN7660 and GWN7664 for Wi-Fi 6 environments, and the GWN7610 as a ceiling-mount option for higher-density spaces. They're managed either through GWN Manager, which is an on-premise controller you install on a Linux or Windows server, or through GWN dot Cloud, which is Grandstream's cloud-hosted management platform, now rebranded as GDMS Networking. The good news for MSPs is that both management platforms support captive portal configuration natively. You can build the portal policy, customise the splash page, and associate it with an SSID entirely within GWN Manager or GWN dot Cloud. But for enterprise deployments where you need GDPR-compliant data capture, marketing automation, and real-time analytics, you're going to replace that native portal with an external platform. That's where Purple comes in. Purple operates as a cloud overlay. It sits above your hardware and provides the captive portal, the RADIUS authentication layer, the analytics engine, and the marketing tools. Purple supports 80,000 live venues and has processed 440 million logins in 2024 alone, so the platform is well-proven at scale. The integration with Grandstream GWN follows the same standards-based approach Purple uses across Cisco Meraki, HPE Aruba, Ruckus, Juniper Mist, and Ubiquiti UniFi. --- Let's get into the technical architecture. The guest WiFi flow on Grandstream GWN with Purple works like this. A guest connects to your guest SSID. Their device sends an HTTP request to any website. The GWN access point intercepts that request and issues an HTTP 302 redirect to the Purple portal URL. The guest lands on your branded splash page, hosted by Purple. They authenticate, whether that's via email, social login, SMS verification, or a custom form. Purple's platform validates that authentication, records the consent and data in line with GDPR, and then sends a RADIUS Access-Accept back to the GWN access point. The AP grants internet access. The whole flow takes around three to five seconds from connection to internet access. Now, the key configuration components on the Grandstream side are: the captive portal policy, the splash page settings, the walled garden, and the SSID association. Let me walk through each one. --- Step one: configure the captive portal policy in GWN Manager or GWN dot Cloud. Navigate to Captive Portal, then Policy List, and create a new policy. Give it a descriptive name, something like "Purple-Guest-Portal". Set the Authentication Type to RADIUS Server. You'll then see fields for RADIUS Server Address, RADIUS Server Port, and RADIUS Server Secret. Enter Purple's RADIUS server IP address and port 1812 for authentication. Your shared secret comes from the Purple portal admin console, under the venue's hardware configuration section. Set the RADIUS Authentication Method to PAP, which is what Purple's captive portal flow uses. Under Landing Page, set this to Redirect to External Page, and enter your Purple portal redirect URL. This is the URL that guests will be sent to when they first connect. Again, this comes from your Purple admin console. Set the Expiration time to match your venue's session policy. For a hotel, 24 hours is typical. For a conference venue, you might set this to the duration of the event. For a retail environment, two to four hours is common. Enable Failsafe Mode. This is important. If the GWN access point can't reach Purple's RADIUS server, failsafe mode grants internet access anyway rather than blocking all guests. For most hospitality and retail deployments, a brief RADIUS outage should not result in all guests losing connectivity. --- Step two: configure the walled garden. The walled garden is the list of domains and IP addresses that guests can access before they've authenticated through the portal. If you get this wrong, guests will see a blank page or a broken portal, and they'll blame the WiFi. In GWN Manager, the walled garden is configured under the captive portal policy as Pre-Authentication Rules. Add the following domains as allow rules: the Purple portal domain, which is portal dot purple dot ai; any CDN domains that Purple's splash page loads assets from, including cloudfront dot net using a wildcard entry; Apple's captive portal detection endpoint, captive dot apple dot com; and Google's connectivity check endpoint, connectivitycheck dot gstatic dot com. Purple's support portal has a dynamic walled garden generator at support dot purple dot ai. Select Grandstream from the hardware list, choose your authentication methods, and it generates the exact domain list you need. Use that list. Don't try to build it manually from scratch. One decision you need to make: do you include captive dot apple dot com in the walled garden or not? If you include it, iOS devices will not show the Captive Network Assistant mini-browser automatically. Guests will need to open a browser manually to reach the portal. If you exclude it, iOS fires the mini-browser automatically when the device connects. For most hospitality deployments, you want the mini-browser to appear, so leave captive dot apple dot com out of the walled garden. --- Step three: configure the SSID. In GWN Manager, navigate to SSID and edit your guest SSID. Enable Captive Portal and select the policy you just created. Set the SSID to WPA2-Personal with a simple open password, or configure it as an open SSID if your venue prefers that approach. The security in this flow comes from the portal authentication, not the WiFi password. Enable Client Isolation. This prevents guests from seeing each other's devices on the network. It's a basic security requirement and a PCI DSS consideration if your venue processes card payments on the same infrastructure. Assign the SSID to your guest VLAN. VLAN 10 is a common convention for guest traffic. Make sure your upstream switch and router are configured to route that VLAN to the internet with appropriate firewall rules. --- Now let's talk about Staff WiFi using 802.1X. IEEE 802.1X is the standard for port-based network access control. For staff WiFi, it replaces the shared pre-shared key with per-user credentials, validated against an identity provider. When a staff member connects, the GWN access point acts as the authenticator, their device is the supplicant, and Purple's RADIUS server is the authentication server. In GWN Manager, create a separate SSID for staff. Set the Security Mode to WPA2-Enterprise, which enables 802.1X. Configure the RADIUS server settings with Purple's RADIUS IP, port 1812, and your shared secret. Enable RADIUS Accounting on port 1813 so you get a full audit trail of who connected, when, and for how long. This audit trail is what you need for GDPR compliance and for responding to any security incidents. For the EAP method, you have two main options. EAP-TLS uses digital certificates on both the server and the client device. It's the most secure option, but it requires a Mobile Device Management platform to push certificates to staff devices. If you have Microsoft Intune or Jamf, EAP-TLS is the right choice. PEAP, which stands for Protected EAP, uses a username and password inside an encrypted TLS tunnel. It's easier to deploy, particularly for BYOD environments, but you must ensure staff are trained not to accept certificate warnings. A rogue access point can harvest PEAP credentials if users click through certificate errors. Enable Dynamic VLAN assignment in the SSID settings. When this is on, the RADIUS server can return a VLAN ID in the Access-Accept packet, and the GWN AP will place the connecting device on that VLAN. This means you can have a single staff SSID but automatically segment IT staff onto VLAN 20, management onto VLAN 21, and point-of-sale devices onto VLAN 40, all based on the user's identity in Purple's directory. The RADIUS attributes for dynamic VLAN are: Tunnel-Type set to VLAN, which is attribute value 13; Tunnel-Medium-Type set to IEEE-802, which is attribute value 6; and Tunnel-Private-Group-ID set to the VLAN number as a string. These three attributes in the Access-Accept packet are all the GWN AP needs to steer the device to the correct VLAN. --- Now for the feature that's particularly relevant for multi-tenant properties: Grandstream Private Pre-Shared Keys, or PPSK. PPSK is a mechanism that allows a single SSID to support multiple unique passwords, each mapped to a different VLAN or network policy. Think of a build-to-rent apartment block, a co-working space, or a serviced office building. You want one SSID visible to everyone, but each tenant gets their own password that puts them on their own isolated network segment. In GWN Manager, PPSK is configured under the SSID settings. Set the Security Mode to WPA2-Personal, then enable PPSK. You can then create individual PSK entries, each with a unique password and an associated VLAN ID. When a device connects using Tenant A's password, the AP places it on VLAN 31. When a device uses Tenant B's password, it lands on VLAN 32. The tenants share the same SSID but are completely isolated from each other at the network layer. For larger deployments, Grandstream also supports PPSK with RADIUS backend. In this mode, the AP sends the PSK as a RADIUS attribute to the authentication server, which validates it and returns the appropriate VLAN assignment. This is where Purple's Identity-Based Networks feature integrates directly. Purple can manage the PPSK database, validate keys against its directory, and return dynamic VLAN assignments, giving you centralised management of hundreds of tenant credentials from a single platform. The RADIUS attribute used for PPSK validation is typically the Tunnel-Password attribute, or a vendor-specific attribute depending on firmware version. Check Grandstream's release notes for your specific firmware, as the attribute mapping has evolved across GWN Manager versions. --- Let me cover the two most common failure modes I see in Grandstream deployments with external portals. The first is the redirect not firing. A guest connects to the SSID, opens a browser, and gets a "site can't be reached" error instead of the portal page. The most likely cause is a walled garden misconfiguration. The portal page itself is being blocked pre-authentication. Open your browser developer tools on a test device connected to the guest SSID, look at the network tab, and identify which requests are failing. Add those domains to your pre-authentication rules. The second failure mode is RADIUS timeout. The AP sends an Access-Request to Purple's RADIUS server and gets no response. This usually means a firewall is blocking UDP port 1812 outbound from the AP's management VLAN to Purple's RADIUS IP range. Check your firewall rules. Purple's RADIUS IP addresses are documented in the Purple admin console under venue settings. Make sure both the primary and secondary RADIUS IPs are permitted. A third one worth mentioning: Dynamic VLAN not working. Staff connect and land on the wrong VLAN. The most common cause is that Enable Dynamic VLAN is not checked in the SSID settings in GWN Manager. It's a single checkbox that's easy to miss. The second cause is a shared secret mismatch. If the shared secret on the AP doesn't match the one configured in Purple, the AP silently drops the RADIUS response and falls back to the default VLAN. --- Let me give you two real-world scenarios to make this concrete. Scenario one: a 120-room hotel. The hotel runs GWN7660 access points managed through GWN dot Cloud. They need a branded guest portal for guests, a secure staff network for front desk and housekeeping, and a separate management VLAN for the property management system. The configuration uses three SSIDs: Guest WiFi on VLAN 10 with the Purple captive portal policy; Staff WiFi on VLAN 20 with WPA2-Enterprise and PEAP authentication against Purple's RADIUS; and a hidden Management SSID on VLAN 30 for PMS terminals. Dynamic VLAN assignment on the staff SSID means housekeeping devices land on VLAN 21 with restricted internet access, while front desk devices land on VLAN 20 with full access. Purple's analytics dashboard shows the hotel operator daily guest counts, session durations, and opt-in rates for marketing, giving the marketing team the data they need to run targeted campaigns. Scenario two: a 40-unit build-to-rent apartment block. The operator runs GWN7630 access points with GWN Manager on-premise. Each apartment needs its own isolated network. The operator uses PPSK with RADIUS backend. Purple manages 40 unique tenant credentials, each mapped to a dedicated VLAN. Residents connect to the single "BuildingConnect" SSID using their unit's password. Purple's portal handles the initial onboarding flow, captures resident consent, and provides the operator with occupancy analytics and engagement data. When a resident moves out, the operator revokes their PPSK credential in Purple's admin console, and access is immediately terminated. No need to change the SSID password or reconfigure the APs. --- Rapid fire. Three questions I get asked constantly on Grandstream deployments. Question one: Can I use GWN dot Cloud instead of GWN Manager for the Purple integration? Yes. The captive portal configuration in GWN dot Cloud is functionally identical to GWN Manager. The menu paths are the same. The RADIUS and walled garden settings are in the same locations. GWN dot Cloud is the better choice for MSPs managing multiple sites, since you get a single pane of glass across all deployments. Question two: Does Purple support Grandstream's native analytics alongside its own? Purple replaces the native captive portal analytics with its own, more detailed dataset. You get session counts, dwell times, opt-in rates, demographic data from form fields, and integration with marketing platforms. The native GWN analytics for RF performance, AP health, and client counts remain available in GWN Manager or GWN dot Cloud alongside Purple's portal analytics. Question three: What firmware version do I need on the GWN APs for PPSK with RADIUS? PPSK with RADIUS backend requires GWN firmware 1.0.19 or higher on the GWN76xx series. Check Grandstream's release notes before deployment. Running outdated firmware is the single most common cause of unexpected behaviour in PPSK deployments. --- To wrap up. Integrating Grandstream GWN access points with Purple is a straightforward deployment when you follow the right sequence. Configure your RADIUS server settings in the captive portal policy first. Build your walled garden using Purple's domain generator tool. Associate the policy with your guest SSID and enable client isolation. For staff WiFi, enable WPA2-Enterprise with dynamic VLAN assignment. For multi-tenant properties, use PPSK with RADIUS backend and manage credentials centrally through Purple. The five things to get right: RADIUS on UDP 1812 with a matching shared secret; the walled garden covering all portal asset domains; client isolation enabled on the guest SSID; dynamic VLAN enabled in the SSID settings; and PPSK firmware at version 1.0.19 or higher. Get those five right, and you have a solid, scalable deployment that will serve your venue for years. Purple's onboarding team can validate your configuration before go-live, and the platform's 99.999% uptime means you're not going to be explaining portal outages to hotel guests at two in the morning. Thanks for listening. For more technical guides on enterprise WiFi integrations, visit purple dot ai. Next episode, we'll be covering dynamic VLAN assignment with Microsoft Entra ID and Purple's SecurePass feature. Until then.

header_image.png

Executive summary

Deploying a high-performance wireless network in enterprise venues requires a balance between seamless user experience and robust technical security. For organisations utilising Grandstream GWN architectures - ranging from hospitality and retail to multi-tenant properties - the Grandstream captive portal serves as the primary gateway for user engagement and access control. This guide delivers a step-by-step playbook for integrating Grandstream GWN access points with Purple's Guest WiFi and WiFi Analytics platform.

By moving beyond basic Pre-Shared Keys to RADIUS-backed authentication and Identity-Based Networks, you can deliver secure, segmented access for guests, staff, and tenants. This guide covers the critical configuration components: RADIUS AAA settings, HTTP 302 redirection, walled garden exceptions, dynamic VLAN steering, and Private Pre-Shared Key (PPSK) multi-tenant isolation. Purple operates across 80,000+ live venues and processed 440 million logins in 2024 (Purple internal data), making the platform well-proven at scale.

Technical deep-dive

The integration architecture

The integration between Grandstream GWN hardware and Purple relies on industry-standard RADIUS and HTTP redirection protocols. When a user connects to the guest SSID, the GWN access point intercepts their initial HTTP request and issues an HTTP 302 redirect to the Purple-hosted captive portal URL. After the user authenticates - via email, social login, SMS, or a custom form - Purple validates the session and sends a RADIUS Access-Accept packet back to the access point on UDP port 1812, granting network access. RADIUS Accounting runs on UDP port 1813, providing a full session audit trail for GDPR and PCI DSS compliance.

architecture_overview.png

Grandstream GWN access points are managed through one of two platforms. GWN Manager is an on-premise controller installed on a Linux or Windows server, suited to single-site deployments and organisations with data sovereignty requirements. GDMS Networking (formerly GWN.Cloud) is Grandstream's cloud-hosted management platform, preferred by MSPs managing multiple sites from a single pane of glass. Both platforms expose identical captive portal and SSID configuration options.

For staff and tenant networks, the architecture shifts to IEEE 802.1X and PPSK. In an 802.1X deployment, the access point acts as the authenticator, proxying Extensible Authentication Protocol (EAP) messages between the connecting device and Purple's RADIUS server. Purple validates the credentials against its directory and can return Vendor-Specific Attributes (VSAs) to dynamically steer the device to a specific VLAN. This is Identity-Based Networking in practice: one SSID, multiple network segments, all driven by who the user is.

For multi-tenant environments, Grandstream's PPSK feature allows a single SSID to support multiple unique passwords. When integrated with a RADIUS backend, the access point sends the entered PSK to Purple for validation, enabling centralised credential management and dynamic network segmentation without broadcasting dozens of SSIDs. PPSK with RADIUS backend requires GWN firmware version 1.0.19 or higher on the GWN76xx series.

ppsk_vlan_diagram.png

RADIUS attributes for dynamic VLAN steering

Dynamic VLAN assignment is controlled by three standard IETF RADIUS attributes returned in the Access-Accept packet. These must be configured in Purple's RADIUS user profiles for each role or tenant:

Attribute Value Description
Tunnel-Type (64) 13 (VLAN) Specifies the tunnel type as VLAN
Tunnel-Medium-Type (65) 6 (IEEE-802) Specifies the medium as IEEE 802
Tunnel-Private-Group-ID (81) e.g., "20" The target VLAN ID as a string

All three attributes must be present in the Access-Accept response. If any one is missing, the GWN access point will ignore the VLAN steering instruction and place the device on the default VLAN.

Implementation guide

Step 1: Configure the captive portal policy

Whether you use GWN Manager or GDMS Networking, navigate to Captive Portal > Policy List and create a new policy. The following table summarises the required settings for a Purple integration:

Field Value Notes
Policy Name Purple-Guest-Portal Use a descriptive name
Authentication Type RADIUS Server Enables RADIUS auth flow
RADIUS Server Address [From Purple admin console] Primary RADIUS IP
RADIUS Server Port 1812 Standard RADIUS auth port
RADIUS Server Secret [From Purple admin console] Copy and paste exactly
RADIUS Auth Method PAP Required for Purple captive portal
Landing Page Redirect to External Page Enables external portal redirect
Redirect URL [From Purple admin console] Your unique portal URL
Expiration 24h (hospitality) / 4h (retail) Match your session policy
Failsafe Mode Enabled Grants access if RADIUS unreachable

Enable Failsafe Mode. If the GWN access point cannot reach Purple's RADIUS server, failsafe mode grants internet access rather than blocking all guests. For hospitality and retail deployments, a brief RADIUS interruption should not result in all guests losing connectivity.

Step 2: Configure the walled garden

The walled garden defines which domains a device can access before authenticating. An incomplete walled garden is the most common cause of portal loading failures. In GWN Manager, the walled garden is configured under the captive portal policy as Pre-Authentication Rules.

At minimum, you must include: the Purple portal domain (portal.purple.ai), CDN asset domains (*.cloudfront.net), and Google's connectivity check endpoint (connectivitycheck.gstatic.com). For social login, add the relevant social platform domains.

The decision on captive.apple.com is deliberate. Exclude it to trigger the iOS Captive Network Assistant (CNA) mini-browser automatically when a device connects. Include it if you prefer guests to open a browser manually. For most hospitality deployments, excluding it provides a better guest experience.

Use Purple's dynamic walled garden generator at support.purple.ai. Select Grandstream from the hardware list, choose your authentication methods, and the tool generates the exact domain list you need. Do not build the list manually.

Step 3: Associate the captive portal with the guest SSID

Navigate to the SSID settings and edit your guest network. Enable the Captive Portal feature and select the policy you created. Assign the SSID to your designated guest VLAN (VLAN 10 is the common convention). Enable Client Isolation to prevent guest devices from communicating with each other - this is a baseline security requirement and a PCI DSS consideration for any venue processing card payments.

Step 4: Configure secure Staff WiFi with 802.1X

Create a separate SSID for staff. Set the Security Mode to WPA2-Enterprise to enable IEEE 802.1X. Configure the RADIUS server to point to Purple on port 1812, and enable RADIUS Accounting on port 1813. This accounting data provides the audit trail required for GDPR compliance and security incident response.

For the EAP method, choose based on your device management capability. EAP-TLS uses mutual certificate authentication - the most secure option, eliminating credential theft entirely, but requiring a Mobile Device Management platform (Microsoft Intune or Jamf) to push certificates to devices. PEAP uses a username and password inside an encrypted TLS tunnel, easier to deploy for BYOD environments but requiring staff training on certificate warnings.

Enable Dynamic VLAN in the SSID settings. Purple's RADIUS server will return the three tunnel attributes to steer each authenticated device to its designated VLAN. IT staff land on VLAN 20, management on VLAN 21, point-of-sale terminals on VLAN 40 - all from one SSID, all driven by identity.

For further guidance on staff network policies, see Staff WiFi Terms and Conditions: Legal and Compliance Essentials .

Step 5: Configure multi-tenant PPSK

For multi-tenant environments, create an SSID with WPA2-Personal security and enable PPSK. To use Purple as the RADIUS backend for PPSK validation, configure the RADIUS server settings in the PPSK section of the SSID. Purple manages the PSK database, validates each key, and returns the appropriate VLAN assignment.

Each tenant receives a unique password. When they connect, the AP sends the PSK to Purple, which returns the correct VLAN ID. Tenant A lands on VLAN 31, Tenant B on VLAN 32. They share the same SSID but are completely isolated at the network layer. When a tenant moves out, revoke their credential in Purple's admin console. Access terminates immediately. No AP reconfiguration required.

For a deeper understanding of enterprise WiFi security architecture, see Enterprise WiFi Security: A Complete Guide for 2026 .

Best practices

Always configure RADIUS Accounting. Enable accounting on port 1813 for both guest and staff SSIDs. Accounting data feeds Purple's analytics dashboard with session durations and visit frequency, and provides the audit trail required under GDPR. Without accounting, you have authentication records but no session records.

Copy and paste the shared secret. A mismatched RADIUS shared secret causes the access point to silently discard packets. The AP sees a timeout rather than an authentication failure. This is the most common misconfiguration in new deployments. Copy the secret directly from the Purple admin console.

Use Purple's walled garden generator. Modern portal pages load assets from multiple CDN domains, social login SDKs, and analytics scripts. Manually building the walled garden is unreliable. The generator at support.purple.ai accounts for all required domains based on your authentication methods.

Isolate guest traffic at the access point. Client Isolation is a non-negotiable baseline for any guest SSID. It prevents lateral movement between guest devices and is a requirement under PCI DSS for venues that process card payments on the same network infrastructure.

Validate firmware before deploying PPSK with RADIUS. PPSK with RADIUS backend requires GWN firmware 1.0.19 or higher. Running outdated firmware is the most common cause of unexpected behaviour in PPSK deployments. Check the firmware version before deployment, not after.

For retail deployments, ensure your guest SSID VLAN is firewalled from any payment network segment. For healthcare environments, ensure patient or visitor WiFi is isolated from clinical systems. For transport hubs, consider session expiry policies aligned with average dwell times.

Troubleshooting & risk mitigation

Symptom: The splash page fails to load, returning a 'site cannot be reached' error. The walled garden is blocking the portal page assets. Connect a test device, open browser developer tools, inspect the network tab, and identify blocked requests. Add the failing domains to the Pre-Authentication Rules in the captive portal policy.

Symptom: Guests authenticate but the access point times out and denies internet access. Either a firewall is blocking UDP 1812 outbound from the AP's management VLAN to Purple's RADIUS IP range, or the shared secret is mismatched. Check firewall rules first. Then verify the shared secret matches exactly on both sides.

Symptom: Staff devices land on the default VLAN instead of their assigned VLAN. The Enable Dynamic VLAN checkbox is not ticked in the SSID settings. It is a single checkbox and easy to miss. The second cause is a shared secret mismatch causing the AP to silently ignore the RADIUS response.

Symptom: iOS devices do not show the captive portal mini-browser. The captive.apple.com domain is in the walled garden. iOS probes this domain on connection. If it receives a 200 response, it assumes internet access is available and does not trigger the CNA. Remove it from the walled garden to restore automatic CNA behaviour.

Symptom: PPSK tenants land on the wrong VLAN. Verify the GWN firmware is at version 1.0.19 or higher. Confirm the PPSK RADIUS backend is enabled and the shared secret matches. Check that Purple's RADIUS user profile for the PSK is returning the correct Tunnel-Private-Group-ID attribute.

ROI & business impact

Integrating Grandstream GWN hardware with Purple transforms WiFi from a sunk cost into a measurable business asset. By replacing generic open networks with authenticated captive portals, venues capture first-party data and drive loyalty program growth. Purple has collected 29 billion data points across its network (Purple internal data), giving operators the benchmarks to measure their own performance.

In hospitality environments, Purple's analytics provide visibility into guest visit frequency, dwell times, and opt-in rates. A hotel operator using Purple's Engage plan can segment returning guests for targeted campaigns, driving direct bookings and reducing OTA dependency. In retail environments, footfall analytics from WiFi data enable store managers to correlate traffic patterns with sales performance.

The implementation of 802.1X and PPSK reduces IT helpdesk overhead by automating network access control. Eliminating shared passwords removes the operational cost of password rotation and the security risk of credential sharing. For multi-tenant operators, PPSK with Purple's centralised management means onboarding a new tenant takes minutes, not hours.

Purple's 99.999% uptime (Purple internal data) and ISO 27001, GDPR, CCPA, and Cyber Essentials certifications mean the platform meets the compliance requirements of the most demanding enterprise and public-sector operators. For a complete view of guest WiFi analytics capabilities, see WiFi Analytics .

Key Definitions

Captive portal

A web page that intercepts unauthenticated HTTP traffic from a connected device, forcing the user to interact or authenticate before granting internet access. The Grandstream captive portal uses HTTP 302 redirection to send users to an external portal URL.

The primary mechanism for guest data capture, terms of service acceptance, and access control in public venues.

RADIUS

Remote Authentication Dial-In User Service; a networking protocol operating over UDP that provides centralised Authentication, Authorization, and Accounting (AAA) management. Authentication runs on port 1812, accounting on port 1813.

The backend engine that validates credentials for both captive portals and 802.1X enterprise networks. Purple operates RADIUS servers that GWN access points communicate with directly.

Walled garden

A predefined list of IP addresses and domains that a device can access before completing the captive portal authentication process. Configured as Pre-Authentication Rules in GWN Manager.

Essential for allowing devices to load the portal page assets, CDN resources, social login endpoints, and OS captive portal detection probes.

IEEE 802.1X

An IEEE standard for port-based network access control that provides an authentication mechanism for devices connecting to a LAN or WLAN. Uses EAP to exchange credentials between the device (supplicant) and the RADIUS server (authentication server) via the access point (authenticator).

Replaces shared passwords with per-user credentials for secure staff and corporate WiFi access. Required for GDPR and PCI DSS compliant staff networks.

PPSK

Private Pre-Shared Key; a feature that allows a single SSID to support multiple unique passwords, each tied to specific network policies or VLANs. Grandstream GWN supports PPSK with local storage or RADIUS backend validation.

Used in multi-tenant environments like apartments, coworking spaces, and serviced offices to isolate users without broadcasting multiple SSIDs.

Dynamic VLAN assignment

The process where a RADIUS server returns three specific attributes in the Access-Accept packet (Tunnel-Type, Tunnel-Medium-Type, Tunnel-Private-Group-ID) to steer an authenticated device to a designated VLAN. Must be explicitly enabled in GWN SSID settings.

Allows IT teams to consolidate SSIDs while maintaining strict network segmentation for different user groups, departments, or tenants.

Client isolation

A wireless security feature that prevents devices connected to the same access point from communicating directly with each other at Layer 2.

A mandatory configuration for guest networks to protect users from peer-to-peer attacks and meet PCI DSS requirements for venues processing card payments.

EAP-PEAP

Protected Extensible Authentication Protocol; an 802.1X EAP method that encapsulates the authentication exchange within an encrypted TLS tunnel using a username and password. The outer TLS tunnel protects the inner credentials from interception.

Commonly used for BYOD staff networks where deploying client certificates (EAP-TLS) is not operationally feasible. Requires staff training on certificate validation to prevent rogue AP attacks.

Failsafe mode

A GWN captive portal setting that grants internet access to connecting devices if the access point cannot reach the configured RADIUS server. Prevents a RADIUS outage from blocking all guest access.

Recommended for hospitality and retail deployments where guest connectivity is business-critical and a brief RADIUS interruption should not result in a complete service outage.

GWN Manager

Grandstream's on-premise, enterprise-grade management platform for GWN series access points. Installed on a local Linux or Windows server, it provides full captive portal, SSID, RADIUS, and PPSK configuration.

Preferred for single-site deployments and organisations with data sovereignty requirements. GDMS Networking is the cloud-hosted equivalent for multi-site MSP deployments.

Worked Examples

A 120-room hotel needs to deploy a branded guest portal for guests, a secure staff network with department-level VLAN segmentation for housekeeping and front desk, and a separate management VLAN for the property management system. The hotel runs Grandstream GWN7660 access points managed through GDMS Networking.

Configure three SSIDs in GDMS Networking. First, create 'Guest WiFi' assigned to VLAN 10. Create a captive portal policy with Authentication Type set to RADIUS Server, pointing to Purple's RADIUS IP on port 1812 with the shared secret from the Purple admin console. Set the Landing Page to Redirect to External Page with the Purple portal URL. Enable Failsafe Mode and Client Isolation. Second, create 'Staff WiFi' with WPA2-Enterprise (802.1X) security. Configure RADIUS on port 1812 and Accounting on port 1813. Enable Dynamic VLAN. In Purple's directory, configure housekeeping accounts to return Tunnel-Private-Group-ID = 21 and front desk accounts to return VLAN 20. Third, create a hidden 'Management' SSID on VLAN 30 with WPA2-Personal for PMS terminals. Build the walled garden using Purple's generator tool, excluding captive.apple.com to trigger the iOS CNA.

Examiner's Commentary: This architecture effectively segments three distinct user groups while minimising SSID overhead. Using dynamic VLAN steering for staff eliminates the need to broadcast separate SSIDs for each department, reducing RF interference and simplifying the wireless environment. Purple's analytics dashboard provides the hotel operator with daily guest counts, session durations, and marketing opt-in rates, giving the marketing team actionable data without any additional infrastructure.

A 40-unit build-to-rent apartment block requires isolated network access for each tenant, with the ability to instantly revoke access when a tenant moves out. The operator runs GWN7630 access points with GWN Manager on-premise and wants to minimise the number of visible SSIDs in the building.

Deploy a single SSID named 'BuildingConnect' with WPA2-Personal security and enable PPSK with RADIUS backend. Ensure GWN firmware is at version 1.0.19 or higher. Configure the RADIUS server settings in the PPSK section to point to Purple. In Purple's admin console, create 40 unique PSK credentials, each mapped to a VLAN (e.g., VLAN 101 for Unit 101, VLAN 102 for Unit 102). When a resident connects using their unit's password, the GWN AP sends the PSK to Purple, which validates it and returns Tunnel-Private-Group-ID = 101. The resident lands on their isolated VLAN. When a resident moves out, revoke the credential in Purple's admin console. Access terminates immediately without any AP reconfiguration.

Examiner's Commentary: PPSK with a RADIUS backend is the optimal solution for multi-tenant environments. It provides the simplicity of a standard WiFi password for residents while delivering enterprise-grade isolation. Centralised credential management in Purple means the operator can scale to hundreds of units without managing individual SSID configurations. The instant revocation capability is a significant operational advantage over traditional PSK deployments, where changing a shared password would disrupt all connected residents.

Practice Questions

Q1. You have configured the captive portal policy in GWN Manager with the correct Purple RADIUS IP and shared secret, but guests are reporting a 'site cannot be reached' error when their browser opens after connecting to the SSID. What is the most likely cause and how do you diagnose it?

Hint: Consider what controls which domains a device can access before it has authenticated through the portal.

View model answer

The walled garden (Pre-Authentication Rules) is incomplete or misconfigured. The access point is blocking the device from reaching the Purple portal domain or the CDN assets the portal page loads. To diagnose: connect a test device to the guest SSID, open browser developer tools, navigate to the network tab, and attempt to load the portal URL. Identify which requests return connection errors. Add those domains to the Pre-Authentication Rules. Use Purple's walled garden generator at support.purple.ai to generate the complete domain list for Grandstream hardware.

Q2. Your hotel wants iOS guests to automatically see the captive portal mini-browser as soon as they connect to the guest WiFi, without needing to open a browser manually. How do you configure the walled garden to achieve this?

Hint: Consider how iOS determines whether a network has internet access when it first connects.

View model answer

You must exclude captive.apple.com from the walled garden. When an iOS device connects to a network, it probes captive.apple.com. If the probe receives a 200 OK response (meaning the domain is accessible), iOS assumes the network has internet access and does not trigger the Captive Network Assistant mini-browser. If the probe is blocked or redirected, iOS recognises the network as captive and automatically opens the CNA. By keeping captive.apple.com out of the walled garden, the probe is intercepted and redirected, triggering the CNA automatically.

Q3. A staff member connects to the 802.1X SSID using their credentials. Purple's authentication logs show a successful Access-Accept response with the correct VLAN 20 attributes. However, the staff member is placed on VLAN 1 (the default). What GWN Manager setting needs to be checked?

Hint: The RADIUS server is correctly authorising the user and returning the VLAN attributes. The issue is on the access point side.

View model answer

The 'Enable Dynamic VLAN' checkbox in the SSID settings within GWN Manager is not ticked. Even when Purple returns the correct Tunnel-Type, Tunnel-Medium-Type, and Tunnel-Private-Group-ID attributes in the Access-Accept packet, the GWN access point will ignore them unless Dynamic VLAN is explicitly enabled. Navigate to the SSID configuration, locate the Dynamic VLAN setting, enable it, and save. The staff member should then be placed on the correct VLAN on their next connection.

Q4. A build-to-rent operator wants to deploy PPSK with Purple as the RADIUS backend on their Grandstream GWN7630 access points running firmware 1.0.17. A tenant reports they can connect to the SSID but are placed on the wrong VLAN. What should you check first?

Hint: There are two potential causes here: one is a firmware version issue, the other is a configuration issue.

View model answer

The first thing to check is the firmware version. PPSK with RADIUS backend requires GWN firmware 1.0.19 or higher on the GWN76xx series. Firmware 1.0.17 may not correctly support the RADIUS-backed PPSK VLAN assignment. Upgrade the firmware to 1.0.19 or higher before further troubleshooting. If the firmware is correct, verify that the PPSK RADIUS backend is enabled in the SSID settings, the shared secret matches Purple's configuration, and that Purple's RADIUS user profile for the specific PSK is returning the correct Tunnel-Private-Group-ID attribute.

Continue reading in this series

Cisco WLC and Catalyst Integration with Purple WiFi: Step-by-Step Guest Access Guide

This guide details the step-by-step integration of Cisco WLC and Catalyst 9800 Wireless with Purple, covering Guest WiFi captive portal redirection via Central Web Authentication, Secure Staff WiFi using 802.1X EAP-TLS, and Multi-Tenant segmentation using Cisco Identity Pre-Shared Keys (iPSK) with dynamic VLAN assignment. It is written for enterprise network architects and IT security directors deploying Cisco infrastructure in hospitality, retail, and large public venues.

Read the guide →

OpenWrt Custom Firmware Integration with Purple WiFi

This guide provides the complete integration playbook for deploying OpenWrt custom firmware with Purple WiFi. It covers CoovaChilli captive portal configuration, iptables walled garden management, 802.1X secure staff WiFi with hostapd, and multi-tenant PPSK segmentation with dynamic VLAN assignment - giving IT teams the exact configuration steps needed to build an Identity-Based Network on any OpenWrt-capable hardware.

Read the guide →

OpenWrt Custom Firmware Integration with Purple WiFi

This guide provides the complete integration playbook for deploying OpenWrt custom firmware with Purple WiFi. It covers CoovaChilli captive portal configuration, iptables walled garden management, 802.1X secure staff WiFi with hostapd, and multi-tenant PPSK segmentation with dynamic VLAN assignment - giving IT teams the exact configuration steps needed to build an Identity-Based Network on any OpenWrt-capable hardware.

Read the guide →