Reset authentication
When you loose your password, there is no way to retrieve it. So you need to manually reset it. Use the following steps to clear your existing password, and generate a new one.
- Stop TerrariumPI (FAQ)
- Enter the TerrariumPI folder
cd /home/pi/TerrariumPI/data
- Load the database
sqlite3 terrariumpi.db
- Delete admin password
delete from Setting where id = 'password';
- Exit sqlite3 by pressing
Ctrl+D
- Start TerrariumPI (FAQ)
Now you should be able to login with chosen username and password password
This post is licensed under CC BY 4.0 by the author.