Reset Domoticz password

Hi,
I used image: linuxserver/domoticz

I need to reset domoticz password. It’s possible by start domoticz with a command line argument that will bypass security " -nowwwpwd"
https://www.domoticz.com/wiki/Lost_Username_Password

It’s possible to use this command in docker container linuxserver/domoticz?

It is possible. We have a env variable to set the webroot, so you can use that and then add the -nowwwpwd at the end of that variable.
You will have to access domoticz using the new webroot doing this, but after you changed the password, you can remove the webroot env variable.

1 Like

You’re great! It works!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.