February 17Feb 17 Overview: Support for Docker image arch-filebrowser in the binhex repo.Application: seerr - https://github.com/filebrowser/filebrowserDocker Hub: https://hub.docker.com/r/binhex/arch-filebrowserGitHub: https://github.com/binhex/arch-filebrowserDocumentation: https://github.com/binhex/documentation If you appreciate my work, then please consider buying me a beer 😁 For other Docker support threads and requests, news and Docker template support for the binhex repository please use the "General" thread here
February 17Feb 17 Thank you for the docker image!Default pass for admin?From the logsUser 'admin' initialize wth user-provided passwordNever provided anything during the installation. Edited February 17Feb 17 by kolofotias
February 17Feb 17 Author 13 minutes ago, kolofotias said:Thank you for the docker image!Default pass for admin?From the logsUser 'admin' initialize wth user-provided passwordNever provided anything during the installation.Yeah im going to put this in the template somewhere, forgot to do it, for now i will paste it here (its in the README.md too):Username:- adminPassword:- filebrowserEnsure you change it once logged in (you can change your password in the UI).
February 17Feb 17 22 minutes ago, binhex said:Yeah im going to put this in the template somewhere, forgot to do it, for now i will paste it here (its in the README.md too):Username:- adminPassword:- filebrowserEnsure you change it once logged in (you can change your password in the UI).Thanks a lot! 💯
February 24Feb 24 Hello. I'm trying to use this image on my Unraid server, but the default login/password=admin/filebrowser don't work, and I don't see a generated password in the logs.
February 25Feb 25 Author 3 hours ago, GuiH said:Hello. I'm trying to use this image on my Unraid server, but the default login/password=admin/filebrowser don't work, and I don't see a generated password in the logs.Hi, i replicated the issue, it was due to the introduction of the toggle to enable/disable authentication, this has now been fixed, please pull down the latest image and try again with the default credentials.
March 3Mar 3 This is quite a nice file browser for unRaid. Just stood it up, and switched to one-tap mode. Works like a champ on a mobile device! This is what I've been missing! I tried CopyParty, but it's sort of "too good"? It's constantly indexing in the background and keeps the disks spun up, etc. File Browser is perfect for my use case, which usually is just moving a few files here and there.
March 6Mar 6 Having issues with the token expiration. Tried adding the parameters "--token-expiration-time 8h" in the advanced tab, but it always kills the entire docker saying that the command is invalid and then I have to reinstall the docker again. Me and a buddy are trying to share very large audio files we record and after an hour or so the connection times out and ruins the entire upload.Can someone please provide the correct syntax for changing the token expiration?
March 6Mar 6 Author 11 hours ago, cjizzle said:Having issues with the token expiration. Tried adding the parameters "--token-expiration-time 8h" in the advanced tabIm not exacly sure where you are adding this, i do no see a advanced tab in the filebrowser web ui, screenshot please.
March 6Mar 6 Apologies. I should have said Advanced View in the container setup. Extra Parameters is where I put the "--token-expiration-time 8h" without the quotes. When I click Apply, it fails and the Log says that it could not find the folder. That is the only change I make, so its odd that it installs fine with the preset Extra Parameter shown in the screenshot below, but fails to find the folder with the new extra parameter. I have tried using a space between the two different parameters as well as just removing the restart=always parameter and get the same behavior.
March 6Mar 6 Author Apologies. I should have said Advanced View in the container setup. Extra Parameters is where I put the "--token-expiration-time 8h" without the quotes.yep that would definitely break the container, the Extra Parameters is for Docker extra parameters NOT the application running in the container.So i have just added another env var for you which will allow you to do what you want, please pull down the latest image (just built) and then follow Q8:- https://github.com/binhex/documentation/blob/master/docker/faq/unraid.mdThe variable name is ADDITIONAL_PARAMETERS and the value in your case will be --tokenExpirationTime XXh where XX = the number of hours you want the token to last.
May 6May 6 Hi, thank you for all the work you're doing.Any chance I could get some help with the the webui just stuck on a loading screen?
May 6May 6 Author 17 minutes ago, Augmentum said:Hi, thank you for all the work you're doing.Any chance I could get some help with the the webui just stuck on a loading screen?try clearing cookies and site data, if no go try a different browser, if still no go then try another machine, im using this myself so im confident there are no issues with the image.
May 6May 6 5 minutes ago, binhex said:try clearing cookies and site data, if no go try a different browser, if still no go then try another machine, im using this myself so im confident there are no issues with the image.Hmm, I tried a different on firefox, edge, and on a phone, no luck. The only things I changed were the filebrowser_baseurl to the cloudflare tunnel I set up. and the "Path:/media" pointing it to the media files I wanted it to. Any suggestions on where to look further?Edit: when opening the log it says2026-05-06 15:50:13,757 DEBG 'start' stderr output:2026/05/06 15:50:13 No config file used2026-05-06 15:50:13,757 DEBG 'start' stderr output:2026/05/06 15:50:13 Using database: /config/filebrowser/database/filebrowser.db2026-05-06 15:50:13,807 DEBG 'start' stdout output:2026/05/06 15:50:13 Listening on [::]:81252026-05-06 15:50:14,807 INFO success: start entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) Edited May 6May 6 by Augmentum
May 6May 6 ok it's interesting, when I change the "Variable: FILEBROWSER_BASEURL:" to the cloudflare tunnel url that I set it doesn't want to load. The fix was just to leave it as how you set it.
May 7May 7 Author 11 hours ago, Augmentum said:"Variable: FILEBROWSER_BASEURL:" to the cloudflare tunnel urlso what did you set the value of FILEBROWSER_BASEURL to?, it should be something like /filebrowseryou should not be entering in a url here, so this would be an incorrect value for 'FILEBROWSER_BASEURL' https://cloudflare.com/filebrowser
May 19May 19 4 hours ago, Gursh said:I also see the UI stuck as of todayI am also running into same issue with just getting stuck with 3 dots loading splash, I was trying everything I could to fix it thinking its something with my config that changed but seems to be container issue. Anyone find a fix?
May 19May 19 Author I think the issue is this filebrowser bug:- https://github.com/filebrowser/filebrowser/issues/5951
May 19May 19 6 hours ago, binhex said:I think the issue is this filebrowser bug:- https://github.com/filebrowser/filebrowser/issues/5951Confirmed, the workaround on that link of adding /login at the end of url works fine. Thanks.
May 21May 21 Author On 5/19/2026 at 1:25 AM, Gursh said:I also see the UI stuck as of todayOn 5/19/2026 at 5:33 AM, Teknowiz said:I am also running into same issue with just getting stuck with 3 dots loading splash, I was trying everything I could to fix it thinking its something with my config that changed but seems to be container issue. Anyone find a fix?The issue is now fixed (upstream fix, not mine), please revert back to tag 'latest', please ensure you perform a 'force update' after switching, otherwise you will pick up the old cached image and it will apper to be broken.
May 21May 21 1 hour ago, binhex said:The issue is now fixed (upstream fix, not mine), please revert back to tag 'latest', please ensure you perform a 'force update' after switching, otherwise you will pick up the old cached image and it will apper to be broken.Confirmed working now with latest version.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.