December 20, 2025Dec 20 I've recently added a backup server, and have installed immich (and associated PostgreSQL) on it. It was done by following AlienTech42's guide on YouTube, as I had done previously (and successfully) on my 1st unRAID server. However, when I try to access it via a WebUI link from either the Docker Containers on the Dashboard page, or directly from the Docker tab, I get a '404 Not Found' error page (with a small 'nginx' under it). Looking at the URL in the browser, this comes up with http://192.168.0.17/8080'. Obviously (?) it should be '...0.17:8080', but I cannot find anywhere in the Edit section of immich to change this setting. If I go into my browser and type the correct URL '192.168.0.17:8080' into it, immich works as advertised, I just can't access it from within unRAID.Any ideas as to why unRAID should change a colon for a slash in the URL? The only other accessible Docker I have running on this server is binhex-krusader, and it puts the correct colon and port in the URL. No other Dockers use port 8080.Currently on unRAID 7.2.3, but it was also happening on 7.2.2 before the update.Thanks,Magani unbackup-diagnostics-20251220-1044.zip
December 20, 2025Dec 20 Community Expert If it's a issue of the web ui link that can be edited in the docker settings...https://forums.unraid.net/topic/193997-guide-immich-docker-setup-unraid-ca/
December 21, 2025Dec 21 Author Thanks for the guide, bmartino1, but I got rather lost. I think I'll just stick with accessing it directly from my browser as I know that works.Cheers,Magani
December 21, 2025Dec 21 Community Expert what si the dockers network.what are your docker settings?as 192.168.0.17:8080 works... is 192.168.0.17 your unraid ip? I assume bridge mode.Diag don't show dockers configurations...more info on docker networks:https://bmartino1.weebly.com/guide-dockernetworks.htmlfirst fix and update the web UI Option:fill this with the 192.168.0.17:8080 which will add the docker web ui option to open the immich web ui...Double-check your docker advance settings.. Make sure host access is enabled
December 22, 2025Dec 22 Author Thanks for that info. I've (hopefully correctly) changed the settings, but...Network IP is 192.168.0.17 for everthing on this PC/unRAID setupDOCKER Settings: 'Host access to custom networks' was set to 'Disabled' - now changed'Preserve user defined networks' was set to 'No' - now changed.Full screen dump of Docker settings below.IMMICH Settings:Network type is BridgeChanging the WebUI setting to 192.168.0.17:8080 gives me 'http://192.168.0.17/192.168.0.17:8080' - see screen dump belowNB: I changed both WebUI settings available in the Advanced View (the one under 'Icon URL' and the one for the container port), both individually and separately with the same result."...which will add the docker web ui option to open the immich web ui..."This has always been available, but just opens a new window with the 404 error.Full screen dump of Immich settings belowI hope this might give a clue as to why?Thanks again,Magani
December 23, 2025Dec 23 Community Expert you have a few weirdness things here. I'm not sure the immich web server is launching correctly...your explanation for the lan network is a bit confusing. quote "Network IP is 192.168.0.17 for everything on this PC/unRAID setup" *I have to assume this is unraids ip.Usually when running immich in brdige mode We would expect the postgress and redis dockers to be in bridge as well. (Or idealy host mode!)IF 192.168.0.17 is NOT YOUR UNRAID IP! then your postgress connection is wrong.Imich is a mutifacted stack that depends on other dockers...your redis connection is bad.As explained in my guide. updates will break redis and this can and will casue docker instability... Redis is also dead bitnami was bought out and removed this form many repos... the repo that your calling to install redis is no more. You must use valkey... I can't confirm nor recomedn using redis via docker mods for a stable instalations...please delete teh docker mod and use valkey for redis here is a password protected versionAll I can say is review my guide to guarantee a stable working instance.https://forums.unraid.net/topic/193997-guide-immich-docker-setup-unraid-ca/IDK what happened to teh tempate nor why the web ui is doing that.please reset this back to the default option of:http://[IP]:[PORT:8080]
December 25, 2025Dec 25 Community Expert I just want to note there are TWO “webUI” fields in OPs template. The first one being the “WebUI Link” you get when you click on the container from the unraid dashboard.The 2nd webgui field is supposed to be the port only and you’ve added in an IP+port.The 2nd field should just be 8080
December 25, 2025Dec 25 Community Expert 2 hours ago, MowMdown said:I just want to note there are TWO “webUI” fields in OPs template. The first one being the “WebUI Link” you get when you click on the container from the unraid dashboard.The 2nd webgui field is supposed to be the port only and you’ve added in an IP+port.The 2nd field should just be 8080that depends on how the networks are setup and used.bridge yes, host and custom br0 no. I've found that the default CA immich (Immage genious) install no longer has a web ui listed, but the cuda and others do... So I have to assume that the template was touched..
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.