The easiest way is to setup tailscale on the server, then share the server with the web interface. Your friends/family simply install the tailscale client, login, and it just connects like magic. No port forwarding or firewall configuration required. There’s plenty of how-tos out there.
I just use a free dynamic DNS provider (ie: DuckDNS), and most home routers are able to publish IP address changes to that DNS, otherwise you just need a small software to publish those change, which you can do ok the server hosting Jellyfin.
You’ll also need to do some port forwarding at the home router level so that external users can reach the server.
You’ll preferably want to do what’s called a DHCP reservation so that your server’s internal IP address remains the same, then do a port forward from your public port 8096 to internalIP:8096. That way, you just have to point someone outside of your network to hostname.duckdns.org:8096 (which will get resolved to your current public IP address) for your Jellyfin server.
Free services always have some kind of dubious hidden product they are selling elsewhere about you to someone else, because network hardware is not free, network system maintenance is not free, internet access is not free. Facebook is free, yet we all know what it’s true cost is.
DuckDNS is run by two guys who are funded by donations. I do agree with what you’re saying about free services but I’m more willing to trust DuckDNS in this case
What is the easy way to share jellyfin over the internet? Portforwarding doesn’t work for me cause I don’t have a static ip address
EDIT: I thank all the answers but none of them seem actually easy
The easiest way is to setup tailscale on the server, then share the server with the web interface. Your friends/family simply install the tailscale client, login, and it just connects like magic. No port forwarding or firewall configuration required. There’s plenty of how-tos out there.
tailscale.com
There’s no way that’s the simplest solution
Not the simplest to set up, to make accessible, to secure, or for everyone else to use? This solution is a pretty reasonable one considering all four.
You don’t need to do anything for plex
It just streams it straight to their brains?
I just use a free dynamic DNS provider (ie: DuckDNS), and most home routers are able to publish IP address changes to that DNS, otherwise you just need a small software to publish those change, which you can do ok the server hosting Jellyfin.
Someone already suggested that but it seems to be missing a step, still need something to direct to the port I have for jellyfin?
You’ll also need to do some port forwarding at the home router level so that external users can reach the server.
You’ll preferably want to do what’s called a DHCP reservation so that your server’s internal IP address remains the same, then do a port forward from
your public port 8096
tointernalIP:8096
. That way, you just have to point someone outside of your network tohostname.duckdns.org:8096
(which will get resolved to your current public IP address) for your Jellyfin server.tried doing hostname.duckdns.org:8096 and it didnt work so Im not sure its supposed to be like that, website mentions something called caddy
Purchase a domain and host it with a reverse proxy to your internal net.
You don’t even need to purchase a domain, free dynDNS services (DuckDNS or similar) are good enough for Jellyfin and the like.
Free services always have some kind of dubious hidden product they are selling elsewhere about you to someone else, because network hardware is not free, network system maintenance is not free, internet access is not free. Facebook is free, yet we all know what it’s true cost is.
DuckDNS is run by two guys who are funded by donations. I do agree with what you’re saying about free services but I’m more willing to trust DuckDNS in this case
The issue of dynamic IP addresses is solved using a service like DuckDNS. Space Invader has some tutorials on it: https://youtu.be/CS72kN2c6hU
There is also ddns-updater which I like to use in docker