Skip to main content

Cambium Networks cnPilot and cnMaestro Integration with Purple WiFi

This authoritative guide details the integration of Cambium Networks cnPilot access points and cnMaestro cloud controller with the Purple WiFi intelligence platform. It covers architecture, captive portal configuration, walled garden requirements, 802.1X Staff WiFi, and dynamic VLAN segmentation using Cambium ePSK for multi-tenant environments.

📖 5 min read📝 1,178 words🔧 2 worked examples3 practice questions📚 8 key definitions

Listen to this guide

View podcast transcript
Cambium Networks cnPilot and cnMaestro Integration with Purple WiFi. A Consultant Briefing. Welcome. If you're running a Cambium Networks environment and you've been asked to deliver a guest WiFi experience that captures data, drives marketing, and stays compliant — this briefing is exactly what you need. I'm going to walk you through how Cambium cnPilot access points, the cnMaestro cloud controller, and Purple WiFi fit together. We'll cover the architecture, the RADIUS authentication flow, walled garden configuration, secure staff WiFi using 802.1X, and multi-tenant segmentation using Cambium's ePSK feature with dynamic VLAN assignment. Whether you're managing a hotel estate, a retail portfolio, a conference centre, or a public-sector campus, the principles are the same. Let's get into it. First, a quick orientation on the two platforms. Cambium Networks produces the cnPilot range of enterprise WiFi access points — the e410, e425H, e430H, and e505 for indoor and outdoor deployments. These APs are managed centrally through cnMaestro, Cambium's cloud management platform. cnMaestro gives you centralised visibility, configuration management, and firmware updates across your entire AP estate — whether that's a handful of devices in a single venue or thousands of APs across a national estate. Purple WiFi is an enterprise guest WiFi intelligence platform. It handles the captive portal — the branded splash page your guests see when they connect — and it also acts as a RADIUS authentication server, a data capture engine, and a marketing automation platform. Purple operates across 80,000 live venues and has processed 440 million logins in 2024 alone. The combination of Cambium cnMaestro and Purple gives you a production-grade guest WiFi stack that is both technically solid and commercially valuable. Now, let's talk about the integration architecture. The core mechanism is a captive portal redirect combined with RADIUS authentication. Here is how the flow works in practice. A guest device associates with your guest SSID. That SSID is configured in cnMaestro as an open network — no pre-shared key for guests. The Cambium AP intercepts the first HTTP request from the device and redirects it to Purple's captive portal URL. This redirect is configured in cnMaestro under the WLAN's Guest Access settings, where you set the External Page URL to your Purple venue portal endpoint. The guest then interacts with the Purple portal. They might authenticate via social login, email, SMS verification, or a custom form. Once they complete the authentication flow, Purple's backend sends a RADIUS Access-Accept message back to the Cambium AP on UDP port 1812. The AP then moves the device from the pre-authentication state to full network access. Let me walk you through the exact configuration steps in cnMaestro. Navigate to Configuration, then WiFi Profiles, then WLANs. Create a new WLAN for your guest network. Set the SSID name — something like "Hotel Guest WiFi" — and set the security to Open. Under Guest Access, enable the External Hotspot option. This is the key setting that tells cnMaestro to redirect unauthenticated clients to an external portal. Set the External Page URL to your Purple venue portal URL. Enable RADIUS authentication and enter Purple's RADIUS server IP address, the shared secret, and set the authentication port to UDP 1812. Enable RADIUS accounting on UDP 1813 — this is critical for Purple's analytics to function correctly. Without accounting records, Purple cannot build session data, dwell time metrics, or visit frequency analytics. Now, the walled garden. This is the list of domains and IP addresses that guest devices can reach before they authenticate. You need to whitelist Purple's portal domain and any CDN endpoints used to serve portal assets. You also need to whitelist any authentication provider domains — if you're using social login via Google or Facebook, their OAuth domains need to be in the walled garden. A misconfigured walled garden is the single most common cause of captive portal failures. The guest device needs to resolve DNS and reach the Purple portal over HTTPS before it can authenticate. In cnMaestro, the walled garden is configured under the External Hotspot settings. Add entries for Purple's portal domain, any social login provider domains, and any payment gateway domains if you're running paid WiFi tiers. Now let's talk about secure staff WiFi using IEEE 802.1X. For staff networks, you do not want a captive portal. You want certificate-based or credential-based authentication that happens silently at the device level. In cnMaestro, create a separate WLAN for staff. Set the security to WPA2-Enterprise. Configure the RADIUS server details — again, Purple's RADIUS server IP on UDP 1812. Staff devices authenticate using EAP-PEAP with username and password credentials, or EAP-TLS with device certificates for the highest security posture. Purple integrates with Microsoft Entra ID, Okta, and Google Workspace as identity providers. This means your staff can authenticate to the WiFi using their existing corporate credentials — no separate WiFi password to manage. Purple validates the credentials against your identity provider and returns an Access-Accept to the Cambium AP. Dynamic VLAN assignment then places the authenticated staff device on the correct staff VLAN, isolating it from guest traffic. Now, multi-tenant segmentation using Cambium ePSK. ePSK — enhanced pre-shared key — is Cambium's implementation of what the industry calls PPSK or iPSK. The concept is straightforward: instead of one shared password for an entire SSID, each user or tenant gets their own unique passphrase. They all connect to the same SSID, but each unique key maps to a specific VLAN, giving you network isolation without the complexity of running multiple SSIDs. cnMaestro supports up to 2,000 ePSK entries per WLAN. Each ePSK can be assigned a specific VLAN ID, a rate limit, and an expiry date. This makes it ideal for multi-tenant environments — think a conference centre where each exhibitor gets their own isolated network segment, or a build-to-rent residential building where each resident gets their own private area network. To configure ePSK in cnMaestro, navigate to Configuration, WiFi Profiles, WLANs. Create a new WLAN. Set the security to WPA2 Pre-Shared Key. Enable the ePSK option. You can then add individual ePSK entries manually, or use the cnMaestro API to provision them programmatically — which is the approach you want for large-scale deployments. For each ePSK entry, set the passphrase, the assigned VLAN ID, and optionally the rate limit and expiry. When a device connects using that passphrase, the Cambium AP automatically places it on the assigned VLAN. No RADIUS required for the ePSK flow itself — the VLAN assignment is handled locally by the AP based on the passphrase used. Purple integrates with this model by managing the ePSK lifecycle through the cnMaestro API. Purple can provision new ePSK entries when a new tenant is onboarded, update the VLAN assignment, set expiry dates, and revoke access when a tenant leaves. This removes the manual overhead of managing hundreds or thousands of individual keys. Right, let's talk about what can go wrong and how to avoid it. The most common pitfall is the walled garden. If your walled garden entries are incomplete, the captive portal redirect never completes. Guests see a connection timeout, not a login page. Always test with a fresh device — not one that has previously connected — and verify that the Purple portal loads before authentication. Check that DNS resolution works for the Purple portal domain from the pre-authentication state. Second: RADIUS shared secret mismatches. In large deployments with multiple sites, it is easy to have a shared secret configured differently in cnMaestro versus what Purple has on record. Always verify the shared secret on both sides before going live. Use a strong, randomly generated secret — at least 32 characters — and store it in a secrets manager, not a spreadsheet. Third: RADIUS accounting. Do not skip it. The accounting records are what Purple uses to build session analytics — dwell time, visit frequency, device type. Configure RADIUS accounting on UDP 1813 in cnMaestro. Without it, you lose the analytics value that Purple provides. It is a five-minute configuration step. Fourth: VLAN trunking. For dynamic VLAN assignment to work, the VLANs must be trunked on the switch ports connecting to your Cambium APs. If VLAN 100 for guests is not allowed on the trunk, authenticated guests will not get an IP address and will appear to have no internet access even after successful authentication. Verify your switch trunk configuration before testing. Fifth: ePSK VLAN range conflicts. Make sure your ePSK VLAN range does not conflict with existing VLANs in your network — particularly management VLANs or infrastructure VLANs. Document your VLAN allocation before you start. Sixth: firmware version. Ensure your cnPilot APs are running firmware version 6.0 or later for full external hotspot support and ePSK functionality. Earlier firmware versions have known issues with captive portal redirect behaviour. Now for some rapid-fire questions. Can I use Purple with Cambium without RADIUS — just a simple redirect? Yes, but you lose dynamic VLAN assignment and session accounting data. For anything beyond a basic splash page, RADIUS is strongly recommended. Does Purple support WPA3 on Cambium APs? Yes. Purple's portal-based authentication is compatible with WPA3-SAE on the SSID. The RADIUS flow is independent of the wireless security protocol. Can I run Purple across multiple Cambium sites from a single Purple account? Absolutely. Purple's multi-venue architecture is designed exactly for this. Each site maps to a venue in Purple, and cnMaestro's network policies scale cleanly across a national estate. How many ePSK entries can cnMaestro support? Up to 2,000 per WLAN. For deployments requiring more, use a RADIUS-based approach for key management. To summarise: the Cambium cnMaestro and Purple WiFi integration is a well-proven architecture that delivers guest WiFi with data capture, RADIUS authentication, dynamic VLAN segmentation, and full analytics — all managed centrally through cnMaestro's cloud console. The key steps to get this live: configure your guest WLAN in cnMaestro with External Hotspot enabled and the Purple portal URL set, add Purple's RADIUS server details for authentication and accounting, configure your walled garden entries, verify VLAN trunking on your switches, and test with a fresh device before go-live. For multi-tenant deployments, configure ePSK on a dedicated WLAN, assign VLAN IDs per tenant, and use the cnMaestro API for lifecycle management at scale. The ROI case is straightforward. Purple's analytics platform turns your guest WiFi from a cost centre into a first-party data asset. Harrods achieved a 57-times marketing ROI from their Purple guest WiFi deployment. AGS Airports generated an 842% ROI. Combined with Cambium's enterprise-grade infrastructure, you get a solution that scales from a single venue to a national estate without architectural changes. For your next steps: get Purple's RADIUS server details from your Purple account manager, pull up the cnMaestro WLAN configuration for your guest SSID, and run through the configuration checklist. Most single-site deployments go live within a day. Thanks for listening. If you want to go deeper on captive portal design, VLAN segmentation strategy, or ePSK lifecycle management, the Purple documentation and support team are the right next call.

header_image.png

Executive Summary

For enterprise venues standardising on Cambium Networks infrastructure, deploying a production-grade guest WiFi solution requires tight integration between the wireless access layer and the identity management platform. This guide provides a definitive blueprint for integrating Cambium cnPilot access points and the cnMaestro cloud controller with Purple WiFi. By combining Cambium's scalable hardware with Purple's captive portal, RADIUS authentication, and analytics capabilities, IT teams can transform their wireless networks from a cost centre into a strategic asset. The architecture detailed here supports everything from basic guest access to complex multi-tenant segmentation using Cambium Private Pre-Shared Keys (PPSK), delivering secure, compliant, and data-rich connectivity across hospitality, retail, and public-sector environments.

Technical Deep-Dive

The integration between Cambium Networks and Purple relies on standard HTTP redirection and RADIUS protocols. This vendor-neutral approach ensures robust security, cross-platform compatibility, and centralized management via cnMaestro.

Integration Architecture

The core mechanism involves a captive portal redirect managed by the Cambium AP, paired with RADIUS authentication managed by Purple.

architecture_overview.png

When a guest device associates with an open Guest SSID, the Cambium AP intercepts the initial HTTP request. Instead of routing the traffic to the internet, the AP redirects the device to Purple's hosted captive portal URL. The guest completes the authentication flow on the Purple splash page, which supports social login, email registration, and custom data capture forms.

Upon successful authentication, Purple's backend sends a RADIUS Access-Accept message to the Cambium AP on UDP port 1812. This message signals the AP to transition the client device from the pre-authentication walled garden state to full network access. Concurrently, the AP sends RADIUS accounting data to Purple on UDP port 1813, populating Purple's analytics dashboards with session duration, data usage, and device type information.

Walled Garden Requirements

The walled garden is a critical component of the captive portal flow. It defines the specific IP addresses and domains that an unauthenticated device can reach. If the walled garden is misconfigured, the device cannot load the Purple portal, resulting in a connection timeout.

For the integration to function, the walled garden must include Purple's portal domains, any Content Delivery Network (CDN) endpoints hosting portal assets, and the domains of any supported identity providers (such as Facebook, Google, or Microsoft Entra ID).

Multi-Tenant Segmentation with Cambium ePSK

Cambium's implementation of Private Pre-Shared Keys, branded as ePSK, allows network architects to segment traffic securely without broadcasting multiple SSIDs.

ppsk_vlan_diagram.png

With ePSK, a single SSID supports up to 2,000 unique passphrases. Each passphrase maps to a specific VLAN. When a user connects using their unique key, the Cambium AP automatically places their traffic onto the assigned VLAN. This feature is invaluable for multi-tenant environments, such as coworking spaces or residential buildings, where each tenant requires an isolated network segment. Purple integrates with this architecture by managing the ePSK lifecycle via the cnMaestro API, automating the provisioning, VLAN assignment, and revocation of tenant credentials.

Implementation Guide

Deploying the Cambium and Purple integration requires precise configuration within the cnMaestro cloud console. Follow these steps to establish the baseline Guest WiFi service.

1. Configure the Guest WLAN

Navigate to the Configuration menu in cnMaestro, select WiFi Profiles, and open the WLANs tab. Create a new WLAN profile.

  • Name / SSID: Define the guest network name (e.g., "Venue Guest WiFi").
  • Security: Set to Open.
  • Client Isolation: Set to Enable to prevent guest devices from communicating with each other on the local subnet.

2. Enable the External Hotspot

Within the WLAN configuration, locate the Guest Access section.

  • Enable Guest Access: Check this box.
  • Portal Type: Select External Hotspot.
  • External Page URL: Enter the specific captive portal URL provided by your Purple account manager.

3. Configure RADIUS Authentication and Accounting

In the same Guest Access section, configure the RADIUS parameters.

  • Authentication Server: Enter Purple's primary RADIUS server IP address.
  • Authentication Port: 1812
  • Accounting Server: Enter Purple's primary RADIUS server IP address.
  • Accounting Port: 1813
  • Shared Secret: Enter the complex shared secret provided by Purple. Ensure this matches exactly on both platforms.

4. Define the Walled Garden

Under the External Hotspot settings, populate the walled garden list. You must add the core Purple domains and the specific domains required for your chosen authentication methods (e.g., social login providers).

5. Configure 802.1X for Staff WiFi

To secure staff access, create a separate WLAN profile in cnMaestro.

  • Security: Set to WPA2-Enterprise.
  • RADIUS Server: Point to Purple's RADIUS server IP on port 1812.

Staff authenticate using their corporate credentials via Microsoft Entra ID or Google Workspace, which Purple validates. Purple then returns a Tunnel-Private-Group-ID RADIUS attribute, instructing the Cambium AP to place the staff device onto the secure corporate VLAN.

Best Practices

  • VLAN Trunking: Ensure that all required VLANs (Guest, Staff, Management) are trunked on the switch ports connecting to the Cambium APs. If the VLAN is missing from the trunk, authenticated clients will fail to obtain an IP address via DHCP.
  • Firmware Consistency: Standardise your AP estate on cnPilot firmware version 6.0 or later. This version provides the most stable support for external hotspot redirection and ePSK functionality.
  • Accounting is Mandatory: Never disable RADIUS accounting. Purple relies entirely on the UDP 1813 accounting stream to generate dwell time metrics, visit frequency data, and compliance logs.
  • Avoid Local PSKs for Staff: Replace legacy shared passwords with 802.1X authentication for staff networks. This approach aligns with ISO 27001 requirements by tying network access to individual, auditable identities.

Troubleshooting & Risk Mitigation

When integration issues arise, they typically manifest during the initial captive portal redirect or the RADIUS authentication phase.

  • Portal Fails to Load: This is almost always a walled garden issue. If a guest device connects to the SSID but receives a connection timeout instead of the splash page, the AP is blocking access to the Purple portal domain. Verify your walled garden entries in cnMaestro and ensure DNS resolution is permitted pre-authentication.
  • Authentication Fails (Invalid Credentials Error): Check the RADIUS shared secret. A mismatch between cnMaestro and Purple will cause the RADIUS server to silently drop the authentication requests.
  • Device Authenticates but Lacks Internet Access: This indicates a failure in the dynamic VLAN assignment or DHCP process. Verify that Purple is returning the correct VLAN ID in the RADIUS response and confirm that the switch port trunking configuration allows that VLAN.

ROI & Business Impact

Deploying Purple WiFi on Cambium Networks infrastructure transforms a standard network utility into a measurable business asset. By capturing first-party data at the point of authentication, venues can build comprehensive visitor profiles and drive targeted marketing campaigns.

For example, Harrods implemented Purple Guest WiFi and achieved a 57x marketing ROI by integrating the captured data with their loyalty program. Similarly, AGS Airports generated an 842% ROI by utilizing tiered bandwidth and targeted passenger engagement. By standardising on Cambium cnMaestro and Purple, IT leaders can deliver secure, compliant connectivity while simultaneously providing the marketing organization with the data required to drive revenue.

Key Definitions

Captive Portal

A customized login page that requires users to authenticate or accept terms before gaining access to a public or enterprise WiFi network.

Used in Guest WiFi deployments to capture first-party data, enforce acceptable use policies, and present venue branding before granting internet access.

RADIUS

Remote Authentication Dial-In User Service; a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management.

The protocol Cambium APs use to communicate with Purple to verify user credentials and report session data.

Walled Garden

A limited environment that controls user access to web content and services pre-authentication.

Required in cnMaestro to allow guest devices to reach the Purple splash page and identity provider domains (like Facebook or Google) before they have full internet access.

ePSK

Enhanced Pre-Shared Key; Cambium's implementation of private pre-shared keys, allowing unique passphrases for individual users on a single SSID.

Used to provide secure, isolated network segments for multi-tenant environments without broadcasting numerous SSIDs.

Dynamic VLAN Assignment

The process of placing an authenticated device onto a specific Virtual Local Area Network based on RADIUS attributes rather than the physical port or SSID.

Allows IT to use a single SSID while securely separating guest traffic from staff or management traffic.

802.1X

An IEEE standard for port-based network access control, providing an authentication mechanism to devices wishing to attach to a LAN or WLAN.

The standard used for secure Staff WiFi, replacing shared passwords with individual corporate credentials validated against an identity provider.

cnMaestro

Cambium Networks' cloud-based or on-premises management platform for centralized control of wireless and wired network infrastructure.

The interface where network architects configure the WLAN profiles, RADIUS settings, and walled gardens required for the Purple integration.

First-Party Data

Information a company collects directly from its customers and owns entirely.

The primary business output of a Purple Guest WiFi deployment, used to drive marketing campaigns and understand visitor behavior.

Worked Examples

A 200-room hotel needs to deploy secure WiFi for guests, staff, and a conference centre. Guests require a branded captive portal, staff need secure access to internal systems, and the conference centre requires isolated networks for different event organizers. How should the network architect configure the Cambium cnMaestro environment to support this using Purple?

The architect should deploy three distinct WLAN profiles in cnMaestro.

  1. Guest WLAN: Configured as an Open network with 'External Hotspot' enabled. The redirect URL points to the Purple captive portal. RADIUS authentication (UDP 1812) and accounting (UDP 1813) point to Purple's servers. The walled garden includes Purple's domains.
  2. Staff WLAN: Configured as WPA2-Enterprise (802.1X). RADIUS points to Purple, which integrates with the hotel's Microsoft Entra ID. Staff authenticate with corporate credentials, and Purple assigns them to the Staff VLAN.
  3. Conference WLAN: Configured with WPA2 Pre-Shared Key and Cambium ePSK enabled. Purple provisions unique ePSK passphrases for each event organizer via the cnMaestro API, assigning each key to an isolated VLAN (e.g., VLAN 301, 302).
Examiner's Commentary: This approach correctly maps the technical capabilities of Cambium and Purple to the business requirements. It isolates traffic securely using dynamic VLAN assignment and ePSK, avoiding the spectrum degradation caused by broadcasting multiple SSIDs for every conference tenant.

A retail chain has deployed Cambium e410 APs and configured the Purple captive portal. However, shoppers report that the splash page never appears on their smartphones; instead, the browser shows a connection timeout. What is the root cause and how is it resolved?

The root cause is an incomplete walled garden configuration in cnMaestro. The Cambium AP is blocking the HTTP/HTTPS traffic required to load the Purple portal before the user is authenticated.

To resolve this, the network engineer must log into cnMaestro, navigate to the Guest WLAN profile, and update the External Hotspot walled garden list. They must add Purple's specific portal domains and any associated CDN endpoints. Once applied, unauthenticated devices will be able to reach the portal and complete the login flow.

Examiner's Commentary: Walled garden misconfigurations are the most frequent cause of captive portal failures. This solution correctly identifies the pre-authentication state constraints and provides the exact configuration path in cnMaestro to rectify the issue.

Practice Questions

Q1. You are deploying Purple Guest WiFi across 50 retail stores using Cambium e505 APs. Users can connect to the SSID and see the splash page, but after logging in, they cannot access the internet. You verify that Purple is sending the Access-Accept message. What is the most likely infrastructure issue?

Hint: Consider what happens at the switch level when a device tries to obtain an IP address after authentication.

View model answer

The most likely issue is missing VLAN trunking on the switch ports connecting to the Cambium APs. While the AP authorizes the device, if the assigned Guest VLAN is not permitted on the switch trunk, the device cannot reach the DHCP server to obtain an IP address, resulting in no internet access.

Q2. A university campus wants to use a single SSID for all students in the dormitories, but requires that each student's devices are isolated into their own private network segment to allow casting to their specific smart TV. How do you implement this using Cambium and Purple?

Hint: Look at Cambium's implementation of private pre-shared keys.

View model answer

Implement Cambium ePSK (Enhanced Pre-Shared Key) on the dormitory WLAN. Purple will manage the ePSK lifecycle via the cnMaestro API, generating a unique passphrase for each student. When a student connects their devices using their specific key, the Cambium AP assigns them to a unique VLAN, creating an isolated private area network.

Q3. During a pilot deployment, Purple's analytics dashboard shows zero dwell time or data usage metrics for the Cambium test site, even though users are successfully authenticating and browsing the internet. What configuration step was missed in cnMaestro?

Hint: Analytics require session data, which is handled by a specific UDP port in the AAA configuration.

View model answer

RADIUS Accounting was not configured. The network engineer must enable RADIUS Accounting in the cnMaestro Guest WLAN profile and point it to Purple's RADIUS server on UDP port 1813. Without this, Purple only handles authentication and receives no session lifecycle data.

Continue reading in this series

EnGenius Cloud Access Points Integration with Purple WiFi

This technical reference details the step-by-step integration of EnGenius Cloud Access Points and ECS switches with Purple's guest WiFi platform. It covers guest captive portal redirection via an external splash page, Walled Garden configuration, secure staff WiFi using IEEE 802.1X, and multi-tenant network isolation using EnGenius MyPSK with dynamic VLAN assignment. IT installers and network architects will find actionable configuration sequences, real-world case studies, and a troubleshooting framework for deploying Purple across EnGenius hardware estates.

Read the guide →

DrayTek Vigor Routers and Access Points Integration with Purple WiFi

This guide provides step-by-step technical instructions for integrating DrayTek Vigor routers and VigorAP access points with Purple's cloud platform. It covers DrayTek captive portal configuration for Guest WiFi, 802.1X authentication for secure Staff WiFi, Walled Garden setup, and DrayTek Multiple PSK (PPSK) configuration for Multi-Tenant network segmentation with dynamic VLAN assignment. Designed for IT installers and SMB network administrators deploying Purple across hospitality, retail, and multi-tenant venues.

Read the guide →

DrayTek Vigor Routers and Access Points Integration with Purple WiFi

This guide provides step-by-step technical instructions for integrating DrayTek Vigor routers and VigorAP access points with Purple's cloud platform. It covers DrayTek captive portal configuration for Guest WiFi, 802.1X authentication for secure Staff WiFi, Walled Garden setup, and DrayTek Multiple PSK (PPSK) configuration for Multi-Tenant network segmentation with dynamic VLAN assignment. Designed for IT installers and SMB network administrators deploying Purple across hospitality, retail, and multi-tenant venues.

Read the guide →