2025-09-20, 12:34 PM
(2025-09-20, 03:16 AM)theguymadmax Wrote: Looking more at the logs, it says you dont' have write access to the database. Run the below two commands to make sure Jellyfin has the correct permissions.
sudo chown -R jellyfin:jellyfin /var/lib/jellyfin /var/log/jellyfin /var/cache/jellyfin /etc/jellyfin
sudo chmod -R u+rwX /var/lib/jellyfin /var/log/jellyfin /var/cache/jellyfin /etc/jellyfin
Yup that was it!, thank you very much!