Unraid Setup issues
Hey so I feel like I am being very dumb but on a first time setup, im having issues with getting to the WebUI. I have done the usual looking through trouble shooting guides and such but to no avail (See screenshot for log). I am running it in UnRaid via docker (from the Apps tab)

42 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Please post the full logs. See @Cakey Bot comment
Just looking at that now, 2 mins
Pastebin
Starting with UID='0', GID='0'Running DB migrationsSkipping seeding...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
that is the full log as shown by
docker container logs homarrDid you configure anything except the encryption key in Unraid when installing Homarr?
It is soon night in my TZ, I will continue with this tomorrow CEST. Thanks for your understanding
just the encryption key, using the random gen in terminal then pasting that in
its 9pm here so no rush, if you can, ping me when you reply so i dont miss it
When run with Network Type: Bridge (It defaulted to host for the one above)
https://pastebin.com/K9QVbHrr
Pastebin
Starting with UID='0', GID='0'Running DB migrationsSkipping seeding...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
It should be bridge, not host by default, interesting. Does it work when using bridge? Can you use the app pings and integrations?
I get no WebUI with either
What URL are you trying to open? In the second log Homarr started normal
http://192.168.0.21:7575/ as my server is running on 0.21 local (also tried syrup-media.local:7575)Is 7575 correctly exposed? Does it show as mapped in Unraid?
Unraid is showing the only port for that container is 10004, that on checking, is the webui port, so where did the 7575 come from?
So if you call http://192.168.0.21:10004 , it works?
If you changed the mapped port, it does not reflect in the "Web UI" button of Unraid
For some reason, calling that just googles the address?
Can't say I've ever had a url just go straight to Google
Me neither, I have no clue
Is 10004 really mapped to the Homarr container?
Can you screenshot all configuration options in the Unraid Homarr App and send them here? Censor the encryption secret and any other passwords or URLs you don't want to show
The encryption secret is already dots but give me a minute and i can do that, yeah ^^





Can you try opening the 10004 with a different browser?
And disable all extensions. We never redirect to Google so I suspect some extension or something else is causing the redirect
Oh, and what exact URL are you getting redirected to? If it has some path, we might get some clues from it
"192.168.0.21:100004" was what googled, my sleepy brain missed the extra 0, im guessing because it was above port range it googled it instead
both browsers ive tried go to the same thing

Ok, so now anything in the logs? Is the container running?
container is running and the logs are just showing
repeated
want me to restart the container?
Log after a restart:
https://pastebin.com/p2AU5c8Y
Pastebin
19:M 01 Jul 2025 08:57:03.077 * 1 changes in 60 seconds. Saving...1...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Can you post the docker run command that Unraid generates?
where would i find that, not something ive had to look for before
See Unraid documentation, it should be somewhere. When I last used Unraid, there was a button for it and you could also briefly see it when updating the app.
Pastebin
docker run -d --name='homarr' --net='bridge' --pids-limit 2048 ...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
-p '10004:10004/tcp'
It is exposing the wrong port
Edit the port exposure and set the container port to 7575.
The host port can be anything, as long as it's in the valid port range and it's not already in useso -p '7575:10004/tcp' ?
No, I believe left side is host, right is container
So 10004:7575 should be correct
Try my instructions above, edit the port mapping
hmm... i cant seem to edit the container port?

Let me check something. I will get back to you
Can you enable advanced mode and send me a copy of the XML in private DM?
Please remove the secret encryption key before sending it to me, the Homarr team will never ask for your passwords. I will use the template to check whether the default value for the port is incorrectly configured in the template
Solution
so ive got the webui now by adding a port manually for 7575:7575

I did however have to add that manually
as for advanced more for the xml, i can't see the xml in advanced mode
Ok, thanks for checking. Can you submit an issue to the GitHub repository https://github.com/manuel-rw/unraid-templates
GitHub
GitHub - manuel-rw/unraid-templates
Contribute to manuel-rw/unraid-templates development by creating an account on GitHub.
so seprate issue now, its asking for a username and password before ive set one, the start from scratch button didnt work so i hit f5 to refresh and now its asking me to log in
Use the CLI to reset, see documentation. This is a separate issue, please open the issue on the GitHub repository I linked. Can I mark this as resolved, since we do not track bugs on Discord? Thanks
I have posted an issue on the above link, sorry, I thought I said after >.< and yes, you can now 😄
Thank you, let us know if you have any other questions. Open separate posts for any follow up questions and see #💬・get-help for frequently asked questions