# UniAccess - Enterprise Remote Desktop Infrastructure > UniAccess (https://uniaccess.net) is an enterprise-grade, multi-tenant remote desktop and device management infrastructure powered by RustDesk. It provides centralized address book synchronization, 3-tier tenant isolation (SaaS Admin, MSPs, Companies), high-speed encrypted relay clusters, and zero-knowledge unattended remote access. ## Core Capabilities - **3-Tier Multi-Tenancy**: Complete data and cryptographic key isolation across SaaS Administrators, MSP Resellers, Company Tenants, and End Users. - **Dedicated Relay & Rendezvous Routing**: High-performance clustering across regional nodes (Miami, New York, California) with intelligent latency-based routing and automatic NAT traversal (P2P UDP Hole Punching). - **Automated Client Deployment**: Authenticode-signed, polyglot installers (`UniAccess-RustDesk-Setup.cmd` / `.ps1`) with unattended password injection, service registration, and automated multi-profile configuration. - **Hardware Acceleration**: Out-of-the-box hardware codec support for AV1, VP9, and H.264 video streaming. - **Enterprise Security**: Zero-knowledge device passwords, per-tenant Ed25519 public/private keys, fail2ban brute-force protection, and audit connection logs. ## Public Endpoints & Documentation - [Homepage & Overview](https://uniaccess.net/): Platform overview, architecture diagram, and feature index. - [Setup & Deployment Manual](https://uniaccess.net/manual): Complete guide for installing and configuring Windows, macOS, Linux, and mobile clients. - [Pricing & Subscription Tiers](https://uniaccess.net/pricing): Quotas, seat licensing, concurrent sessions, and capacity calculator. - [Terms & Security Compliance](https://uniaccess.net/terms): Service terms, encryption standards, and privacy policy. - [Comprehensive LLM Reference](https://uniaccess.net/llms-full.txt): Detailed technical reference, network ports, CLI commands, and knowledge base. ## Network Port Requirements - `21115/TCP`: NAT type detection and client software updates. - `21116/TCP & UDP`: ID/Rendezvous server, STUN, and UDP Hole Punching (Direct P2P). - `21117/TCP`: Encrypted Relay tunneling (fallback when UDP is restricted). - `21118/TCP & 21119/TCP`: WebSocket & WSS encapsulation for browser clients. - `443/TCP`: HTTPS Web Portal and Secure WebSocket tunneling. ## Client Installation Command (Windows) For automated unattended deployment on Windows: ```cmd curl.exe -L -o "%TEMP%\UniAccess-RustDesk-Setup.cmd" "https://uniaccess.net/api/scripts/UniAccess-RustDesk-Setup.cmd" && "%TEMP%\UniAccess-RustDesk-Setup.cmd" ```