Unable to log in to Filebrowser

What type of hardware are you using: Other(?)
What YunoHost version are you running: 12.0.17
What app is this about: Immich
Hardware: Lenovo ThinkServer TS140 - 4 x Intel(R) Xeon(R) CPU E3-1225 v3 – 2 Cores - 4GB RAM
I have access to my server: SSH & Web Admin

Hi, I am running a pure Debian LXC container on Proxmox and have installed Filebrowser. When I enter the default login details “admin” and “admin” it doesn’t log in and has the error “Wrong credentials”. Any idea what I can do to get it working?

Share relevant logs or error messages

N/A

Hi @voiceoverguy
It looks like there’s a small bug. Right after installation, open a terminal and run systemctl status filebrowser: you’ll find the generated admin password there. You can find it too in Webadmin>tools>services>filebrowser>journalctl log.

1 Like

Otherwise, you can recreate a database using the filebrowser commands (root or sudo):

rm database.db
/var/www/filebrowser/filebrowser config init --database /var/www/filebrowser/database.db
chown -R filebrowser:filebrowser database.db
/var/www/filebrowser/filebrowser users add admin admin --perm.admin --database database.db
systemctl restart filebrowser

But I don’t know how this will survive upgrades.

FileBrowser has changed the default password for admin. It is now randomly generated and the password can be found in the service logs of the app 's Generated random admin password for quick setup: XXXXXXX

edit. I realise that I am repeating what @otm33 said clearly enough. :slight_smile:

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