this post was submitted on 12 Jan 2026
18 points (100.0% liked)

Selfhosted

59923 readers
514 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I am slowly setting up my home environment. I was looking at ways to access my services from my mobile device. I know a lot of folks set up Traefik but I have a Unifi System and that has Teleport. I have tested it on my mobile device and I can connect to local devices that are not opened to the internet. I am curious if people have used this as an alternative and how it worked out.

Since I already have the Unfi system I was hoping this could work for me so I don't need to mess with anything else.

you are viewing a single comment's thread
view the rest of the comments
[–] KingOogaBooga@lemmy.world 1 points 5 months ago (1 children)

So you are using Wireguard instead of teleport?

[–] curbstickle@anarchist.nexus 2 points 5 months ago (1 children)

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.

[–] KingOogaBooga@lemmy.world 1 points 5 months ago (1 children)

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?

[–] curbstickle@anarchist.nexus 2 points 5 months ago

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.