2025-03-15, 05:36 AM
It seems like you attempted to install it using the install script, but the process failed. Based on the logs, there appears to be an issue with the web package. Let's try installing it manually. Download: https://repo.jellyfin.org/files/server/u...04_all.deb
Once you've downloaded the file, open a terminal, navigate to the directory where the file is located, and execute the following commands:
After that, you should be able to access it in your browser using the address provided in your screenshot. If you still encounter issues, please share the updated results from the sudo journalctl command.
Once you've downloaded the file, open a terminal, navigate to the directory where the file is located, and execute the following commands:
Code:
sudo systemctl stop jellyfin
sudo dpkg -i jellyfin-web*.deb
sudo systemctl start jellyfin
After that, you should be able to access it in your browser using the address provided in your screenshot. If you still encounter issues, please share the updated results from the sudo journalctl command.