this post was submitted on 07 Apr 2026
46 points (97.9% liked)

Selfhosted

58320 readers
502 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I'm going to set up a WireGuard server on my router. I want my mom to be able to use it but she lives very far away so setup will need to be done remotely. What's the best way to go about this? I need to share the WG config somehow.

She's not great at computers either, so any tips on how to easily install and set things up on her computer would be appreciated.

I've been trying to avoid Tailscale or Netbird, but maybe that would be the best solution in the end. I'm not interested in self-hosting a relay or management service though, I feel like I'm way too inexperienced to secure such an important system. Should anyone compromise the VPS, both me and my mom's devices would also be compromised (I assume).

Thanks!

top 18 comments
sorted by: hot top controversial new old
[–] hexagonwin@lemmy.today 1 points 1 hour ago

does she have a linux/mac/m$win pc? if so, you can remote into it and work there.

[–] Pionir@masto.bike 1 points 2 hours ago
[–] TheSyndZ@lemmy.dbzer0.com 2 points 3 hours ago

If you want to continue with tailscale route, why won't setup your own headscale server ? (OSS implementation of tailscale).

[–] Decronym@lemmy.decronym.xyz 2 points 8 hours ago* (last edited 1 hour ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
IP Internet Protocol
VPN Virtual Private Network
VPS Virtual Private Server (opposed to shared hosting)

3 acronyms in this thread; the most compressed thread commented on today has 5 acronyms.

[Thread #221 for this comm, first seen 8th Apr 2026, 00:20] [FAQ] [Full list] [Contact] [Source code]

[–] ThePantser@sh.itjust.works 20 points 17 hours ago (1 children)

I would walk her through a setup for Anydesk or other RDP software then just take control and do it yourself. No point in causing them stress if they get click happy.

[–] versionc@lemmy.world 6 points 14 hours ago (3 children)

I'm warming up to the idea of using some sort of RDP software. I saw that Anydesk is proprietary, do you have any experience with Rustdesk? I'll do some research.

Thank you (and everyone else who has responded)!

[–] Appoxo@lemmy.dbzer0.com 1 points 4 hours ago

I tried out Rustdeak at work.
For what I used it I was surprised how well it worked. I would do a local trial with your own device. If it works for your case, call your mom :)

[–] webkitten@piefed.social 2 points 9 hours ago

There's a really good docker image I use for rustdesk at home. I'm thinking of just setting it up on my mom's laptop and then dropping a script on her desk to toggle it on or off, depending on if she needs help (so she doesn't have to fiddle with the commands).

But, yeah, the Rustdesk docker image is super easy to use along with the client. Then I just set up tailscale on my mom's computer and invite her to my network.

[–] BagOfHeavyStones@piefed.social 3 points 10 hours ago

I use Rustdesk daily, and host my own server on a VPS. Quite reliable and solid.

[–] skyline2@lemmy.dbzer0.com 1 points 9 hours ago (1 children)

Why trying to avoid Netbird?

[–] versionc@lemmy.world 2 points 9 hours ago

I'm just not a fan of mesh VPN solutions that I have no direct control over (i.e. cloud based), and self-hosting them on my own means I have the responsibility of properly securing and hardening the server on which it runs, which I'm not a fan of either haha.

But it might be the best solution, we'll see. If that's the case though I'll probably go for Tailscale despite the fact that I prefer the open source nature of Netbird, and that's because Tailscale is just more reliable and mature in my experience. It feels like Netbird might be pushing too many new features (like the reverse proxy) before their core features are finished.

[–] dlakelan@mastodon.sdf.org 8 points 18 hours ago

@versionc
The way ive done this is to set up the wireguard tunnel on my mothers router. right now thats an OpenWrt device. I did it while I was there but if I had to do it remote I'd buy a device, install OpenWrt and config it, and then ship it to her.

[–] irmadlad@lemmy.world 5 points 16 hours ago

As others have mentioned, Tailscale would be about the easiest to do, imo. However, I would still walk her through installing RDP. That way you can administer whatever may happen in the future, which is very likely to happen.

[–] cass80@programming.dev 5 points 17 hours ago* (last edited 17 hours ago)

Router based is best. If your router doesn't support wg out of box. Use a rpi or something to create the tunnel on the network and then use a static route on the router to make the remote network routable. The rpi is the next hop for whatever your remote network address range is.

[–] Onomatopoeia@lemmy.cafe 2 points 18 hours ago (1 children)

Where are you installing it for her, PC or router?

What OS is she running? Router?

What other remote tools do you have available?

I mean you've given us nothing to work with.

Frankly I'd just use Tailscale.

[–] versionc@lemmy.world 5 points 17 hours ago (1 children)

Sorry.

Where are you installing it for her, PC or router?

Her client will be on her laptop.

What OS is she running?

Windows.

What other remote tools do you have available?

More or less none. Any tools I'd need would have to be set up remotely on her device.

Frankly I'd just use Tailscale.

Yeah, I'm starting to lean towards Tailscale or Netbird.

Thanks.

[–] kayzeekayzee@lemmy.blahaj.zone 3 points 16 hours ago

Tailscale is good because it never breaks if your ISP switches your home IP on you. The only downside is that some public or corporate wifi networks will block the official Tailscale servers

[–] frongt@lemmy.zip 1 points 16 hours ago

Netbird is great and very user-friendly. Well, relatively. I had to bumble my way through the setup the first time and redo it, but certainly a lot easier than headscale/tailscale.

Why do you want to set this up, though?