• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting can't reset password

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    can't reset password

    can't reset password
    khan
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2023 Oct
    Reputation: 0
    Country:Pakistan
    #1
    2023-10-02, 12:23 AM (This post was last modified: 2023-10-02, 12:24 AM by khan. Edited 1 time in total.)
    I tried logging into my Jellyfin account and it told me that the password is incorrect. it's my admin account. I tried forget my password and entered the pin from json file. it told me to use the same pin for login, but when i tried login with that pin it gave me this "You are not authorized to access the server at this time. Please contact your server administrator for more information"[attachment=579]
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-10-02, 12:50 AM
    You may have locked the account.

    Edit /etc/jellyfin/system.xml or, if Windows. C:\ProgramData\Jellyfin\Server\config\system.xml

    Switch this value from true to false.

    <IsStartupWizardCompleted>true</IsStartupWizardCompleted>

    Restart jellyfin. You are creating a new user account. It should override your current admin account, I don't think it will affect watch progress, etc.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    sodakjohn
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    Country:United States
    #3
    2024-06-05, 04:11 AM
    Hello, I am running TrueNAS Scale with JellyFin as an add on app within TrueNAS. I need to reset the password but I have never worked with Linux and have never installed it on my laptop. Could you break it down how I would find and edit the system.xml folder. I believe it is in a docker container inside TrueNAS.
    Thanks,
    John Burke
    pcm
    Offline

    Member

    Posts: 62
    Threads: 4
    Joined: 2024 May
    Reputation: 0
    Country:Uzbekistan
    #4
    2024-06-05, 04:39 AM (This post was last modified: 2024-06-05, 04:42 AM by pcm. Edited 1 time in total.)
    The method of resetting admin-user account may not be relevant to your case since your jellyfin distribution is a fork of OG-jellyfin taylored for TrueNAS.

    My advise would be to first reach out to TrueNAS's support discord ... they probably have a handy guide to do this.

    https://discord.com/invite/tVsPTHWTtr

    Refer to this doc for more info: https://jellyfin.org/docs/general/instal...truecharts
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-06-05, 01:38 PM
    There are two methods for resetting your password. Both require file system access. I'm not familiar with TrueNAS, is there a way to open up the directory that Jellyfin writes its files to?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Тервел Методиев
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2024 Oct
    Reputation: 0
    #6
    2024-11-24, 03:40 PM
    (2024-06-05, 01:38 PM)TheDreadPirate Wrote: There are two methods for resetting your password. Both require file system access. I'm not familiar with TrueNAS, is there a way to open up the directory that Jellyfin writes its files to?

    Hi im running Jellyfin on my proxmox VM and now i don't remember my password how do reset it or find it ?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    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.

    Code:
    sudo systemctl stop jellyfin
    nano /etc/jellyfin/system.xml

    Set "IsStartupWizardComplete" to false. Save, quit.

    Code:
    sudo systemctl start jellyfin
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    sodakjohn
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    Country:United States
    #8
    2024-11-28, 03:47 AM
    I tried logging on to Jellyfin from a different device and it took me to the initial admin setup screen and I was able to get my admin account set up.
    thanks,
    John
    John Burke
    Intel I5-2320 @ 3 GHz
    6 GB Ram, Win 11
    TrueNas Scale 24.04
    JellyFin 10.10.05-2320 .0
    dave009
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 Dec
    Reputation: 0
    Country:United States
    #9
    2025-02-09, 08:59 PM
    I've tried repeated times to reset my jellyfin password using this method of editing system.xml file, but every time I enter new password the response is that an error occurred in processing. try again later. Would there be any other options or reason why this isn't working for me?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2025-02-10, 01:55 PM (This post was last modified: 2025-02-10, 01:55 PM by TheDreadPirate.)
    Two things must be true for this method to work.

    1) You set IsStartupWizardComplete to false (and you restarted Jellyfin).
    2) You are accessing Jellyfin from the same network as Jellyfin.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode