Cloud RADIUS vs on-premise RADIUS: decision guide for IT teams
Compare Cloud RADIUS and on-premise RADIUS (FreeRADIUS, NPS) for enterprise 802.1X WiFi security. Architectural comparison, TCO analysis, SCEP EAP-TLS integration, and WAN resilience.
Video overview
Listen to this guide
View podcast transcript
Part of our core series: Enterprise WiFi Security Guide →
- Executive summary
- Architecture comparison: cloud RADIUS vs on-premise RADIUS
- Key decision criteria for enterprise IT leaders
- 1. Multi-site management overhead
- 2. Modern identity provider (IdP) compatibility
- 3. SCEP and EAP-TLS certificate automation
- 4. Total cost of ownership (TCO) and capital expenditure
- ROI and 5-year cost breakdown
- Security best practices for RADIUS infrastructure
- 1. Enforce RadSec (RADIUS over TLS - RFC 6614)
- 2. Implement automated Certificate Revocation List (CRL) validation
- 3. Dynamic RADIUS VLAN assignment
- Frequently asked questions (FAQ)
- What happens to Cloud RADIUS if the venue internet connection goes down?
- Can Cloud RADIUS integrate with on-premises Active Directory?
- Is EAP-TLS required for Cloud RADIUS, or can we continue using PEAP-MSCHAPv2?

Executive summary
RADIUS authentication sits at the heart of enterprise WiFi security. Whether securing corporate staff access via IEEE 802.1X or managing guest onboarding across a multi-site venue estate, where you host your RADIUS infrastructure dictates uptime, security posture, and total cost of ownership (TCO).
Cloud RADIUS services deliver managed, globally distributed authentication infrastructure with built-in high availability, automatic certificate rotation, and elastic scalability. This eliminates the per-site maintenance burden of distributed on-premises deployments. On-premise RADIUS, running FreeRADIUS or Microsoft Network Policy Server (NPS), offers sub-millisecond local LAN authentication, full data sovereignty, and independence from WAN connectivity - advantages that remain relevant in air-gapped or high-density environments.
For most multi-site operators - hotel groups, retail chains, healthcare trusts, and corporate offices - Cloud RADIUS delivers a superior operational outcome at a 30% to 50% lower 5-year TCO. This guide provides a technical framework to evaluate both architectures for your organization.
Architecture comparison: cloud RADIUS vs on-premise RADIUS
Evaluating RADIUS deployment models requires weighing local network latency against multi-site operational management.
| Architectural dimension | Cloud RADIUS | On-premise RADIUS (NPS / FreeRADIUS) |
|---|---|---|
| Infrastructure footprint | Zero on-premises servers; fully managed multi-region cloud proxies. | Requires dedicated physical or virtual servers at each site or regional data center. |
| Identity directory integration | Direct API and OAuth integration with Microsoft Entra ID (Azure AD), Okta, and Google Workspace. | Native to Active Directory Domain Services (AD DS) via LDAP/Kerberos; complex for cloud IdPs. |
| Certificate management (EAP-TLS) | Automated client certificate issuance and PKI lifecycle management via SCEP / EST. | Requires internal Active Directory Certificate Services (ADCS) and manual NDES server configuration. |
| High availability & failover | Built-in active-active geographic redundancy across multiple cloud availability zones. | Requires redundant server pairs, load balancers, and manual database replication across sites. |
| WAN dependency | Requires internet connectivity (mitigated via dual-ISP WAN resilience or local access point credential caching). | Operates independently of internet uptime for local LAN authentications. |
| Authentication latency | 15ms to 45ms (imperceptible for wireless 802.1X EAP handshakes). | Sub-millisecond (<2ms) local LAN response times. |
Key decision criteria for enterprise IT leaders
When choosing between Cloud RADIUS and on-premise deployments, evaluate the following five core vectors:
1. Multi-site management overhead
On-premise RADIUS infrastructure scales linearly in operational complexity with every new venue added. Each site requires OS patching, security updates, SSL/TLS certificate renewals, and RADIUS client (NAS) IP updates.
Cloud RADIUS centralizes configuration across all venues into a single web management portal. Access points and wireless LAN controllers (WLCs) authenticate against cloud RADIUS endpoints using RadSec (RADIUS over TLS), standardizing security policies across hundreds of branch locations.
2. Modern identity provider (IdP) compatibility
Legacy RADIUS servers like Microsoft NPS rely on NTLM and Kerberos protocols designed for on-premises Active Directory. As enterprises migrate to cloud-native identity platforms such as Microsoft Entra ID (formerly Azure AD), Google Workspace, or Okta, connecting legacy NPS to cloud identity directories requires complex domain controllers or password sync proxies.
Cloud RADIUS platforms interface directly with modern cloud IdPs via secure REST APIs and SCIM provisioning. This enables instantaneous user access revocation when an employee is offboarded in Entra ID or Okta.
3. SCEP and EAP-TLS certificate automation
Passwords are the weakest link in enterprise WiFi security. Deploying 802.1X EAP-TLS authentication replaces vulnerable passwords with digital client certificates stored in hardware TPMs or Apple Secure Enclaves.
Setting up EAP-TLS on an on-premise RADIUS infrastructure demands an Active Directory Certificate Services (ADCS) PKI, Network Device Enrollment Service (NDES) servers, and Intune Certificate Connectors. Cloud RADIUS streamlines this into a zero-touch workflow, issuing and rotating SCEP certificates automatically for Intune and Jamf managed endpoints.
4. Total cost of ownership (TCO) and capital expenditure
On-premises RADIUS incurs significant capital expenditure (CapEx) for server hardware, hypervisor licensing, and hardware security modules (HSMs), alongside ongoing operational expenditure (OpEx) for power, cooling, and senior network engineering maintenance hours.
Cloud RADIUS operates on a predictable per-device or per-user subscription model, reducing 5-year TCO by up to 50% by eliminating hardware refresh cycles and manual RADIUS administration.
Got questions about your specific setup?
Our team works with venue operators, IT managers, and network engineers across 80,000 venues. Book a 20-minute call and we will show you how others like you solved it.
ROI and 5-year cost breakdown
The following financial comparison models a 20-site enterprise estate with 50 wireless access points per site and 4,000 active authenticated endpoints.
| Cost component | On-premise RADIUS (20 sites) | Cloud RADIUS (20 sites) |
|---|---|---|
| Hardware (servers, HA pairs, appliances) | $80,000 - $120,000 | $0 |
| OS & server licensing | $10,000 - $30,000 | $0 |
| Annual cloud subscription (5 years) | $0 | $90,000 - $140,000 |
| Power, cooling & rack space | $15,000 - $25,000 | $0 |
| Network engineering maintenance (5 years) | $60,000 - $100,000 | $10,000 - $20,000 |
| 5-year total cost of ownership | $165,000 - $275,000 | $100,000 - $160,000 |
Security best practices for RADIUS infrastructure
1. Enforce RadSec (RADIUS over TLS - RFC 6614)
Traditional RADIUS over UDP (ports 1812/1813) encrypts only the User-Password attribute, leaving username headers and MAC addresses visible in plaintext across WAN links. RadSec encapsulates RADIUS packets inside a TLS tunnel, delivering end-to-end encryption and mutual certificate authentication between access points and RADIUS proxies.
2. Implement automated Certificate Revocation List (CRL) validation
Client certificate deployment must be paired with strict CRL or OCSP (Online Certificate Status Protocol) validation. If an employee leaves the company or a mobile endpoint is lost, RADIUS proxies must check revocation endpoints during every EAP-TLS handshake to instantly deny network access.
3. Dynamic RADIUS VLAN assignment
Utilize RADIUS-assigned VLAN attributes (Tunnel-Type, Tunnel-Medium-Type, Tunnel-Private-Group-ID) to dynamically place endpoints onto designated network segments based on user group membership. Corporate laptops land on internal production VLANs, while guest devices land on isolated internet-only segments - fulfilling PCI DSS and ISO 27001 compliance standards.
Modernize your 802.1X security with Purple Cloud RADIUS
Eliminate on-premise RADIUS hardware management, NPS certificate expiry risks, and complex NDES servers. Purple Cloud RADIUS integrates directly with Microsoft Entra ID, Intune, and your existing wireless controllers for zero-touch EAP-TLS authentication across all venues.
Frequently asked questions (FAQ)
What happens to Cloud RADIUS if the venue internet connection goes down?
Modern Cloud RADIUS deployments mitigate WAN dependency by pairing dual-ISP connections with access point survivability features. Access points cache recent authenticated sessions locally, allowing staff endpoints to maintain active network connectivity during temporary WAN disruptions.
Can Cloud RADIUS integrate with on-premises Active Directory?
Yes. Cloud RADIUS platforms can query on-premises Active Directory via secure lightweight connectors or directory sync services (such as Entra Connect), facilitating a phased migration from legacy NPS to cloud authentication without disrupting existing domain controllers.
Is EAP-TLS required for Cloud RADIUS, or can we continue using PEAP-MSCHAPv2?
Cloud RADIUS supports both PEAP-MSCHAPv2 and EAP-TLS. However, EAP-TLS with digital client certificates is strongly recommended because PEAP-MSCHAPv2 is vulnerable to credential harvesting and relay attacks if client devices omit server certificate validation.
Key Definitions
RADIUS (Remote Authentication Dial-In User Service)
A networking protocol (RFC 2865) that provides centralised authentication, authorisation, and accounting (AAA) for users connecting to a network. RADIUS operates over UDP and acts as the broker between network access equipment (access points, switches) and the identity directory (Active Directory, LDAP, cloud IdP).
IT teams encounter RADIUS whenever deploying 802.1X authentication for WiFi or wired networks. It is the foundational protocol for enterprise network access control and is required for WPA2-Enterprise and WPA3-Enterprise deployments.
802.1X
An IEEE standard for port-based network access control that defines the framework for EAP-based authentication. In a WiFi context, 802.1X requires three components: the supplicant (client device), the authenticator (access point), and the authentication server (RADIUS). The access point blocks all traffic from the client until RADIUS returns an Access-Accept.
802.1X is the authentication mechanism for WPA2-Enterprise and WPA3-Enterprise networks. IT teams use it to ensure that only authorised devices and users can connect to the corporate WiFi, with dynamic VLAN assignment based on user identity.
EAP (Extensible Authentication Protocol)
A flexible authentication framework used within 802.1X that supports multiple authentication methods. Common EAP methods include EAP-TLS (certificate-based, strongest security), PEAP-MSCHAPv2 (password-based with server certificate validation), and EAP-TTLS (tunnelled password authentication).
The choice of EAP method directly impacts security posture and deployment complexity. EAP-TLS requires client certificates on every device, making it more complex to deploy but significantly more resistant to credential theft attacks. IT teams in regulated industries (healthcare, finance) should default to EAP-TLS.
FreeRADIUS
The world's most widely deployed open-source RADIUS server, powering authentication for hundreds of millions of users globally. FreeRADIUS supports an extensive range of EAP methods and backend integrations, is available at no licensing cost, and runs on Linux. It requires skilled administration and file-based configuration.
FreeRADIUS is the default choice for on-premise RADIUS deployments in non-Microsoft environments. IT teams evaluating the cloud versus on-premise decision should assess whether they have the in-house expertise to operate FreeRADIUS effectively, as misconfiguration is a leading cause of authentication incidents.
NPS (Network Policy Server)
Microsoft's built-in RADIUS server, included with Windows Server. NPS integrates natively with Active Directory and supports PEAP-MSCHAPv2 and EAP-TLS. It is managed through the Windows Server GUI and is the default RADIUS choice for Microsoft-centric environments.
IT teams running Windows Server infrastructure typically deploy NPS as their on-premise RADIUS server. NPS is tightly coupled to Windows Server licensing and Active Directory, which simplifies deployment in Microsoft environments but limits flexibility in heterogeneous or cloud-native environments.
MAC Authentication Bypass (MAB)
An authentication method that uses a device's MAC address as its credential, allowing headless devices (printers, IoT sensors, point-of-sale terminals) that cannot run an 802.1X supplicant to authenticate to the network. The MAC address is checked against an allow-list on the RADIUS server.
MAB is essential for any network with IoT devices or legacy equipment. IT teams must maintain accurate MAC address inventories and implement processes for adding new devices. Cloud RADIUS platforms typically provide a centralised dashboard for MAB list management across all sites, which is significantly more efficient than per-site configuration file management on FreeRADIUS.
RadSec (RADIUS over TLS)
An extension of the RADIUS protocol (RFC 6614) that transports RADIUS packets over TLS rather than UDP. RadSec provides full transport encryption and mutual authentication between the NAS and RADIUS server, addressing several well-documented security vulnerabilities in the traditional UDP-based RADIUS protocol.
Traditional RADIUS encrypts only the User-Password attribute; all other attributes, including usernames and session data, are transmitted in plaintext. RadSec is the modern, secure transport mechanism for RADIUS and is supported by most enterprise Cloud RADIUS platforms and modern access point vendors. IT teams deploying new RADIUS infrastructure should evaluate RadSec as the default transport.
VLAN Assignment (RADIUS-assigned VLAN)
A RADIUS capability that dynamically assigns a connecting device to a specific VLAN based on authentication outcome. The RADIUS server returns Tunnel-Type (13=VLAN), Tunnel-Medium-Type (6=802), and Tunnel-Private-Group-ID (VLAN ID) attributes in the Access-Accept response, and the access point places the device in the specified VLAN.
Dynamic VLAN assignment is the mechanism by which IT teams implement network segmentation based on user identity. A single SSID can serve multiple user types - guests, employees, contractors, IoT devices - with each type automatically placed in the appropriate VLAN based on their RADIUS authentication result. This is a PCI DSS requirement for networks that handle cardholder data.
High Availability (HA) RADIUS
A RADIUS deployment architecture that ensures authentication services remain available despite individual server failures. Common HA patterns include active-active clustering (both servers handle traffic simultaneously, with load balancing), active-passive failover (secondary server takes over when primary fails), and geographically distributed redundancy (servers in separate physical locations).
HA is a critical design consideration for any production RADIUS deployment. IT teams must define their Recovery Time Objective (RTO) - how quickly authentication must be restored after a failure - and design their HA architecture accordingly. Cloud RADIUS providers deliver HA as a built-in service; on-premise HA requires explicit architectural design and ongoing maintenance.
Worked Examples
A European hotel group operates 45 properties across six countries. Each property has 150–400 guest rooms plus conference facilities. The central IT team consists of three network engineers. They currently run FreeRADIUS on virtual machines at each property - 45 separate instances. A certificate expiry at one property caused a complete guest WiFi outage during a major conference. The CTO wants to eliminate this class of incident and reduce maintenance overhead. What is the recommended architecture?
Recommended Architecture: Cloud RADIUS with Purple Guest WiFi Integration
Select a Cloud RADIUS provider with European data residency (to satisfy GDPR obligations) and native integration with your existing IdP. If the hotel group uses Azure AD for staff identity, select a platform with Azure AD LDAP connector support.
Migrate guest WiFi SSIDs first. Guest authentication is the highest-volume, lowest-risk migration target. Configure Purple's captive portal to handle guest onboarding (data capture, consent, branded splash page) and pass authenticated sessions to the Cloud RADIUS backend. This immediately eliminates per-property FreeRADIUS maintenance for the guest network.
Migrate staff SSIDs property by property, beginning with smaller properties. For each property, run a two-week parallel deployment with a test SSID before cutting over production traffic.
Configure WAN survivability at each property. Implement SD-WAN or dual-ISP connectivity. Configure the wireless controller to cache staff credentials locally for up to 8 hours, ensuring hotel operations staff can authenticate even during brief internet outages.
Decommission FreeRADIUS VMs at each property post-migration. Retain VM snapshots for 30 days as a rollback safety net.
Centralise policy management through the Cloud RADIUS dashboard. Define VLAN assignment policies once and apply them across all 45 properties - a task that previously required per-property configuration file edits.
Expected outcomes: Elimination of certificate expiry incidents (automated rotation), reduction of RADIUS-related engineering time by approximately 40%, and improved authentication latency at properties in countries where the cloud provider has local edge nodes.
A national sports stadium with 68,000 seats hosts 30 major events per year. Peak concurrent WiFi users exceed 25,000 during sold-out matches. The stadium has a dedicated 10Gbps internet connection, but the IT security team has a hard requirement: all authentication logs must remain on UK soil and must not traverse the public internet. The stadium also operates a PCI DSS-compliant point-of-sale network for concessions. What RADIUS architecture is appropriate?
Recommended Architecture: On-Premise RADIUS with Active-Active Cluster and Co-Location DR
Deploy a primary active-active RADIUS cluster within the stadium's on-site data room. Use two physical servers running FreeRADIUS in active-active configuration, load-balanced via the wireless controller's RADIUS server list. Each server should be capable of handling the full authentication load independently - size for 3,000+ authentications per minute at peak event ingress.
Deploy a secondary cluster at a UK co-location facility within 30 miles of the stadium, connected via a dedicated private WAN link (not the public internet). This provides site-level disaster recovery without violating the data sovereignty requirement.
Segment the PCI DSS environment with a dedicated RADIUS policy for the point-of-sale SSID. Assign POS devices to a dedicated VLAN via RADIUS attributes. Ensure RADIUS accounting logs for POS authentication are retained for 12 months minimum, stored on-premise in compliance with PCI DSS Requirement 10.
Implement EAP-TLS for all staff and POS device authentication. Deploy an internal Certificate Authority (Microsoft ADCS or equivalent) to issue and manage client certificates. Configure automated certificate renewal with 90-day advance alerts.
Deploy RadSec (RADIUS over TLS) between access points and the on-premise RADIUS cluster to encrypt authentication traffic on the internal network - particularly important given the high-density public environment.
Pre-provision capacity before major events. Work with the stadium's event operations team to receive confirmed attendance figures 72 hours in advance, and validate RADIUS server capacity against expected peak authentication rates.
Expected outcomes: Sub-millisecond authentication latency during peak event ingress, full data sovereignty compliance, PCI DSS-compliant authentication logging, and 99.99%+ availability via the active-active cluster architecture.
Practice Questions
Q1. A national pharmacy chain operates 320 stores across the UK. Each store has a single internet connection from a major ISP with no failover. The chain uses Microsoft 365 and Azure Active Directory for all staff identity. The IT team of 8 engineers currently manages FreeRADIUS instances on a virtual machine at each store. The CISO has flagged that 23% of stores have RADIUS certificates that will expire within 90 days. The CTO wants to resolve this and reduce ongoing maintenance overhead. What RADIUS architecture do you recommend, and what is the single most critical infrastructure change required before migration?
Hint: Consider the WAN resilience requirement carefully - what happens to in-store operations if the internet connection fails after Cloud RADIUS is deployed?
View model answer
Recommended architecture: Cloud RADIUS integrated with Azure Active Directory, replacing the 320 FreeRADIUS instances. The Azure AD integration is straightforward given the existing Microsoft 365 deployment, and Cloud RADIUS eliminates the certificate management crisis immediately through automated rotation.
Critical infrastructure change before migration: WAN resilience. Each store currently has a single ISP connection with no failover. Cloud RADIUS is entirely dependent on internet connectivity. Before migrating any store, implement SD-WAN with dual-ISP failover, or at minimum configure the wireless controller to cache staff credentials locally for 8–12 hours. Without this, a store that loses internet connectivity cannot authenticate staff to the corporate network - potentially blocking access to point-of-sale systems, inventory management, and other network-dependent operations.
Migration sequence: (1) Deploy SD-WAN or credential caching at all 320 stores. (2) Migrate the 23% of stores with imminent certificate expiry first - this addresses the immediate risk. (3) Migrate remaining stores in batches of 20–30 per week. (4) Decommission FreeRADIUS VMs post-migration. Expected outcome: zero certificate expiry incidents, 60–70% reduction in RADIUS-related engineering time, centralised policy management across all 320 stores.
Q2. A conference centre operator runs a single flagship venue with a capacity of 5,000 delegates. The venue hosts 200 events per year, ranging from small board meetings to large international conferences. Peak concurrent WiFi users reach 4,500 during major events. The venue has a 1Gbps dedicated internet connection with 99.9% SLA. The IT team consists of two network engineers. There are no specific data sovereignty requirements. The current on-premise FreeRADIUS server is approaching end-of-life. Should they replace it with a new on-premise deployment or migrate to Cloud RADIUS?
Hint: Consider both the peak load profile and the team size. Is 4,500 concurrent users at a single site a strong argument for on-premise, or does the team size and management overhead tip the balance?
View model answer
Recommended architecture: Cloud RADIUS. Despite the single-site, high-density profile, the combination of a small IT team (2 engineers), no data sovereignty requirements, and a reliable dedicated internet connection makes Cloud RADIUS the stronger choice.
Reasoning: The peak load of 4,500 concurrent users is well within the throughput capacity of enterprise Cloud RADIUS platforms, which are designed for far higher volumes. The 5–20ms additional latency from cloud routing is imperceptible in a conference environment. The 1Gbps dedicated internet connection with a 99.9% SLA provides sufficient WAN reliability for Cloud RADIUS dependence.
The decisive factor is team size. Two engineers managing an on-premise FreeRADIUS replacement - including hardware procurement, OS hardening, certificate management, EAP configuration, and ongoing maintenance - represents a significant ongoing overhead for a small team. Cloud RADIUS reduces this to policy management, freeing both engineers for the venue's broader network infrastructure needs.
Implementation note: Configure credential caching on the wireless controller for the venue operations staff SSID, providing survivability during any brief internet disruption. Ensure the Cloud RADIUS provider has a UK or European edge node to minimise authentication latency for the high-density event scenario.
Q3. A regional NHS trust operates 12 hospital sites across a county. Authentication requirements include: (1) staff access to the clinical network via 802.1X with EAP-TLS, (2) guest/patient WiFi via captive portal, and (3) medical device authentication via MAC Authentication Bypass. The trust's information governance team has mandated that all patient-related data, including authentication logs, must remain within NHS-approved data centres in England. The trust uses on-premise Active Directory with no current plans to migrate to Azure AD. What architecture do you recommend?
Hint: This scenario has multiple hard constraints. Identify each one and determine whether it eliminates cloud RADIUS entirely or only partially.
View model answer
Recommended architecture: Hybrid - On-Premise RADIUS for clinical staff and medical device authentication; Cloud RADIUS (NHS-compliant) or on-premise for guest/patient WiFi.
Analysis of constraints:
- Data sovereignty (NHS-approved English data centres): This eliminates most commercial Cloud RADIUS providers unless they offer NHS-compliant data residency. Some providers offer NHS-specific deployments; these should be evaluated. If no compliant cloud option exists, on-premise is required for all authentication.
- On-premise Active Directory with no cloud sync: This is a hard constraint for Cloud RADIUS integration. Without Azure AD Connect or equivalent, Cloud RADIUS cannot query the trust's staff directory. On-premise RADIUS is required for staff authentication.
- EAP-TLS for clinical staff: Supported by both on-premise FreeRADIUS and NPS. Requires an internal PKI (Microsoft ADCS recommended for an AD-integrated environment).
Recommended deployment: Deploy on-premise RADIUS (NPS or FreeRADIUS) at each of the 12 hospital sites in active-passive pairs, integrated with the trust's on-premise Active Directory. Use RADIUS-assigned VLANs to segment clinical, administrative, and medical device traffic. For guest/patient WiFi, deploy Purple's captive portal for GDPR-compliant data capture and consent management - this does not require RADIUS for guest authentication and sidesteps the data sovereignty constraint for the guest network entirely. Medical device MAB policies are managed on the on-premise RADIUS server with MAC address lists maintained centrally via a configuration management tool.
Key risk to mitigate: Certificate management for EAP-TLS across 12 sites. Deploy Microsoft ADCS with automated certificate enrolment via Group Policy to ensure all clinical devices receive and renew certificates automatically.
Sources
Continue reading in this series
A Network Administrator’s Guide to Configuring RADIUS Authentication for Guest WiFi
A comprehensive technical reference for network administrators on deploying RADIUS authentication for guest WiFi. Covers architecture, vendor-neutral configuration steps, security best practices, and troubleshooting common deployment failures.
Configuring RADIUS Authentication for Guest and Staff WiFi Networks
This technical reference guide outlines the architecture, configuration, and deployment of RADIUS authentication for enterprise guest and staff WiFi networks. It provides network architects and IT managers with the exact protocols, security standards, and troubleshooting methodologies required to build secure, scalable wireless access control systems.
Passpoint and OpenRoaming: Complete Guide
This technical reference guide provides a comprehensive analysis of Passpoint (Hotspot 2.0) and WBA OpenRoaming frameworks within enterprise WiFi networks. It details the underlying authentication protocols, architectural components, and deployment strategies required to establish secure, frictionless guest connectivity. Network architects and IT leaders will learn how to design, implement, and troubleshoot these standards to eliminate manual login barriers while maintaining enterprise-grade security.
Got questions about your specific setup?
Our team works with venue operators, IT managers, and network engineers across 80,000 venues. Book a 20-minute call and we will show you how others like you solved it.