this post was submitted on 12 Jan 2026
18 points (100.0% liked)
Selfhosted
59897 readers
526 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you want it to run all the time, I'd export the config file and use Wireguard tunnel rather than wifiman for teleport.
VPN only access for just you is a perfectly appropriate solution.
So you are using Wireguard instead of teleport?
I am, though I'm not using unifi.
Teleport is just Wireguard with unifi stacked on top. You can just export the config and its literally a Wireguard connection. Unifi Teleport is just using their online services to replace a step.
But teleport (which is Wireguard under the hood) is not meant for an always-on connection, its meant for ad-hoc connections.
So if you want always on, export the config and run it as a Wireguard tunnel. Its exactly the same service, running on exactly the same device, without using wifiman and allowing for an always on VPN.
I am pretty smooth brained so apologies for the questions. You are setting up the wireguard on a separate server or on the Unif device itself?
My setup doesnt matter, I don't use Unifi for my main home infra.
You can use the Unifi device itself. Teleport is just a single click Wireguard service, with no need for port forwarding or additional configuration.
Last I saw it, you can export the config from the browser for use with client devices, you can use that with wireguard tunnel and set it as always on.