Lidarr FAQ
From Servarr
Help I have locked my self out
To disable authentication (to reset your username or password) you will need need to edit config.xml
which will be inside the Lidarr Appdata Directory.
- Open config.xml in a text editor
- Find the authentication method line (will be
<AuthenticationMethod>Basic</AuthenticationMethod>
or<AuthenticationMethod>Forms</AuthenticationMethod>
- Change the
AuthenticationMethod
line to<AuthenticationMethod>None</AuthenticationMethod>
- Restart Lidarr
- Lidarr will now be accessible without a password, you should go the
Settings: General
in the Lidarr UI and set your username and password
Help I have forgotten my password
- Please see steps listed in here.