![]() |
Start jellyfin server on startup - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Start jellyfin server on startup (/t-start-jellyfin-server-on-startup) |
Start jellyfin server on startup - mallusrgreat - 2025-04-19 Jellyfin Server is installed as an app. I can open it to start the server, but I need it to start on computer startup. There doesn't seem to be any services such as jellyfin or jellyfin-server in systemctl. I installed Jellyfin Server through install-debuntu.sh script. RE: Start jellyfin server on startup - TheDreadPirate - 2025-04-19 What is the output of this command? Code: sudo systemctl status jellyfin RE: Start jellyfin server on startup - mallusrgreat - 2025-04-19 (2025-04-19, 03:50 AM)TheDreadPirate Wrote: What is the output of this command? Code: $ sudo systemctl status jellyfin Note that I can start the server by going to the Menu (in Linux Mint), searching for Jellyfin Server, and starting it. RE: Start jellyfin server on startup - TheDreadPirate - 2025-04-19 Are you sure you installed Jellyfin with the debuntu script you mentioned? It would create a service. It sounds like you've installed the server flatpak. Code: flatpak list | grep -i jellyfin RE: Start jellyfin server on startup - Danieloxx - 2025-05-13 (2025-04-19, 07:19 PM)TheDreadPirate Wrote: Are you sure you installed Jellyfin with the debuntu script you mentioned? It would create a service. It sounds like you've installed the server flatpak. I installed the server from flatpak. How can I make it work?? Result: flatpak list | grep -i jellyfin Jellyfin Server org.jellyfin.JellyfinServer 10.10.7 stable system |