First, you don't really need a VPN to view Plex content. Plex can be configured to require a secure connection. That ought to be enough. But if you want the VPN tunnel for some reason, the answer is simple: self-host your own VPN server. I recommend OpenVPN or Wireguard.
Selfhosted
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 posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
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!
The vpn was a general privacy and security addition. I just have it on all the time. I’ll look into wireguard.
You can also try tailscale which is easy to set up, but their wireguard implementation is quite a bit slower (latency).
I've used wireguard for a few years. The container isn't essential, but I prefer to have all my service configs contained and separate from the host OS.
So basically you'll just have one WAN->LAN port forward for Wireguard. Connect to that remotely, and you'll be able to access everything inside your LAN.
You had your Plex open to the public with that setup. That's not secure at all, unless you wanted anyone to access it.
If you can port forward from your own IP and it's kind of stable, you can run a wire guard server to access your network and Plex.
If you can't portforward you can try a mesh network like tailscale.. there are other solutions as well. The fastest apparently is netwmaker, but you need to have a server with public IP. You can use a cheap VPS.
Tailscale would take less than 30 minutes to set up including software install and login on server and any client device (phone, laptop, etc). It uses wireguard, it just hosts the public part for connection management.
You don't need to port forward or anything for Plex to work outside your network, right? That's the whole point of Plex. All my friends can access my server wherever.
Are you using aVPN? I have Mullvad running
Nope.
I use Tailscale with my Jellyfin server.
This was my recommendation too. Simplest setup you could ask for to create a VPN connection between devices with wireguard as the base.