this post was submitted on 26 May 2025
48 points (92.9% liked)

Selfhosted

59897 readers
918 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 run my production Jellyfin server and a few other services on a Optiplex sff computer with a thicc hard drive and a low profile GPU.

I want to build two more of these with thicc Hard drives so that my parents and my in-laws can have a local Jellyfin instance that I manage remotely and they just need a box plugged in somewhere at their homes.

Is it possible to make Proxmox build a VPN tunnel on boot so I can just have it in my cluster dash. Like using tailscale or openvpn.

Or am I going to have to go with my original plan and put that on the same box as the Jellyfin server and then just VNC in?

Any tips or ideas?

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

You can do this easily with Tailscale or a similar wiregaurd vpn.

[–] nagaram@startrek.website 2 points 1 year ago (3 children)

Is it pretty easy to set up on a CLI?

I'd want to do that if possible.

[–] danielquinn@lemmy.ca 11 points 1 year ago (1 children)

Yes. Tailscale is surprisingly simple.

# systemctl start tailscale
# tailscale up
[–] johntash@eviltoast.org 3 points 1 year ago (1 children)

Yep, you can install it directly on the proxmox host too.

Just make sure you test it and also test upgrades so you can avoid having to be on-site for those.

[–] signalsayge@lemm.ee 1 points 1 year ago

Or run the docker container if you're going that direction (https://hub.docker.com/r/tailscale/tailscale).

[–] oshu@lemmy.world 2 points 1 year ago

Yes its CLI based