2024-07-31, 11:33 PM
(This post was last modified: 2024-07-31, 11:35 PM by theguymadmax. Edited 1 time in total.)
I'm sorry to say this, but this is wrong advice. The issue stems from trying to start Jellyfin by typing 'jellyfin' in the terminal after installing it with the script:
Jellyfin operates as a system service, so it shouldn't be started manually from the terminal. If you attempt to do so, you’ll encounter errors like “no web client,” which is an early indicator that something’s off. If you bypass that step, you’ll encounter errors related to invalid addresses because Jellyfin is already running as a service.
After running the installation script, you should configure Jellyfin by accessing it through your web browser at http://localhost:8096/ .
Code:
curl -s https://repo.jellyfin.org/install-debuntu.sh | sudo bash
Jellyfin operates as a system service, so it shouldn't be started manually from the terminal. If you attempt to do so, you’ll encounter errors like “no web client,” which is an early indicator that something’s off. If you bypass that step, you’ll encounter errors related to invalid addresses because Jellyfin is already running as a service.
After running the installation script, you should configure Jellyfin by accessing it through your web browser at http://localhost:8096/ .