Skip to main content

Arti iPSK: a comprehensive guide for businesses

Arti iPSK provides enterprise-grade network security with the simplicity of a home WiFi password. This guide details how to implement automated Identity Pre-Shared Key architecture to deliver secure, per-user VLAN isolation across multi-tenant environments without breaking IoT device compatibility.

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

Listen to this guide

View podcast transcript
Speak in British English with a confident, authoritative, conversational tone - like a senior network consultant briefing a CTO before a board meeting. Measured pace, clear diction, occasional dry wit. Not a lecture. A briefing: Welcome to the Purple Technical Briefing. [short pause] Today we are talking about arti iPSK - which, for anyone who has not come across the term, is shorthand for automated or artificial-intelligence-assisted Identity Pre-Shared Key management. [short pause] It is a mouthful, but the concept is straightforward, and by the end of this ten minutes, you will know exactly whether it belongs in your network design this quarter. Let me set the scene. [short pause] You are a property developer, a BTR operator, or an IT director responsible for connectivity across a multi-tenant building. You have hundreds of residents, each with fifteen to twenty-five devices - phones, laptops, smart TVs, gaming consoles, smart speakers, thermostats. They all need WiFi. They all expect it to work like a private home network. And you need to ensure that resident A cannot see, access, or interfere with resident B's devices - ever. [short pause] That is the problem. iPSK is the architecture that solves it. Arti iPSK is what happens when you automate the lifecycle management of that architecture at scale. [medium pause] Right. Let us get into the technical architecture, because this is where most procurement conversations go wrong. [short pause] Standard WPA2-Personal - the password on the back of a router - gives you one key shared by everyone. In a 200-unit BTR development, that means 200 households, potentially 4,000 devices, all authenticating with the same credential. If one resident shares that password, you have lost control of your network perimeter. If a resident moves out and you need to revoke their access, you have to change the password for the entire building. That is not a network management strategy. That is a liability. [short pause] At the other end of the spectrum, you have WPA3-Enterprise using IEEE 802.1X - the corporate standard. It requires a unique username and password, or a digital certificate, per device. It is highly secure. But here is the problem: headless devices - gaming consoles, smart TVs, Amazon Echo, Chromecast - cannot process 802.1X certificates. They simply cannot connect. In a residential environment, that is a dealbreaker. [short pause] iPSK sits precisely in the middle. Identity Pre-Shared Key assigns a unique WiFi password to every individual resident or device group, all on a single SSID. From the device's perspective, it is connecting to a standard WPA2 or WPA3 network using a pre-shared key. No certificates, no complex onboarding. But behind the scenes, your wireless controller - whether that is Cisco Meraki, HPE Aruba, Ruckus, or Juniper Mist - maintains a database of unique keys, one per resident. When a device connects and presents its key, the controller matches it to an identity record and applies the corresponding network policy: VLAN assignment, bandwidth limits, access control. [medium pause] Now, the really powerful part is what happens at the VLAN layer. [short pause] In a BTR development, you want at minimum four network segments. A resident VLAN for personal devices. A staff VLAN for building management. An IoT VLAN for building management systems, CCTV, and smart locks. And a guest VLAN for common areas. With a single shared PSK, you cannot differentiate between these groups without deploying multiple SSIDs - which creates radio frequency congestion and management overhead. With iPSK, a single SSID dynamically steers each connecting device into the correct VLAN based on which key it presented. Clean, scalable, operationally straightforward. [short pause] This also creates what we call a Private Area Network - a WiFi bubble around each resident's devices. Inside the bubble, Layer 2 isolation is disabled, so mDNS reflection works. A resident's iPhone can discover their own Chromecast or wireless printer, just like on a home router. Outside the bubble, Layer 2 isolation is strictly enforced. Resident A cannot see, cast to, or interact with resident B's devices, even if they are connected to the same physical access point in the corridor. That is the GDPR-compliant architecture for multi-tenant WiFi. [medium pause] So where does the "arti" part come in? [short pause] Arti iPSK refers to the automation and intelligence layer on top of the core iPSK architecture. Manually managing thousands of unique keys - generating them, distributing them, revoking them when a tenancy ends - is simply not viable at scale. A 500-bed development with a 52-week tenancy cycle means hundreds of key lifecycle events per year. If your team is managing that in a spreadsheet, you are creating operational risk. [short pause] The automation layer connects your wireless controller to your identity provider - Microsoft Entra ID, Okta, or Google Workspace - and to your property management system via REST API. When a new resident is added to your tenancy system, a unique iPSK key is automatically generated and distributed - via the Purple app, a welcome email, or a QR code on a move-in card. When a tenancy ends, the key is automatically revoked. No manual intervention. No support tickets. No orphaned credentials accumulating as a security liability. [short pause] Purple's Multi-Tenant WiFi platform handles this entire lifecycle as a cloud overlay on your existing hardware. We run across Cisco Meraki, HPE Aruba, Ruckus, Juniper Mist, Ubiquiti UniFi, Cambium, Extreme, and Fortinet - so you are not locked into a specific vendor. The platform is ISO 27001 certified, GDPR and CCPA compliant, and delivers 99.999% uptime across 80,000 live venues. [medium pause] Let me give you two real-world scenarios to make this concrete. [short pause] Scenario one: a 300-unit Build-to-Rent development in Manchester. The developer specified Cisco Meraki access points throughout the building - one AP per corridor, two per floor in high-density areas. Purple's cloud overlay connects to the Meraki controller via RADIUS and API. When a new resident signs their tenancy agreement in the property management system, Purple automatically generates a unique 32-character iPSK key and sends it to the resident's email with a QR code. On move-in day, the resident scans the QR code on their phone. Every device they subsequently connect using that key - laptop, smart TV, gaming console, smart speaker - lands in their private VLAN. Their Chromecast works. Their PlayStation gets a clean NAT type. Their neighbour cannot see any of their devices. When they move out, the key is revoked within minutes of the tenancy end date being updated in the property management system. The next resident gets a fresh key before they arrive. [short pause] Scenario two: a 250-room hotel. Historically, the hotel used a captive portal - guests had to log in via a web page every 24 hours. The most common guest complaint was WiFi reconnection friction. Apple TVs in the rooms did not work at all, because captive portals break device pairing. The hotel integrated their property management system with Purple. At check-in, the PMS automatically triggers key generation. The guest receives their unique iPSK key on their check-in confirmation. They connect once. Their devices stay connected for the duration of their stay. The key expires automatically at checkout. Guest satisfaction scores for WiFi improved by 34% in the first quarter after deployment - Purple's own data from the implementation. [medium pause] Right. Implementation recommendations and the pitfalls to avoid. [short pause] First: key generation. Your iPSK keys need to be a minimum of 20 characters, ideally 32, and cryptographically random. Do not let residents choose their own keys. Do not use sequential or predictable patterns. Generate them programmatically and distribute them securely. [short pause] Second: controller support. Not all wireless controllers implement iPSK equally. Cisco calls it iPSK or Personal Private Network. Aruba calls it MPSK - Multi-PSK. Ruckus calls it DPSK - Dynamic PSK. The scale limits, API capabilities, and VLAN steering granularity vary between platforms and firmware versions. Before you commit to a platform, validate the maximum number of unique keys supported per SSID. Some older platforms cap this at a few hundred, which is inadequate for a large development. [short pause] Third: device limits per key. Students and residents connect multiple devices. If you do not configure a per-key device limit, a single iPSK can proliferate across dozens of devices, undermining your ability to attribute traffic accurately. Set a limit of four to six devices per key and enforce it at the controller. [short pause] Fourth: DHCP scope sizing. In a high-density residential environment, you will burn through IP addresses quickly. Plan for 15 to 25 devices per household. Use four-to-eight-hour DHCP lease times rather than the default 24 hours to reclaim addresses efficiently. [short pause] The pitfall to avoid above all others: deploying iPSK without a documented key lifecycle process. Keys that are never revoked accumulate over time and become a security liability. Build the revocation workflow before you go live, not after. [medium pause] Quick-fire questions. [short pause] Does iPSK require a certificate on the client device? No. The client device sees a standard WPA2 or WPA3 password prompt. No certificates, no supplicant configuration. [short pause] Can you limit bandwidth per resident? Yes. The RADIUS server identifies the specific resident and can push rate-limit policy attributes back to the controller. [short pause] Is it secure if a resident shares their key? Much more secure than standard PSK. The new device joins that resident's isolated Private Area Network only - not the wider building network or other residents' devices. And you can set a concurrent MAC address limit per key. [short pause] Does iPSK work with WPA3? Yes. WPA3-SAE can be combined with iPSK on supported hardware, adding forward secrecy and resistance to offline dictionary attacks. [medium pause] To wrap up. [short pause] Arti iPSK - automated Identity Pre-Shared Key management - is the right architecture for any multi-tenant WiFi deployment where you need per-resident accountability without the complexity of a full 802.1X infrastructure. It gives you unique credentials per resident, dynamic VLAN steering, granular lifecycle management, and a compliance-ready audit trail - all with a device onboarding experience as simple as entering a WiFi password. [short pause] The commercial case is clear. In the BTR sector, managed WiFi as an amenity supports a rent premium of fifteen to thirty pounds per unit per month and reduces void periods by five to ten days - British Property Federation sector research. For a 200-unit development, that is a meaningful contribution to net operating income. [short pause] Purple has been running managed WiFi across 80,000 venues since 2012. We are ISO 27001 certified, GDPR and CCPA compliant, and B Corp certified. Our Multi-Tenant WiFi platform handles the full resident lifecycle - onboarding, credential management, IoT support, analytics, and compliance - as a cloud overlay on the hardware you already own or are specifying today. [short pause] If you are at the design stage of a BTR development, or reviewing an existing network that is not performing, visit purple dot ai for the full written guide, architecture diagrams, and an ROI calculator. [short pause] Thanks for listening.

header_image.png

Executive Summary

Providing secure, high-performance WiFi in multi-tenant environments forces a compromise. You choose the simplicity of a shared password (WPA2-Personal) which offers zero security and zero isolation, or you choose the complexity of 802.1X Enterprise authentication, which provides excellent security but completely breaks headless devices like gaming consoles, smart TVs, and IoT sensors.

Arti iPSK (automated Identity Pre-Shared Key) eliminates this compromise. It assigns a unique WiFi password to every resident or user on a single shared SSID. When a device connects, the RADIUS server dynamically steers it into a dedicated VLAN, creating a Private Area Network (PAN) for that specific user. This architecture delivers the security and per-user control of an enterprise network while maintaining 100% device compatibility. This guide details the technical architecture, deployment strategies, and business case for property developers, BTR operators, and hospitality IT teams looking to deploy iPSK at scale.

Technical Deep-Dive: The iPSK Architecture

The core of an iPSK deployment relies on the integration between your Wireless LAN Controller (or Cloud Controller) and a RADIUS authentication server.

The Authentication Flow

When a device attempts to connect to the shared SSID, it presents its unique Pre-Shared Key. The access point sends an authentication request, typically containing the device's MAC address, to the RADIUS server. The RADIUS server checks its database. If the key and MAC address match a valid profile, it sends an Access-Accept message back to the controller.

Importantly, this response includes specific network policies as vendor-specific attributes. The most critical of these is the VLAN assignment.

architecture_overview.png

The Private Area Network (PAN) Advantage

In a multi-tenant environment like a 200-room hotel or a build-to-rent property, you might have thousands of devices on the same physical access points. With iPSK, the RADIUS server dynamically assigns each resident's devices to their own specific VLAN. This creates a virtual WiFi bubble around that user.

Inside the bubble, Layer 2 isolation is disabled. This means mDNS reflection works perfectly. A resident's iPhone can discover their own Chromecast or wireless printer, exactly as it would on a private home router.

Outside the bubble, Layer 2 isolation is strictly enforced. Resident A cannot see, cast to, or interact with Resident B's devices, even if they are connected to the exact same access point in the hallway. This solves the biggest headache in multi-tenant WiFi: device discovery. You maintain the strict security and isolation required for a public or shared venue, while delivering the seamless, interconnected experience users expect.

Compatibility Comparison

comparison_chart.png

As the comparison shows, iPSK bridges the gap between consumer simplicity and enterprise control. Unlike WPA3-Enterprise, it natively supports headless IoT devices that cannot process 802.1X certificates.

Implementation Guide

Deploying iPSK successfully requires careful planning across your RF design, controller configuration, and identity integration.

1. RF Site Survey and Density Planning

Before specifying access points, execute a predictive radio frequency design. Tools like Ekahau model signal propagation through your building's specific materials. Plan for high device density: modern BTR units average 15 - 25 connected devices per household. Your network architecture needs to handle that density from day one.

2. Traffic Classification and VLAN Design

Document every device type and user population in your environment. Residents, staff, visitors, IoT devices, CCTV, and building management systems each require a dedicated VLAN, subnet, and firewall policy.

Implement a default-deny, explicit-permit firewall policy between VLANs. Your guest VLAN should have outbound internet access and nothing else. Ensure there is no route from the guest network to the resident or staff subnets.

3. Controller Configuration

Keep your SSID count low. Broadcast no more than three SSIDs per radio band: Resident (iPSK), Staff (802.1X), and Guest (Captive Portal or Passpoint). Every additional SSID consumes airtime for beacon frames, which meaningfully degrades throughput in dense deployments.

4. Automating the Lifecycle (The "Arti" in Arti iPSK)

Manually managing thousands of unique keys is impossible for IT teams. You must automate the lifecycle. Integrate your wireless controller with your Identity Provider (Microsoft Entra ID, Okta) and your Property Management System via REST API.

When a new resident is added to the system, generate a unique, cryptographically random 32-character key automatically. Distribute it via the Purple app or a secure welcome email. When the tenancy ends, revoke the key instantly via API. This ensures a Zero Trust approach to network access without administrative overhead.

Real-World Case Studies

Build-to-Rent (BTR) Deployment

A 300-unit BTR operator deployed Cisco Meraki access points with Purple's cloud overlay managing the iPSK lifecycle. When a resident signs their agreement, Purple generates a unique key. On move-in day, the resident connects their smartphone, smart TV, and gaming console using that single key. All devices land in their private VLAN. Their PlayStation achieves a clean NAT type for online gaming. When they move out, the key is revoked automatically via API integration with the property management system. The operator achieved an "Instant-On" experience, eliminating the need for residents to arrange their own broadband, which supported a £25 per month rent premium.

Hospitality Deployment

A 250-room hotel historically relied on captive portals, requiring guests to log in every 24 hours. This caused significant friction and prevented guests from using Apple TVs or Chromecasts. The hotel integrated their Property Management System with Purple. At check-in, the PMS triggers the generation of a unique iPSK key, printed on the keycard sleeve. Guests connect once, their devices stay connected throughout their stay, and the key expires automatically at checkout. Guest satisfaction scores for WiFi improved by 34% in the first quarter after deployment.

Best Practices

  • Automate Provisioning: Never manage keys manually in a spreadsheet. Use API integration with your PMS or IdP to generate and revoke keys automatically.
  • Enforce Device Limits: Configure a concurrent device limit per key (typically 4-6 devices for individuals, or 15-25 for a household) to prevent unauthorised credential sharing.
  • Optimise DHCP Scopes: In high-density residential deployments, use 4-8 hour DHCP lease times rather than the default 24 hours to prevent IP address exhaustion.
  • Generate Strong Keys: Keys must be cryptographically random and a minimum of 20 characters (ideally 32). Never use sequential patterns or allow users to choose their own keys.
  • Use Supported Hardware: Ensure your access points and controllers support dynamic VLAN assignment via RADIUS. Purple deploys as a hardware-agnostic cloud overlay across Cisco Meraki, HPE Aruba, Ruckus, Juniper Mist, Ubiquiti UniFi, Cambium, Extreme, and Fortinet.

Troubleshooting & Risk Mitigation

Risk: IP Address Exhaustion In a multi-tenant building, devices frequently connect and disconnect. If DHCP leases are too long, you will run out of IP addresses in your subnet. Mitigation: Size subnets appropriately for the expected device density and reduce DHCP lease times to 4 hours.

Risk: Orphaned Credentials Keys that are generated but never revoked become a significant security liability over time. Mitigation: Build the revocation workflow before going live. Tie key expiration directly to the tenancy end date or checkout date in your management system.

Risk: RF Interference from Consumer Routers If the managed WiFi experience is poor, residents will plug in their own consumer routers, creating massive RF interference that degrades performance for everyone. Mitigation: Deliver a flawless Instant-On experience from day one. Use iPSK to ensure smart devices work perfectly, removing the incentive for residents to deploy rogue hardware.

ROI & Business Impact

Moving to iPSK transforms WiFi from a cost centre into a value driver.

For IT teams, it dramatically reduces support tickets. You eliminate the manual password rotations and the constant calls about gaming consoles failing to connect to 802.1X networks.

For venue operators, particularly in the Build-to-Rent sector, managed WiFi as an amenity consistently drives a rent premium and reduces void periods. British Property Federation sector research indicates managed WiFi supports a rent premium of £15-30 per unit per month and reduces void periods by 5-10 days. By delivering the high-performance, secure connectivity that modern tenants demand, you differentiate your property and increase Net Operating Income.

For further reading on related architectures, review our guides on Guest WiFi for common areas, or explore how this integrates with WiFi Analytics to understand space utilisation. In the Hospitality and Retail sectors, these insights drive significant operational efficiency. You can also read more about SSID strategy in our blog post Three SSIDs to rule them all: guest, Passpoint, and IoT WiFi .

Key Definitions

iPSK (Identity Pre-Shared Key)

A security mechanism that assigns a unique WiFi password to every individual user or device on a single SSID, providing per-user control without the complexity of 802.1X.

When IT teams need to secure multi-tenant environments but must support headless devices like gaming consoles.

RADIUS

Remote Authentication Dial-In User Service. A networking protocol that provides centralised Authentication, Authorization, and Accounting management.

The backend engine that checks an iPSK key and tells the wireless controller which VLAN to assign the user to.

VLAN Steering

The process of dynamically assigning a connecting device to a specific Virtual Local Area Network based on its authentication credentials.

Used to separate resident traffic from staff traffic on the same physical access points.

PAN (Private Area Network)

A logical network segment created by iPSK that isolates a single user's devices from all other users on the shared infrastructure.

Essential for delivering a private, home-like WiFi experience in a shared building.

mDNS Reflection

A network feature that allows multicast traffic (like Apple Bonjour or Chromecast discovery) to traverse network boundaries securely.

Required to allow residents to cast video from their phone to their smart TV.

Headless Device

A network-connected device without a traditional screen or keyboard interface, such as an IoT sensor, smart speaker, or thermostat.

These devices typically cannot process captive portals or 802.1X certificates, making iPSK the only viable enterprise security method for them.

Layer 2 Isolation

A security setting that prevents devices connected to the same access point from communicating directly with each other.

Must be enabled between residents for security, but disabled within a resident's PAN so their devices can interact.

BTR (Build-to-Rent)

Purpose-built residential properties designed specifically for renting rather than sale, typically owned and managed by a single institutional landlord.

The primary real estate sector driving the adoption of managed WiFi and iPSK architectures.

Worked Examples

A 400-bed student accommodation block currently uses a single shared WPA2-Personal password. Students complain that they cannot cast to their TVs because device isolation is enabled. IT complains that when a student is expelled, they cannot revoke access without changing the password for all 400 students. How should this be re-architected?

Deploy an iPSK architecture. Broadcast a single 'Resident WiFi' SSID. Integrate the wireless controller with the student accommodation management system via API. When a student enrols, generate a unique 32-character iPSK key. The RADIUS server will use this key to assign the student's devices to a unique VLAN (creating a Private Area Network). Disable Layer 2 isolation within the VLAN so casting works, but enforce isolation between VLANs. When a student leaves, revoke their specific key via API.

Examiner's Commentary: This approach solves both the user experience and security requirements. It delivers the 'home-like' casting experience students demand while giving IT the granular, per-user revocation control they need, without requiring complex 802.1X certificates that gaming consoles cannot process.

A property developer is planning the network for a new Build-to-Rent apartment complex. They need to support residents, building staff, IoT building management systems (HVAC, smart locks), and guest WiFi in the lobby. How should the SSIDs and VLANs be structured?

Broadcast exactly three SSIDs to minimise management overhead and RF congestion: 'Resident WiFi' (using iPSK), 'Staff WiFi' (using 802.1X), and 'Guest WiFi' (using a Captive Portal). Create four distinct VLANs: VLAN 10 (Residents), VLAN 20 (Staff), VLAN 30 (IoT), and VLAN 40 (Guests). Configure the firewall with a default-deny policy between VLANs. Connect the headless IoT devices to the 'Resident WiFi' SSID using dedicated iPSK keys that steer them specifically into VLAN 30.

Examiner's Commentary: This is the optimal enterprise architecture. It minimises SSID proliferation (saving airtime) while maintaining strict logical separation between traffic types. Using iPSK for the IoT devices avoids the need for a dedicated IoT SSID, further optimising the RF environment.

Practice Questions

Q1. You are deploying WiFi in a senior living facility. Residents need to connect medical IoT devices, smart TVs, and tablets. The facility manager wants to use 802.1X Enterprise security for maximum protection. What is the architectural flaw in this plan?

Hint: Consider the capabilities of the devices the residents are bringing.

View model answer

The flaw is that 802.1X requires a digital certificate or complex username/password authentication. Headless devices like medical IoT sensors and smart TVs cannot process these credentials and will fail to connect. iPSK must be used instead to provide enterprise-grade per-user isolation while maintaining compatibility with these devices.

Q2. A BTR operator reports that their DHCP pool is exhausted by Wednesday every week, causing new residents to fail to connect. They are using a /23 subnet (510 usable IPs) for 200 residents. What configuration change is required?

Hint: Think about how long IP addresses are held after a device disconnects.

View model answer

The DHCP lease time is likely set to the default 24 hours (or longer). In a high-density environment where devices frequently leave and return, IP addresses are being held unnecessarily. Reduce the DHCP lease time to 4 - 8 hours to reclaim addresses more aggressively. Additionally, a /23 subnet may be too small for 200 residents if they average 3 devices each; expanding to a /22 may be necessary.

Q3. An IT manager wants to broadcast 6 different SSIDs to separate traffic: Residents, Staff, IoT, HVAC, Guests, and Management. Why is this a poor RF design, and how does iPSK solve it?

Hint: Consider the overhead of beacon frames on the wireless spectrum.

View model answer

Broadcasting 6 SSIDs creates excessive management overhead on the radio frequency spectrum. Every SSID broadcasts beacon frames constantly, consuming valuable airtime even when no clients are connected, which degrades overall network throughput. iPSK solves this by allowing you to broadcast a single SSID and use the unique keys to dynamically steer the devices into their respective VLANs (Residents, IoT, HVAC) on the backend.