this post was submitted on 15 May 2024
31 points (97.0% liked)
Selfhosted
60024 readers
869 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
Since it's family, go Tailscale (mesh network).
There's a couple ways to use it:
You can run the client on every machine, so they're all members of your mesh net. Easily access any of them from anywhere, at any time, using whatever remote utility you choose: VNC, RDP, Dameware, etc. You can easily map drives too, since your on the same LAN. (Just turn off MagicDNS - it can interfere with local name resolution).
You can run it on a single device in each location, enabling Subnet Routing, and that device will route traffic into the LAN on which it resides. I use a Raspberry Pi W Zero for this, and it works fine. I can print, configure my NAS, cable modem router, from anywhere. Q
I run the TS client on anything that can, Disable MagicDNS, set the TS network metric to 5000 (this pushes it's routing priority way down, preventing accidental routes over TS when I'm home), and enable it to run as a service.
Worst case, if someone doesn't want to run the client, you can setup Reverse VNC using your Tailscale network with the Funnel option enabled. This Funnels traffic into your network via an internet-exposed interface hosted by Tailscale (you can also host it yourself on a VPS).