You need to replace <password> with the actual password you wanna use.
yep, did that too but still get
what exactly did you execute?
should be something like
/opt/filebrowser/filebrowser users update dietpi foobarbaz --perm.admin
exactly that message
I donât want the reply, I wanna know what you wrote into your CLI.
I wrote this (changing the âpasswordâ with my new password.) I did not remove the symbols <> . Should I do so?
I think a -p is missing, see:
https://filebrowser.org/cli/filebrowser-users-update
/opt/filebrowser/filebrowser users update dietpi -p myNewPassword --perm.admin
But I can not test it right now.
when I run
changing âmynewpasswordâ I get this
2024/03/06 11:33:22 ./filebrowser.db does not exist. Please run 'filebrowser config init' first.
Something seems seriously off with your File Browser installation. Maybe you can just reinstall?
ok you can init the new DB as follow
systemctl stop filebrowser
cd /mnt/dietpi_userdata/filebrowser
/opt/filebrowser/filebrowser config init
/opt/filebrowser/filebrowser config set -a 0.0.0.0 -p 8084 -r /mnt
/opt/filebrowser/filebrowser users add dietpi myNewPassword --perm.admin
systemctl start filebrowser
or try
dietpi-software reinstall 198
can we focus on one issue first before mixing more and more challanges.
sure, just thought that might have something to do with it, sorry
this seems to have done the trick. I can now login. Seems to be working now. Thanks