2024-08-14, 02:41 PM
(This post was last modified: 2024-08-14, 02:41 PM by TheDreadPirate.)
The executable is in /usr/bin. But you will never run Jellyfin directly. You will ALWAYS manage it via systemctl on the command line.
This is how you manage/run Jellyfin.
All of the Jellyfin configurations are in /etc/jellyfin. And all of your permanent Jellyfin data, including the database, is in /var/lib/jellyfin. Back up both of those directories before every upgrade. Or more frequently if you want. I backup Jellyfin daily.
Code:
sudo systemctl status jellyfin
sudo systemctl stop jellyfin
sudo systemctl start jellyfin
sudo systemctl restart jellyfin
This is how you manage/run Jellyfin.
All of the Jellyfin configurations are in /etc/jellyfin. And all of your permanent Jellyfin data, including the database, is in /var/lib/jellyfin. Back up both of those directories before every upgrade. Or more frequently if you want. I backup Jellyfin daily.