Skip to main content

Captive Portal basato su cloud vs. on-premise: Qual è quello giusto per la tua attività?

Un confronto tecnico completo tra le architetture di Captive Portal basate su cloud e on-premise. Questa guida valuta la velocità di implementazione, le strutture dei costi, la scalabilità e le implicazioni di conformità per aiutare i leader IT a prendere decisioni informate sull'infrastruttura.

📖 5 min di lettura📝 1,226 parole🔧 2 esempi3 domande📚 8 termini chiave

🎧 Ascolta questa guida

Visualizza trascrizione
Cloud-Based vs On-Premise Captive Portal: Which Is Right for Your Business? A Purple Technical Briefing — Full Podcast Script [INTRO — approx. 1 minute] Welcome to the Purple Technical Briefing. I'm your host, and today we're cutting straight to one of the most consequential infrastructure decisions facing IT teams in hospitality, retail, and public-sector venues right now: should you deploy a cloud-based captive portal, or keep everything on-premise? If you're an IT manager, network architect, or CTO who's been handed this question — perhaps because you're rolling out guest WiFi across a new property portfolio, or because your current captive portal server is end-of-life — then the next ten minutes are for you. We're going to cover the technical architecture of both approaches, the real cost and compliance trade-offs, and I'll give you a practical framework for making the right call for your specific environment. No vendor pitch, just solid guidance. Let's get into it. [TECHNICAL DEEP-DIVE — approx. 5 minutes] So, first — what are we actually talking about? A captive portal is the authentication gateway that intercepts a guest's HTTP or HTTPS request when they connect to your WiFi network, redirecting them to a login or acceptance page before granting internet access. Every venue running guest WiFi has one, whether they know it or not. The question is where that portal lives and who manages it. In a cloud-based captive portal deployment — sometimes called a hosted captive portal — the portal logic, authentication engine, and data capture layer all run on infrastructure managed by a third-party vendor. Your access points redirect unauthenticated clients to a cloud-hosted URL. The user authenticates, the cloud platform verifies credentials or captures consent, and then signals your network controller to open access. The entire transaction can complete in under two seconds, and your on-site hardware requirement is essentially just your access points and a controller — which itself may also be cloud-managed. Platforms like Purple operate exactly this way. Your access points — whether they're Cisco Meraki, Aruba, Ruckus, or Ubiquiti — redirect to Purple's cloud infrastructure. Purple handles the portal presentation, the data capture, the marketing consent workflow, and the analytics. Your IT team doesn't touch a captive portal server. Updates, security patches, new features — all handled by the vendor. This is the OPEX model: you pay a recurring subscription, and the vendor absorbs the infrastructure and maintenance burden. Now contrast that with an on-premise deployment. Here, you're running a dedicated captive portal server — either physical hardware or a virtual machine — within your own network perimeter. The portal software runs locally. Authentication typically integrates with a RADIUS server, often FreeRADIUS or Microsoft NPS, and may federate with an LDAP or Active Directory instance for enterprise identity management. The access point still redirects unauthenticated clients, but now it's pointing at an internal IP rather than a cloud URL. The on-premise model gives you absolute control. Your guest data never leaves your network boundary. You can implement bespoke authentication flows, integrate directly with property management systems via local API calls, and customise the portal behaviour in ways that a hosted platform may not support. For environments with strict data sovereignty requirements — think NHS trusts, government facilities, or financial services venues — this control is not optional, it's mandated. But that control comes at a cost. You're now responsible for the captive portal server's uptime, patching, capacity planning, and failover. If your on-premise server goes down at 9pm on a Saturday, your guests have no WiFi until someone responds. You need redundancy — ideally an active-passive failover pair — which doubles your hardware spend. And you need your IT team to have the skills to manage it: Linux administration, RADIUS configuration, SSL certificate management, and network-level troubleshooting. Let's talk about scalability, because this is where the gap between the two models becomes most visible. A cloud-based captive portal system scales elastically. If you're running a stadium with 60,000 concurrent users during an event, the cloud platform absorbs that load automatically. Your vendor's infrastructure — built on AWS, Azure, or GCP — handles the authentication burst without you provisioning additional capacity. The same platform that handles your quietest Tuesday morning handles your busiest Saturday night. On-premise doesn't work that way. Your captive portal server has a fixed throughput ceiling based on the hardware you've provisioned. If you've sized for 500 concurrent sessions and you suddenly have 2,000, you'll see authentication timeouts, portal load failures, and frustrated guests. Capacity planning for on-premise deployments requires you to model your peak load scenarios and provision accordingly — which almost always means over-provisioning for the 95% of the time when demand is normal. From a compliance standpoint, both models can satisfy GDPR and PCI DSS requirements, but the implementation paths differ significantly. In a cloud deployment, your vendor's Data Processing Agreement — your DPA — is the critical document. You need to verify that your vendor is a registered data processor, that data is stored within appropriate geographic boundaries, and that their security controls meet your obligations under Article 28 of GDPR. Reputable platforms like Purple publish their DPA, their ISO 27001 certification, and their sub-processor list. Review them. For on-premise, you own the compliance posture entirely. That's both the advantage and the burden. You control where data is stored, how long it's retained, and who has access. But you also need to demonstrate those controls during an audit — which means documented policies, access logs, encryption at rest and in transit, and a tested incident response plan. One more technical consideration worth flagging: WPA3 and IEEE 802.1X. Modern enterprise networks are moving toward WPA3-Enterprise with 802.1X authentication, which eliminates the need for a traditional captive portal entirely for managed devices. But for guest networks — where you can't push certificates to every visitor's personal device — captive portals remain the practical standard. Both cloud and on-premise deployments can coexist with a WPA3 infrastructure; the captive portal sits on a separate guest SSID, isolated from your corporate network via VLAN segmentation. [IMPLEMENTATION RECOMMENDATIONS AND PITFALLS — approx. 2 minutes] Right, so how do you actually make the decision? Here's the framework I use with clients. Start with three questions. First: do you have a data sovereignty requirement that prohibits guest data leaving your network perimeter? If yes, on-premise is your starting point — though you should still evaluate whether a private-cloud deployment satisfies that requirement before committing to physical hardware. Second: what is your IT team's capacity and skill set? Cloud deployments dramatically reduce the operational burden on your team. If you're running a lean IT function across multiple sites, handing portal management to a vendor is almost always the right call. Third: what does your growth trajectory look like? If you're planning to add sites over the next 18 months, a cloud-based captive portal system scales with you without additional infrastructure investment. On-premise scales linearly with cost and complexity. Now, the pitfalls. The most common mistake I see with cloud deployments is treating the vendor DPA as a checkbox rather than a document you actually read. If your vendor is storing guest data in the US and you're operating in the EU, you have a GDPR problem regardless of how good the portal looks. Read the DPA. Verify the sub-processors. Confirm the data residency. For on-premise deployments, the most common failure mode is under-provisioning for failover. A single captive portal server with no redundancy is a single point of failure for your entire guest network. Budget for active-passive failover from day one, not as an afterthought. And for both models: don't neglect SSL certificate management. An expired certificate on your captive portal will trigger browser security warnings that look indistinguishable from a phishing attack to your guests. Automate certificate renewal — Let's Encrypt works perfectly well for this — and monitor expiry dates. [RAPID-FIRE Q&A — approx. 1 minute] A few quick questions I get asked regularly. Can I migrate from on-premise to cloud without disrupting my network? Yes — the transition is typically a DNS and RADIUS redirect change. Plan a maintenance window, test thoroughly in a staging environment first, and have a rollback plan ready. Does a cloud captive portal work if my internet connection goes down? No — and that's a genuine limitation. If your uplink fails, cloud authentication fails too. For venues where connectivity resilience is critical, consider a hybrid model with a local fallback portal. Is Purple's platform suitable for multi-site deployments? Absolutely. Purple's cloud architecture is built for multi-site management — you can manage portal branding, analytics, and user data across hundreds of locations from a single dashboard. That's one of the core value propositions of a hosted captive portal at scale. [SUMMARY AND NEXT STEPS — approx. 1 minute] To wrap up: cloud-based captive portal deployments win on speed, scalability, and reduced operational overhead. They're the right choice for the majority of commercial venues — hotels, retail chains, stadiums, conference centres — where the IT team needs to focus on core infrastructure rather than portal maintenance. On-premise deployments remain the right choice where data sovereignty is non-negotiable, where you need deep customisation that a hosted platform can't provide, or where you're operating in an environment with unreliable internet connectivity. The hybrid model — cloud management with local fallback — is worth evaluating for high-availability environments where both flexibility and resilience are required. If you're evaluating captive portal software right now, I'd recommend starting with Purple's platform for a cloud deployment. The analytics layer alone — visitor demographics, dwell time, return visit rates — delivers ROI that goes well beyond basic WiFi access. You can find more at purple.ai. Thanks for listening. If you found this useful, share it with your network team. We'll see you on the next briefing. [END]

header_image.png

Riepilogo Esecutivo

Nella progettazione di un'architettura WiFi per ospiti, la scelta tra un Captive Portal basato su cloud e un server Captive Portal on-premise determina i costi dell'infrastruttura, l'overhead operativo e la postura di conformità per l'intero ciclo di vita dell'implementazione. Per i responsabili IT, gli architetti di rete e i CTO, questa non è semplicemente una preferenza software; è una decisione architettonica fondamentale.

Un Captive Portal basato su cloud sposta i carichi di lavoro di autenticazione e rendering del portale in un ambiente gestito dal fornitore, offrendo scalabilità elastica e manutenzione significativamente ridotta. Al contrario, un sistema Captive Portal on-premise mantiene tutti i dati e la logica di autenticazione all'interno del perimetro della rete locale, fornendo un controllo assoluto a scapito di maggiori spese in conto capitale e oneri operativi.

Questa guida fornisce un rigoroso confronto tecnico di entrambi i modelli di implementazione. Esamineremo l'architettura, valuteremo il costo totale di proprietà e delineeremo scenari di implementazione specifici per aiutarti a determinare quale software Captive Portal si allinea ai tuoi obiettivi aziendali e ai requisiti normativi.

Approfondimento Tecnico: Architettura e Flussi di Autenticazione

Comprendere la distinzione tra un Captive Portal ospitato e una soluzione on-premise richiede l'esame del flusso di autenticazione e di dove vengono eseguiti i processi sottostanti.

L'Architettura del Captive Portal Basato su Cloud

In un modello basato su cloud, la logica del Captive Portal, l'autenticazione RADIUS e i database di acquisizione dati risiedono su infrastrutture di terze parti (es. AWS, Azure, GCP) gestite da un fornitore come Purple.

Quando un dispositivo client si associa all'SSID ospite, l'access point (AP) locale o il controller LAN wireless (WLC) intercetta la richiesta HTTP/HTTPS iniziale. Poiché il dispositivo non è autenticato, il controller reindirizza il browser a un URL ospitato nel cloud. L'utente interagisce con il portale — accettando i termini, autenticandosi tramite social login o compilando un modulo. Dopo un'autenticazione riuscita, la piattaforma cloud comunica al controller locale (spesso tramite RADIUS o un'API specifica del fornitore) per autorizzare l'indirizzo MAC del client, concedendo l'accesso a internet.

Questa architettura è altamente elastica. Durante i picchi di carico — come l'intervallo in uno stadio o una grande vendita nel Retail — l'infrastruttura cloud si scala automaticamente per gestire migliaia di richieste di autenticazione simultanee senza richiedere aggiornamenti hardware locali. Inoltre, piattaforme come Purple forniscono analisi Guest WiFi e fungono da fornitore di identità gratuito per servizi come OpenRoaming con la licenza Connect, aggiungendo un valore significativo oltre il controllo di accesso di base.

architecture_overview.png

L'Architettura del Server Captive Portal On-Premise

Un server Captive Portal on-premise richiede l'implementazione di hardware dedicato o macchine virtuali (VM) all'interno della tua infrastruttura di rete locale. Il server web del portale, il server RADIUS (es. FreeRADIUS, Microsoft NPS) e il database utenti sono tutti mantenuti localmente dal tuo team IT.

Il processo di reindirizzamento è simile, ma il client viene indirizzato a un indirizzo IP interno anziché a un URL pubblico. La transazione di autenticazione avviene interamente all'interno della rete locale (LAN). Questo modello garantisce che nessun dato degli ospiti attraversi internet pubblico durante la fase di autenticazione, il che è spesso un requisito rigoroso per il Healthcare o le strutture governative governate da rigorose politiche di sovranità dei dati.

Tuttavia, la capacità di throughput di un sistema on-premise è strettamente limitata dall'hardware fornito. La pianificazione della capacità deve tenere conto delle sessioni simultanee di picco, spesso con conseguente significativo sovradimensionamento. Inoltre, il team IT si assume la piena responsabilità per il patching del sistema operativo, il rinnovo dei certificati SSL, la manutenzione del database e la configurazione di coppie di failover ad alta disponibilità.

Guida all'Implementazione: Raccomandazioni Indipendenti dal Fornitore

La selezione dell'architettura appropriata dipende dalle tue specifiche limitazioni operative.

Quando Scegliere un Captive Portal Basato su Cloud

  1. Implementazioni Multi-Sito: Se gestisci un portfolio distribuito, come una catena di Hospitality o una rete di hub di Transport , un Captive Portal basato su cloud fornisce una gestione centralizzata. Puoi distribuire aggiornamenti del portale, modifiche al branding e modifiche alle policy su centinaia di siti contemporaneamente.
  2. Operazioni IT Snelle: Quando il tuo team di rete è focalizzato sull'infrastruttura core piuttosto che sulla manutenzione delle applicazioni, l'affidamento del sistema Captive Portal a un fornitore SaaS riduce l'overhead operativo.
  3. Integrazione Marketing e Analytics: Le piattaforme cloud facilitano intrinsecamente l'aggregazione dei dati. Se il tuo obiettivo è sfruttare i WiFi Analytics per promuovere l'engagement dei clienti, un Captive Portal ospitato fornisce le integrazioni necessarie pronte all'uso.

Quando Scegliere un Captive Portal On-Premise

  1. Rigorosa Sovranità dei Dati: Se i quadri normativi proibiscono ai dati degli ospiti di lasciare le tue sedi fisiche o i confini nazionali, un'implementazione on-premise è obbligatoria.
  2. Ambienti Air-Gapped o ad Alta Latenza: Le sedi con uplink internet inaffidabili non possono dipendere da un gateway di autenticazione cloud. Se il collegamento WAN fallisce, un portale cloud fallisce; un portale on-premise può comunque autenticare gli utenti per l'accesso alla rete locale.
  3. Deep Integrazione personalizzata: Quando il portale deve interfacciarsi direttamente con sistemi di gestione della proprietà (PMS) legacy, ospitati localmente, tramite API proprietarie che non possono essere esposte a internet.

comparison_chart.png

Migliori pratiche per la distribuzione di Captive Portal

Indipendentemente dal modello di distribuzione, l'adesione agli standard di settore è fondamentale per la sicurezza e l'esperienza utente.

  • Segmentazione VLAN: Isolare sempre la rete WiFi guest su una VLAN dedicata, completamente separata dalle risorse aziendali.
  • Gestione dei certificati SSL/TLS: Un captive portal deve servire le sue pagine tramite HTTPS. I certificati scaduti attiveranno gravi avvisi del browser, bloccando il flusso di autenticazione. Per le distribuzioni on-premise, automatizzare il rinnovo dei certificati utilizzando protocolli come ACME (es. Let's Encrypt). I fornitori cloud gestiscono questo automaticamente.
  • Considerazioni su WPA3 e 802.1X: Sebbene WPA3-Enterprise con 802.1X sia lo standard d'oro per i dispositivi aziendali, è impraticabile per le reti guest dove non è possibile distribuire certificati a dispositivi non gestiti. Pertanto, una rete aperta con un captive portal, o WPA3-Personal (Opportunistic Wireless Encryption - OWE), rimane lo standard per l'accesso pubblico.
  • Accordi sul trattamento dei dati (DPA): Quando si utilizza un captive portal ospitato, esaminare rigorosamente il DPA del fornitore. Assicurarsi che siano conformi a GDPR, PCI DSS e definiscano chiaramente i loro sub-processori e le posizioni di residenza dei dati.

Risoluzione dei problemi e mitigazione dei rischi

Le modalità di guasto comuni differiscono significativamente tra le due architetture.

Rischi basati su cloud

  • Interruzioni WAN: Il rischio principale è la perdita di connettività internet. Senza un uplink, il controller cloud non può essere raggiunto e l'autenticazione fallisce. Mitigare questo con collegamenti WAN ridondanti (es. fibra primaria, 5G/LTE secondario) o considerare I principali vantaggi di SD WAN per le aziende moderne per garantire alta disponibilità.
  • Errori di risoluzione DNS: Se il DNS locale non riesce a risolvere l'URL del portale cloud, il reindirizzamento si interrompe. Garantire un'infrastruttura DNS locale robusta.

Rischi on-premise

  • Guasto hardware: Un singolo server captive portal è un singolo punto di guasto. È necessario distribuire in un cluster attivo-passivo o attivo-attivo per garantire alta disponibilità.
  • Esaurimento della capacità: Picchi inaspettati nella densità degli utenti possono sovraccaricare il server RADIUS locale o il server web, causando timeout. Monitorare rigorosamente CPU, memoria e metriche delle sessioni concorrenti.
  • Gestione delle patch: I server portal non patchati sono obiettivi primari per lo sfruttamento. Implementare una rigorosa gestione delle vulnerabilità e programmi di distribuzione delle patch.

Per scenari in cui il portale sta causando più attrito che valore, consultare Come rimuovere un login Captive Portal (e quando dovresti farlo) .

ROI e impatto aziendale

I modelli finanziari per queste architetture sono fondamentalmente diversi.

Una distribuzione di software captive portal on-premise è un modello di spesa in conto capitale (CAPEX). Si incorrono costi iniziali significativi per hardware, licenze hypervisor e infrastruttura ridondante. I costi continui sono nascosti nelle spese operative (OPEX) del tempo del team IT dedicato alla manutenzione e alla risoluzione dei problemi.

Un captive portal basato su cloud opera su un modello OPEX. I costi iniziali sono minimi, limitati agli access point e alla configurazione iniziale. Si paga una quota di abbonamento prevedibile e ricorrente. Il ROI di una piattaforma cloud si realizza spesso attraverso la riduzione del carico di lavoro IT e la monetizzazione dei dati acquisiti tramite analisi avanzate e integrazioni di marketing, trasformando il WiFi guest da centro di costo a risorsa generatrice di entrate.

Termini chiave e definizioni

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 for authenticating guests and capturing marketing consent on public WiFi networks.

RADIUS (Remote Authentication Dial-In User Service)

A networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management for users who connect and use a network service.

The backend protocol used by both cloud and on-premise portals to signal the access point that a user is authorized.

Data Sovereignty

The concept that data is subject to the laws and governance structures within the nation it is collected.

A critical deciding factor for government and healthcare venues evaluating cloud vs. on-premise architectures.

MAC Address Authorization

The process of using a device's Media Access Control address to identify it and grant network access after initial authentication.

How the network controller remembers a device so the user doesn't have to log in every time they roam between access points.

WPA3-Enterprise

The latest Wi-Fi security standard requiring 802.1X authentication and a RADIUS server, providing individualized encryption.

The standard for corporate networks, which operates separately from the open/OWE guest network where the captive portal resides.

VLAN Segmentation

The practice of dividing a physical network into multiple logical networks.

Essential for security, ensuring guest WiFi traffic (and the captive portal) is isolated from internal corporate data.

Data Processing Agreement (DPA)

A legally binding contract that states the rights and obligations of each party concerning the protection of personal data.

Mandatory documentation when utilizing a hosted captive portal to ensure GDPR compliance.

OpenRoaming

A federation of Wi-Fi networks that allows users to automatically and securely connect to participating networks without manual login.

An advanced authentication method supported by platforms like Purple, offering a frictionless alternative to traditional captive portals.

Casi di studio

A national retail chain with 400 locations needs to deploy a standardized guest WiFi experience. Their IT team consists of 5 network engineers based at headquarters. They require detailed analytics on customer dwell time and visit frequency to integrate with their CRM.

Deploy a cloud-based captive portal system. The lean IT team cannot manage 400 on-premise portal servers or complex VPN routing back to a centralized on-premise data center. A hosted captive portal allows centralized policy management, immediate scalability, and native API integration for CRM data syncing.

Note di implementazione: The decisive factors here are the distributed nature of the sites and the requirement for analytics. A cloud architecture offloads the management burden and provides the necessary data aggregation capabilities out-of-the-box.

A large NHS hospital trust requires guest WiFi across its campus. Strict patient data confidentiality policies dictate that no MAC addresses, device identifiers, or user information can be stored on servers outside the UK, and all authentication traffic must remain within the hospital's private network.

Deploy an on-premise captive portal server. The hospital must provision a high-availability cluster of portal servers within their local data center, integrated with their local Active Directory or a dedicated FreeRADIUS instance for guest accounts.

Note di implementazione: Data sovereignty is the overriding constraint. While some cloud providers offer regional data residency, the requirement that traffic must not leave the private network necessitates an on-premise deployment, despite the higher operational cost.

Analisi degli scenari

Q1. A hotel chain is experiencing frequent authentication timeouts during large conferences because their local captive portal server reaches maximum CPU utilization. What is the most operationally efficient architectural solution?

💡 Suggerimento:Consider which deployment model handles elastic scaling automatically.

Mostra l'approccio consigliato

Migrate to a cloud-based captive portal system. Cloud architectures provide elastic scalability, automatically absorbing authentication spikes without requiring the local IT team to provision, configure, or maintain additional hardware.

Q2. A government facility must deploy guest WiFi but has a strict policy that no external DNS resolution or outbound internet traffic is permitted from the management VLAN. Which captive portal architecture must be deployed?

💡 Suggerimento:Evaluate how a cloud portal redirects clients.

Mostra l'approccio consigliato

An on-premise captive portal server must be deployed. A cloud-based portal requires the client to resolve and reach an external URL for authentication. Without outbound internet access from the management/guest VLAN, the redirection will fail. The authentication process must be handled entirely locally.

Q3. You are calculating the total cost of ownership (TCO) for an on-premise captive portal deployment. Beyond the initial server hardware and software licensing, what critical infrastructure component must be included to ensure network resilience?

💡 Suggerimento:Consider the impact of a single server failure.

Mostra l'approccio consigliato

You must include the cost of a secondary server configured for high availability (active-passive or active-active failover). Relying on a single on-premise server creates a single point of failure; if it goes offline, the entire guest network becomes inaccessible.

Captive Portal basato su cloud vs. on-premise: Qual è quello giusto per la tua attività? | Technical Guides | Purple