Skip to main content

Huawei AirEngine and CloudCampus Integration with Purple WiFi

This guide provides step-by-step instructions for integrating Huawei AirEngine access points and iMaster NCE-Campus with Purple WiFi. It covers captive portal configuration, 802.1X staff authentication, and PPSK dynamic VLAN steering for enterprise networks.

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

Listen to this guide

View podcast transcript
Welcome to the Purple technical series. I'm your host, and today we're walking through one of the more nuanced enterprise WiFi integrations we see in the field - Huawei AirEngine access points and the CloudCampus iMaster NCE-Campus controller, integrated with Purple for guest WiFi, staff authentication, and multi-tenant network segmentation. If you're a network architect or IT manager running a Huawei estate - whether that's a hotel group, a retail chain, a conference centre, or a public-sector campus - this episode is for you. We'll cover the full stack: captive portal redirection, pre-authentication ACLs, secure staff WiFi using 802.1X, and Huawei's Private Pre-Shared Key feature for dynamic VLAN steering across multiple tenants. Let's get into it. Section one: Context and architecture. Huawei's AirEngine portfolio - covering the 5700, 6700, 8700, and 9700 series - runs on WiFi 6 and WiFi 6E, with the top-end 9700 series supporting WiFi 7. These are serious enterprise access points. The management layer is iMaster NCE-Campus, Huawei's cloud-based network controller, which handles everything from SSID provisioning and RADIUS relay to policy enforcement and syslog forwarding. Purple sits above this as a cloud overlay. We operate across 80,000 live venues and have processed 440 million logins in 2024 alone. We're hardware-agnostic - meaning we integrate with Cisco Meraki, HPE Aruba, Ruckus, Juniper Mist, and yes, Huawei AirEngine - using the same RADIUS and captive portal standards that every enterprise controller supports. The integration model here is straightforward. iMaster NCE-Campus acts as the RADIUS relay, forwarding authentication requests from the access points to Purple's RADIUS servers. Purple handles the authentication logic - whether that's a guest splash page, an 802.1X credential check, or a PPSK lookup - and returns the appropriate RADIUS response, including any dynamic VLAN assignment attributes. Section two: Guest WiFi and captive portal configuration. Let's start with the most common deployment: guest WiFi with a Purple captive portal. In iMaster NCE-Campus, you navigate to Design, then Network Design, then Template Management. You create a RADIUS Relay Server template. The key parameters are: set the authentication service to Portal authentication, add Purple's RADIUS server IP addresses on UDP port 1812 for authentication and 1813 for accounting, set the NAS identifier to Device MAC, and configure the shared secret. Purple provides these RADIUS credentials from the venue configuration screen in the Purple dashboard. Next, you create an ACL - this is your Walled Garden. Before a guest authenticates, they need to reach Purple's splash page and any supporting domains. Your ACL rules should permit DNS on UDP 53, permit HTTPS to Purple's portal domain, and permit any social login providers you've enabled - for example, Facebook's graph API endpoints if you're using social sign-on. Everything else is denied pre-authentication. Then you configure the SSID. Set the network type to Open, select Open plus Portal authentication, set the authentication type to Relay authentication by cloud platform, and choose RADIUS relay as the interconnection mode. Set the page push protocol to HTTPS. In the third-party portal authentication parameters, paste in the Purple redirect URL - this is the splash page URL you copy from the Purple venue dashboard, with the suffix modified to include the Huawei-specific parameters: ap-mac, uaddress, umac, ssid, and redirect-url. Finally, create a URL template in iMaster NCE-Campus that maps these parameter names to the values Huawei passes in the redirect. The parameter mapping is: redirect-url to redirect-url, loginurl to login-url, device-mac to ap-mac, user-ip to uaddress, user-mac to umac, and ssid to ssid. Once this is configured, a guest connects to the SSID, gets a DHCP address, and their HTTP traffic is intercepted by the controller and redirected to the Purple splash page. They authenticate - via email, social login, or SMS verification - and Purple's RADIUS server sends an Access-Accept back to iMaster NCE-Campus, which grants the guest full internet access. From a data perspective, Purple captures first-party consent data at this point. Every login is a conscious-choice opt-in, compliant with GDPR and CCPA. That data feeds Purple's analytics platform, giving you session duration, device type, repeat visitor rates, and dwell time - all without any third-party tracking. Section three: Secure staff WiFi with 802.1X. Now let's talk about staff WiFi. This is a different security posture entirely. You don't want staff on the same network segment as guests, and you don't want shared PSK passwords that walk out the door when someone leaves. The answer is 802.1X authentication, defined in IEEE 802.1X-2020, using EAP-TLS or EAP-PEAP. In iMaster NCE-Campus, you create a separate SSID for staff - let's call it CorpNet. In the authentication profile for this SSID, you set the authentication mode to 802.1X, point it at Purple's RADIUS server, and set the security profile to WPA2-Enterprise or WPA3-Enterprise with AES-CCMP encryption. Purple acts as the RADIUS server here too, but now it's validating credentials against your identity provider. Purple integrates natively with Microsoft Entra ID, Okta, and Google Workspace. When a staff member connects to CorpNet, their device sends EAP credentials to the access point, which relays them via RADIUS to Purple, which validates them against Entra ID using SCIM or SAML. If the credentials are valid, Purple returns an Access-Accept with a RADIUS attribute specifying the staff VLAN - say VLAN 20. iMaster NCE-Campus steers the client into that VLAN automatically. The key RADIUS attributes for dynamic VLAN assignment are: Tunnel-Type set to VLAN or the value 13, Tunnel-Medium-Type set to 802 or the value 6, and Tunnel-Private-Group-ID set to the VLAN ID. These three attributes together tell the Huawei controller exactly which VLAN to assign the authenticated client to. For EAP-TLS specifically - which is the gold standard for staff authentication - you need client certificates. Purple's SecurePass add-on handles certificate issuance and lifecycle management, integrating with your existing PKI or acting as a lightweight certificate authority. This eliminates password-based attacks entirely. No password, no phishing vector. Section four: Multi-tenant segmentation with Huawei PPSK. This is where it gets genuinely interesting. If you're running a mixed-use venue - a shopping centre with multiple retail tenants, a co-working space with multiple member companies, or a conference centre hosting concurrent events - you need network isolation between tenants without deploying a separate SSID for each one. Huawei's PPSK feature - Private Pre-Shared Key - solves this. It's sometimes called iPSK in other vendor ecosystems. The concept is: one SSID, multiple unique passwords, each password mapped to a specific VLAN. Tenant A gets password Alpha, which maps to VLAN 30. Tenant B gets password Beta, which maps to VLAN 40. Both tenants see the same SSID, but they're completely isolated at Layer 2. In the Huawei CLI, you configure this in WLAN view using the ppsk-user command. For each tenant, you run: ppsk-user psk pass-phrase, followed by the unique passphrase, then user-name, the tenant identifier, then vlan, the VLAN ID, then ssid, the SSID name. You can also set an expiry date, a maximum device count, and bind to a specific MAC address if you need tighter control. In iMaster NCE-Campus, the PPSK lookup can be handled locally on the controller, or - for large-scale deployments - via RADIUS. When RADIUS-backed PPSK is used, Purple becomes the authoritative source for PPSK-to-VLAN mappings. A tenant's device connects with their unique passphrase, the controller sends a RADIUS Access-Request to Purple with the passphrase as the credential, Purple looks up the mapping, and returns an Access-Accept with the three VLAN tunnel attributes. The controller steers the client into the correct VLAN. This architecture scales to hundreds of tenants on a single SSID. It also means you can provision, rotate, and revoke tenant credentials from the Purple dashboard without touching the controller configuration. Section five: Implementation pitfalls and how to avoid them. Let me give you the three failure modes I see most often in Huawei and Purple deployments. First: the Walled Garden is incomplete. Guests hit the SSID, get redirected to the splash page, but the page won't load because a required domain - often a CDN endpoint or a social login API - is blocked by the pre-auth ACL. The fix is to test the splash page flow from a fresh device before go-live, capture the DNS queries and HTTPS connections it makes, and add every required domain to the ACL. Purple publishes a list of required domains in the integration documentation. Second: RADIUS shared secret mismatch. The secret configured in iMaster NCE-Campus must exactly match the secret in the Purple dashboard. A single character difference causes silent authentication failures - the controller logs show Access-Reject with no useful error message. Always copy-paste the secret, never type it manually. Third: VLAN trunk misconfiguration. Dynamic VLAN assignment via RADIUS only works if the VLAN is already trunked on the uplink port between the access point and the aggregation switch. If VLAN 20 isn't in the trunk allow-pass list on the switch interface, authenticated staff clients will get a DHCP timeout and appear to fail authentication. Audit your trunk configurations before testing RADIUS-assigned VLANs. Section six: Rapid-fire questions. Question: Can I use Purple's built-in RADIUS with Huawei's on-premises iMaster NCE-Campus deployment, not the cloud version? Yes. Purple's RADIUS servers are cloud-hosted and reachable over the internet. Your on-premises iMaster NCE-Campus controller needs outbound UDP 1812 and 1813 to Purple's RADIUS IP ranges. Purple publishes these IP ranges in the dashboard under venue settings. Question: Does Huawei PPSK support WPA3-SAE? As of AirEngine firmware V600R025, WPA3-SAE-PPSK is supported on the 6700 and 9700 series. Check your firmware version before enabling WPA3 on PPSK SSIDs. Question: How does Purple handle GDPR consent for guest WiFi on Huawei hardware? Purple's splash page collects consent at the point of authentication. The consent record - including timestamp, IP address, and the specific terms accepted - is stored in Purple's platform and is exportable for compliance audits. This applies regardless of the underlying hardware vendor. Section seven: Summary and next steps. To recap: Huawei AirEngine and iMaster NCE-Campus integrate with Purple via RADIUS relay for guest captive portal, 802.1X for staff WiFi, and PPSK for multi-tenant VLAN segmentation. The configuration lives in iMaster NCE-Campus under Design, Network Design, Template Management for RADIUS and ACL setup, and under Provision, Device Configuration, Site Configuration for SSID and authentication profile binding. Your next steps: pull the Purple RADIUS credentials from your venue dashboard, configure the RADIUS relay server template in iMaster NCE-Campus, build your Walled Garden ACL, create the guest SSID with Open plus Portal authentication, and test end-to-end with a fresh device before rolling out to the floor. If you're deploying PPSK for multi-tenant isolation, plan your VLAN scheme first - make sure every tenant VLAN is trunked end-to-end before you configure a single PPSK user. For the full step-by-step configuration guide, including CLI examples and architecture diagrams, read the complete written guide on the Purple website. Thanks for listening.

header_image.png

Executive Summary

Enterprise networking demands reliable hardware paired with intelligent identity management. Huawei AirEngine access points and the iMaster NCE-Campus controller deliver high-density connectivity, while Purple provides the cloud overlay for authentication, analytics, and policy enforcement. This guide details the integration architecture required to deploy Guest WiFi , secure Staff WiFi, and Multi-Tenant WiFi using a single Huawei controller.

By integrating Huawei CloudCampus with Purple, you replace disparate authentication silos with a unified Identity-Based Network. We operate across 80,000+ live venues and processed 440 million logins in 2024. Our hardware-agnostic platform integrates natively with Huawei via standard RADIUS and captive portal protocols. This integration enables conscious-choice opt-ins for visitors, 802.1X certificate validation for employees, and dynamic VLAN steering via Private Pre-Shared Keys (PPSK) for tenants.

Whether you manage a stadium, a university campus, or a retail chain, this document provides the exact configuration steps, RADIUS attributes, and access control lists required to secure your wireless edge and capture first-party data at scale.

Listen to the technical briefing podcast:

Technical Deep-Dive

The integration relies on standard protocols: RADIUS (UDP 1812/1813) for authentication and accounting, and HTTPS (TCP 443) for captive portal redirection. iMaster NCE-Campus acts as the network access server (NAS) and RADIUS relay, forwarding requests from the AirEngine access points to Purple's cloud RADIUS infrastructure.

Architecture Overview

architecture_overview.png

Purple supports three primary authentication models on Huawei hardware:

  1. Guest WiFi (Captive Portal): Unauthenticated traffic is intercepted by the Huawei controller and redirected to Purple's splash page. Pre-authentication access is restricted by a Walled Garden ACL. Upon successful login, Purple sends a RADIUS Access-Accept, granting the client full network access.
  2. Staff WiFi (802.1X): Employees authenticate using corporate credentials via EAP-PEAP or EAP-TLS. Purple validates these credentials against identity providers like Microsoft Entra ID, Okta, or Google Workspace.
  3. Multi-Tenant WiFi (PPSK): Tenants connect to a single shared SSID using unique passphrases. Purple validates the passphrase and returns specific RADIUS attributes to dynamically steer the tenant into their isolated VLAN.

Walled Garden and Pre-Authentication ACLs

A captive portal requires a Walled Garden - an Access Control List (ACL) that permits traffic to essential services before the user authenticates. If the Walled Garden is incomplete, the splash page will fail to load, resulting in a poor visitor experience.

For Huawei iMaster NCE-Campus, the pre-authentication ACL must permit:

  • DNS resolution (UDP 53)
  • Purple's captive portal domains (*.purpleportal.net, *.purple.ai)
  • Content Delivery Networks (CDNs) hosting splash page assets
  • Identity provider domains if social login (Apple, Google, Facebook) is enabled

All other traffic must be denied until Purple returns the RADIUS Access-Accept.

Dynamic VLAN Steering and RADIUS Attributes

To isolate network traffic, Purple uses dynamic VLAN assignment. Instead of broadcasting multiple SSIDs, you broadcast one SSID and assign the VLAN dynamically based on the user's identity.

When Purple authenticates a user (via 802.1X or PPSK), it returns an Access-Accept packet containing three mandatory IETF standard RADIUS attributes:

  • Tunnel-Type = VLAN (or 13)
  • Tunnel-Medium-Type = 802 (or 6)
  • Tunnel-Private-Group-ID = [VLAN ID]

The Huawei controller receives these attributes and instructs the AirEngine access point to tag the client's traffic with the specified VLAN ID.

ppsk_vlan_segmentation.png

Implementation Guide

This section covers the exact steps to configure iMaster NCE-Campus for Purple integration.

Step 1: Configure the RADIUS Relay Server

First, define Purple as the external authentication server.

  1. In iMaster NCE-Campus, navigate to Design > Network Design > Template Management.
  2. Select RADIUS Server and click Create.
  3. Set the Authentication service to Portal authentication.
  4. Enter Purple's primary and secondary RADIUS IP addresses (available in your Purple dashboard).
  5. Set the authentication port to 1812 and the accounting port to 1813.
  6. Enter the RADIUS Shared Secret provided by Purple.
  7. Set the NAS identifier to Device MAC.

Step 2: Build the Walled Garden ACL

Create the ACL to allow pre-authentication traffic.

  1. Navigate to Design > Network Design > Template Management > ACL.
  2. Create a new ACL named Purple_Walled_Garden.
  3. Set the ACL Type to User.
  4. Add permit rules for DNS and Purple's required domains (e.g., *.purpleportal.net).
  5. Save the ACL template.

Step 3: Configure the Captive Portal URL Template

Huawei requires a URL template to map standard redirect parameters to Purple's required format.

  1. Navigate to Design > Network Design > Template Management > URL Template.
  2. Create a new template named Purple_URL_Template`.
  3. Set the Template Type to Cloud platform-based relay authentication.
  4. Configure the parameter mapping exactly as follows:
    • redirect-url maps to redirect-url
    • loginurl maps to login-url
    • device-mac maps to ap-mac
    • user-ip maps to uaddress
    • user-mac maps to umac
    • ssid maps to ssid

Step 4: Provision the Guest SSID

Bind the RADIUS server, ACL, and URL template to the SSID.

  1. Navigate to Provision > Device Configuration > Site Configuration.
  2. Select AP and create a new SSID.
  3. Set the Network Type to Open.
  4. Select Open+Portal authentication.
  5. Set the authentication type to Relay authentication by cloud platform.
  6. Set the interconnection mode to RADIUS relay.
  7. Select the Purple_URL_Template created earlier.
  8. In the third-party authentication URL field, paste your unique Purple splash page URL.
  9. Select the Purple RADIUS server template.
  10. Select the Purple_Walled_Garden ACL for the default permit rule.
  11. Save and deploy the configuration to the AirEngine access points.

Best Practices

To ensure a secure and reliable deployment, follow these vendor-neutral best practices:

  • Implement 802.1X for Employees: Never use shared PSKs for staff networks. Deploy 802.1X with EAP-TLS using Purple's SecurePass add-on to issue client certificates. This eliminates password-based phishing vectors and aligns with ISO 27001 requirements.
  • Consolidate SSIDs: Broadcasting too many SSIDs degrades airtime efficiency due to management frame overhead. Use PPSK and dynamic VLAN steering to consolidate multi-tenant networks into a single SSID.
  • Verify Trunk Configurations: Dynamic VLAN assignment fails silently if the assigned VLAN is not permitted on the switch trunk port connecting the access point. Always audit switchport configurations before testing RADIUS steering.
  • Monitor RADIUS Latency: Authentication timeouts often stem from WAN latency. Ensure your iMaster NCE-Campus controller has a low-latency path to Purple's regional RADIUS infrastructure.

Troubleshooting & Risk Mitigation

When integrating cloud RADIUS with enterprise controllers, issues typically isolate to three areas: the Walled Garden, the RADIUS shared secret, or VLAN trunking.

Splash Page Fails to Load

Symptom: A device connects to the Guest WiFi, but the browser displays a timeout error instead of the Purple splash page. Root Cause: The Walled Garden ACL is incomplete, blocking access to Purple's portal domains or required CDNs. Mitigation: Connect a test device to the SSID. Attempt to ping purpleportal.net. If the ping fails, review the iMaster NCE-Campus ACL configuration and ensure it is applied to the pre-authentication state of the SSID.

Silent Authentication Failures

Symptom: A user enters valid credentials, but the connection drops without an error message. Root Cause: A mismatch in the RADIUS shared secret between iMaster NCE-Campus and Purple. Mitigation: Copy the shared secret directly from the Purple dashboard and paste it into the Huawei RADIUS server template. A single trailing space will break the MD5 hash used in RADIUS packets.

DHCP Timeout After Authentication

Symptom: A staff member authenticates successfully via 802.1X, but the device receives a 169.254.x.x APIPA address instead of a valid IP. Root Cause: Purple successfully assigned a dynamic VLAN via RADIUS, but that VLAN is not trunked to the AirEngine access point. Mitigation: Log in to the access switch and verify that the port trunk allow-pass vlan command includes the target VLAN ID on the interface connected to the AP.

ROI & Business Impact

Deploying Huawei AirEngine with Purple transforms a standard network infrastructure into a measurable business asset.

For Retail operators, this integration captures first-party data from shoppers, enabling targeted marketing campaigns that drive footfall and increase average transaction value. Purple's WiFi Analytics dashboard provides heatmaps and dwell-time metrics, allowing venue managers to optimise store layouts based on actual visitor behaviour.

In Hospitality environments, automated authentication via OpenRoaming or Passpoint eliminates the friction of manual logins, increasing guest satisfaction scores. For multi-tenant buildings, PPSK dynamic VLAN steering reduces IT overhead by eliminating the need to manually provision and manage separate SSIDs for every new tenant.

By unifying guest engagement, staff security, and tenant isolation on a single hardware footprint, organisations maximise the return on their Huawei CloudCampus investment.

Key Definitions

iMaster NCE-Campus

Huawei's cloud-based or on-premises network automation and management platform.

IT teams use this as the central controller to configure SSIDs, push policies to AirEngine APs, and set up RADIUS relay to Purple.

PPSK (Private Pre-Shared Key)

A security feature that allows multiple unique passwords to be used on a single SSID, with each password tying the user to a specific network policy or VLAN.

Essential for multi-tenant environments (like coworking spaces or retail parks) where tenants need isolated networks without broadcasting dozens of SSIDs.

Dynamic VLAN Steering

The process of assigning a device to a specific Virtual Local Area Network based on its authenticated identity, rather than the SSID it connected to.

Used by Purple to ensure that a manager, a cashier, and a guest connecting to the same physical access point are placed on completely separate, secure network segments.

Walled Garden

An Access Control List (ACL) applied to unauthenticated users, permitting access only to specific IP addresses or domains required to complete the login process.

If the Walled Garden is misconfigured, guests will see a blank screen or a timeout error instead of the Purple splash page.

RADIUS Relay

A configuration where the local network controller forwards authentication requests from access points to an external RADIUS server.

Huawei iMaster NCE-Campus acts as the relay, securely passing credentials from the venue to Purple's cloud infrastructure for validation.

802.1X

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

The enterprise standard for Staff WiFi. It replaces shared passwords with individual user credentials or digital certificates.

EAP-TLS

Extensible Authentication Protocol - Transport Layer Security. An 802.1X authentication method that relies on client and server certificates rather than passwords.

The most secure authentication method available. Purple's SecurePass issues these certificates to employee devices to eliminate phishing risks.

Captive Portal

A web page that a user of a public-access network is obliged to view and interact with before access is granted.

The primary mechanism Purple uses to capture first-party data and consent from venue visitors.

Worked Examples

A 200-room hotel needs to provide secure, isolated WiFi for guests, staff, and a third-party coffee shop operating in the lobby, using only two SSIDs to preserve airtime.

Deploy one SSID named 'Hotel_Guest' configured with an Open+Portal authentication policy pointing to Purple's captive portal. Deploy a second SSID named 'Hotel_Secure' configured with WPA3-Enterprise and 802.1X authentication. Staff authenticate via EAP-TLS, and Purple returns a RADIUS attribute assigning them to VLAN 20. The coffee shop uses PPSK on the same 'Hotel_Secure' SSID; they enter a unique passphrase, and Purple returns a RADIUS attribute assigning them to VLAN 30.

Examiner's Commentary: This approach optimises RF performance by limiting SSID overhead. By leveraging Purple as the central RADIUS authority, the hotel achieves complete Layer 2 isolation between staff and the tenant without deploying additional hardware or complex controller-side routing.

A large retail chain is migrating to Huawei AirEngine and needs to ensure their existing Purple splash page loads correctly across all stores without triggering security warnings on modern smartphones.

Configure the iMaster NCE-Campus URL template to map the required parameters (ap-mac, uaddress, umac, ssid, redirect-url) precisely. Build a comprehensive Walled Garden ACL that permits DNS (UDP 53) and HTTPS (TCP 443) traffic to Purple's domains and any required social login APIs. Ensure the controller intercepts HTTP traffic and redirects it to the HTTPS splash page.

Examiner's Commentary: Modern OS implementations (iOS, Android) use strict captive portal detection mechanisms. If the Walled Garden blocks required CDNs or if the redirect relies on invalid SSL certificates, the OS will drop the connection. Precise ACL configuration is critical for a seamless user experience.

Practice Questions

Q1. You have configured the Guest SSID and the Walled Garden ACL on iMaster NCE-Campus. When you test the connection, your phone detects the captive portal, but the screen remains blank. What is the most likely cause?

Hint: Consider what the device needs to load a modern web page hosted on a cloud platform.

View model answer

The Walled Garden ACL is likely missing permit rules for required domains. Specifically, DNS (UDP 53) must be permitted, along with HTTPS access to Purple's portal domains and any Content Delivery Networks (CDNs) hosting the page assets. If social login is enabled, those specific API endpoints must also be permitted pre-authentication.

Q2. A tenant using your PPSK network complains they cannot reach the internet. You check the iMaster NCE-Campus logs and see that Purple returned a RADIUS Access-Accept with Tunnel-Private-Group-ID set to 40. However, the client device has an IP address of 169.254.x.x. What is the configuration error?

Hint: Authentication succeeded, but network routing failed at the edge.

View model answer

The switchport connecting the Huawei AirEngine access point to the network is not configured to trunk VLAN 40. While Purple successfully authorised the user and the controller instructed the AP to tag traffic with VLAN 40, the upstream switch dropped the packets because the VLAN is not permitted on the trunk. You must add VLAN 40 to the trunk allow-pass list on the access switch.

Q3. You are migrating from a legacy controller to Huawei iMaster NCE-Campus. You configure the RADIUS server template exactly as it was on the old system, but all authentication requests fail silently. What should you check first?

Hint: Silent failures in RADIUS usually indicate a cryptographic mismatch.

View model answer

Verify the RADIUS Shared Secret. If the secret configured in iMaster NCE-Campus does not perfectly match the secret in the Purple dashboard, the RADIUS packets cannot be decrypted, resulting in silent failures or Access-Reject messages without clear error codes. Ensure there are no trailing spaces when copying the secret.

Continue reading in this series

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 →

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 →