Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.world
jellyfin·Jellyfin: The Free Software Media SystembyRGB3x3

Can't connect to Jellyfin running on docker on Synology NAS through any means?

I need some help. I've installed the Jellyfin container and it's running on my Synology NAS. It seems fine, but I can't get to the server through 192.168.x.x:8096. I get a typical "unable to connect."

What settings do I need to configure to connect to it? I've already allowed the port on my Windows laptop.

Thanks

View original on lemmy.world
18

6 replies

lemmy.ca

Is port 8096 on the server the port that is sending data to port 8096 on Jellyfin?

What I mean by that is that you can choose the NAS port that forwards to the Jellyfin 8096 port. I have my docker image set to run port 55000 (server) to port 8096 (Jellyfin) so I then connect to the server at 192.168.x.x:55000 on my local WiFi.

Hope this helps (or that I at least understood your issue). I'm fairly new to self-hosting myself.

5
RGB3x3reply
lemmy.world

No, so I'm just straight up trying to connect to the NAS IP with port 8096, but can't get through to anything.

So where I get to the Synology console through 192.168.x.x:5000, I'm trying 192.168.x.x:8096 and getting nothing.

Edit: Turns out the container was running local port 49154. Need to change that

6
CCMan1701Areply
startrek.website

Hopefully you setup your configuration folders as an external mount outside the container. 👍

2
RGB3x3reply
lemmy.world

Good point, I'm going to have to go through some more tutorials on how Synology's stuff works. I've only just gotten my first NAS

1

Ok, just don't go too far until you are sure the config and database won't be wiped when you update the image.

1

You reached the end