- Are you running as the systemd service?
- “Find” as in it doesn’t know where your folders are or “find” as in you told it where the media is but they’re not showing up? If former, configure your libraries in the UI. If latter, check logs, its probably a permissions issue.
- Can you log in to the webui from the host machine itself? If so but not other devices on the LAN, then there’s a probably a setting somewhere that’s set to
127.0.0.1
that should be0.0.0.0
.
[deleted]
Submitted 3 days ago by fleebleneeble@reddthat.com to selfhosted@lemmy.world
Comments
sudo@programming.dev 3 days ago
9tr6gyp3@lemmy.world 3 days ago
1.) Check the jellyfin logs and see what kind of errors youre getting when adding media folders.
2.) check your firewall rules and make sure you’re allowing access to the jellyfin port
generallynonsensical@lemmy.world 3 days ago
To add, make sure jellyfin has the proper permissions to access the disks. I had a helluva time figuring it out back when I started with it a couple years back.
roofuskit@lemmy.world 3 days ago
I’m assuming you installed Jellyfin server. How did you install it? And how much experience do you have with the installation method you used?
fleebleneeble@reddthat.com 3 days ago
[deleted]Static_Rocket@lemmy.world 3 days ago
You shouldn’t need to use the aur unless cachy is restricting your repo access. It’s all in arch extras.
mierdabird@lemmy.dbzer0.com 3 days ago
If this is your first time trying to selfhost I highly recommend Cosmos Cloud, I’ve been using it for 6 months and it’s made every step of the way so much easier for me. It manages docker containers and has included reverse proxy and security features, with paid option for personal VPN like tailscale.
Most services work perfectly from a catalog of pre-built docker compose files, but Jellyfin I remember I did have to go to the internal docker IP on the actual host machine to set the server up and working properly from other machines
ook@discuss.tchncs.de 3 days ago
If it is linux check the folder permissions. All issues I had with it and what posts I have seen online all go back to Jellyfin not having access to the folders because it was set for e.g. root user and Jellyfin was not running as that (it shouldn’t of course,just change the folder permissions to include Jellyfin).
If you installed via docker I think there is a setting to define which pernissions its container should get, maybe that is also set wrong.
gdog05@lemmy.world 3 days ago
How did you install Jellyfin? Just like on a Windows/Mac/Linux machine? Docker?
The other device, is it on the same network and/or subnetwork as the Jellyfin install? It will not do remote connections out of the box.