How to start Jellyfin without login on window - 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: How to start Jellyfin without login on window (/t-how-to-start-jellyfin-without-login-on-window) |
How to start Jellyfin without login on window - krlsantcard - 2023-09-09 hello, im using jellyfin server on window 10, and kodi (libreelec) on mi TV. there's any way that jellyfin start when i turn on the PC. Actually i have to log in on window. I made a task on window but it doesnt work fine, some time start the server but other dont. RE: How to start Jellyfin without login on window - TheDreadPirate - 2023-09-09 You can do a system service install of Jellyfin instead of the basic install. But that requires extra configuration so that the system user has access to your GPU for transcoding. I can't find documentation for how to do that. RE: How to start Jellyfin without login on window - krlsantcard - 2023-09-09 I try it but never work, I was thinking using a docker, but in the end, I must login too. Or not? RE: How to start Jellyfin without login on window - JRPGod - 2023-09-10 I had a lot of issue with getting Jellyfin to register as a service. My solution was to ensure Windows is configured to log in to the user on start-up (there's plenty of guides on google for that), and then to start Jellyfin with a batch script that I create a shortcut of and place in the startup folder. Yes I get the ugly cmd window, but at least it works. RE: How to start Jellyfin without login on window - krlsantcard - 2023-09-13 (2023-09-10, 05:29 AM)JRPGod Wrote: I had a lot of issue with getting Jellyfin to register as a service. thanks, i hope to find some other way, but it work.!!! |