2024-10-17, 02:17 PM
(2024-10-17, 01:37 PM)theguymadmax Wrote: 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: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
Thanks for the reply
I tried using systemctl and still can't connect to webgui