2024-10-17, 01:37 PM
Jellyfin operates as a system service, so typing "jellyfin" in the terminal is not the correct way to start Jellyfin and will result in an error.
To check the status, use the command:
After installing with the script, you can configure Jellyfin in your browser at this address: http://localhost:8096/
If Jellyfin isn't running, you can start it with:
To check the status, use the command:
Code:
systemctl status jellyfin
After installing with the script, you can configure Jellyfin in your browser at this address: http://localhost:8096/
If Jellyfin isn't running, you can start it with:
Code:
sudo systemctl start jellyfin