Teleport is the one-click option, and for its actual job it is very hard to beat. You generate an invitation link in the UniFi Network application, send it to a person, and they open it on a device running WiFiman — the configuration lands in the app and the tunnel comes up.
There is no port forward to create, no peer key to exchange, and no certificate to distribute. Ubiquiti's cloud brokers the connection, which is why Teleport usually survives a WAN that a hand-built WireGuard server cannot, including many double-NAT and carrier-grade NAT situations where the gateway holds no publicly routable address.
That convenience buys a specific set of constraints. Teleport is full-tunnel: once connected, the device's traffic egresses through your gateway's WAN, so the remote user picks up your public IP and your gateway's upload ceiling for everything, not only for internal destinations.
For an administrator on hotel Wi-Fi that is a feature, since the same tunnel also gets them off an untrusted network. For a video call from a home office three time zones away, it is added latency on every packet, whether the destination is your file server or a public site.
Teleport clients land in their own address pool, separate from your VLANs, and current UniFi OS releases treat them as a VPN zone in the zone-based firewall. That matters: the zone policy governs what a connected Teleport device can reach, so if you have segmented your network the way our UniFi VLANs guide lays out, a Teleport client hits those same policies rather than bypassing them.
Client management stays in the console. Connected and previously invited devices are listed there, and revoking one cuts that device off without disturbing anyone else's access.
Where Teleport falls down is anything permanent. Invitations are tied to a person and a device rather than to infrastructure, the connection is initiated by the client, and no server-side mechanism brings a branch office back online at 3 a.m. after a power blip.
Past a handful of users, Teleport also starts to strain administratively. Ubiquiti's answer at that scale is UniFi Identity Enterprise, which layers per-user identity, SSO, and provisioning over the same style of tunnel — that is a licensing decision rather than a checkbox in the Network application.
Reach for Teleport when you need occasional administrative access, you are supporting a small set of named people, the WAN has no static address, and you would rather not maintain peer configurations by hand.