this post was submitted on 27 Oct 2025
13 points (93.3% liked)

Selfhosted

52632 readers
2861 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 posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

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

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I run a Nextcloud instance on my home server and want secure remote access without exposing ports. I came across Twingate, which looks like a VPN alternative.

Has anyone used it for personal setups? Is it overkill compared to something simpler like Tailscale? I’d like to know how you use it, or what else you use.

you are viewing a single comment's thread
view the rest of the comments
[–] webghost0101@sopuli.xyz 13 points 3 days ago* (last edited 3 days ago) (4 children)

I never heard if twingate but i see no reason why not to selfhost Wireguard.

Its a proven open source vpn.

As far as a little research went. Twingate is proprietary software and caters to enterprises, it has some open source alternatives that have a similar functionality. Most if them using Wireguard under the hood. Look for tailscale/headscale or netbird.

[–] Jokulhlaups@lemmy.world 1 points 2 days ago (2 children)

I tried Wireguard now, and it worked beautifully (love its simplicity), than I setup port forwarding, and a no-ip ddns, and it stops working. Because, as it turns out, I dont have a public ip address. My isp runs a CGNAT, therefore i dont think there is any way for me to run a wg at home without some external server to hop from. I guess tailscale does exactly that eith thair connecting server, if i understand it correctly?

[–] webghost0101@sopuli.xyz 1 points 2 days ago (1 children)

Honestly not having a static public ip address would be a dealbreaker for me, reason to change isp.

But thats not always an option.

My old isp got a new ip every full modem reboot and a way i used to circumvent this is with duckdns. It’s a free dns service i used before i had money to pay for my own domain.

If i recall correctly they have a desktop tool that connects to your account that scans for your current dynamic public ip and then updates it for your freesubdomainname.duckdns.org which is what you use to connect.

[–] Jokulhlaups@lemmy.world 1 points 2 days ago

Yup that is exactly what i already did (with no-ip instead of duck dns but the same service), but as i said, the fact that it's dynamic is not the problem. It's the fact that even my dynamic ip address is not actually truly public. At least that is how i understand CGNAT.

load more comments (1 replies)