2025-01-04, 03:22 PM
(This post was last modified: 2025-01-04, 03:23 PM by Topomov. Edited 2 times in total.)
On your VPS provider dashboard have you opened the port you specified in your docker installation? If you haven't changed anything, the default port should be 8096.
If you don't know how to do that I suggest to Google how to open a port on your VPS provider.
Once that port is opened, what you will want to do is is connect to your Jellyfin instance via this url:
You should then follow the step by step instruction you see on your screen.
PS: Also, as you probably noticed, there is this following parameter: which is where you will want to add your media. I am not sure how you plan to use Jellyfin for; but personally I've changed it so that it looks like this:
(and more as you wish)
If you don't know how to do that I suggest to Google how to open a port on your VPS provider.
Once that port is opened, what you will want to do is is connect to your Jellyfin instance via this url:
Code:
https://<IP_OF_THE_VPS>:8096
You should then follow the step by step instruction you see on your screen.
PS: Also, as you probably noticed, there is this following parameter:
Code:
-v /media:/media
Code:
-v /media/movies:/media/movies -v /media/shows:/media/shows