2024-11-24, 04:51 PM
When you reset your password it tells you the location of the file.
If you want to go the setup wizard route, /etc/jellyfin/system.xml is the file you modify to re-enable the setup wizard.
Set "IsStartupWizardComplete" to false. Save, quit.
If you want to go the setup wizard route, /etc/jellyfin/system.xml is the file you modify to re-enable the setup wizard.
Code:
sudo systemctl stop jellyfin
nano /etc/jellyfin/system.xml
Set "IsStartupWizardComplete" to false. Save, quit.
Code:
sudo systemctl start jellyfin