Proxmox integration is working, but ping fails
I am running into a small issue. My Proxmox integration is working meaning I can use the widget, but the app ping is failing.
My configuration.
Integration configuration
Host = https://<localdomain>:8006
App configuration
Host = https://<localdomain>:8006
I also tried using an alternate ping using http:<localip>:8006. Both options give "Fetch failed" on the front end.
49 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?
The corresponding log entries
The log only shows an error for the specified host, but I don't see any error messages for the alternative ping.
Hmm weird that it just says
fetch failed
, most of the times it also has an error below that
Is this from the homarr logs page or from docker / unraid logs?homarr logs page
Okay can you check what it says in the docker / unraid logs? The logs page somehow only shows the first row or something

Yes here it just extracts the error message, but in the logs you should find more infos
The log shows a lot of tlines. I have only included the two lines repeating themselves every couple of seconds.
But there should be something like
in multiple lines in the logs (that are not inside homarrs webui)
Let me copy a few messages around the messages shown
No, I don't see any lines like that
I currently only have one recurring "error" in my log
Hmm, but where did you take the above logs now?
All from Tools -> Logs
Lots of info messages
Okay can you take them from your proxmox service now? As I said there is probably an issue with the logs webui page that it only shows the first line of log messages
Very few warning messages. Most on 'mediaServer'.
Oh, ok. One second. I misunderstood.
No problem 😉
Created an issue regarding the multiline problem in the logs webui:
https://github.com/homarr-labs/homarr/issues/3537
GitHub
bug: webui logs only show first line · Issue #3537 · homarr-labs/...
Describe the bug It seems like the logs in the webui only show the first line of the logs. This is especially a problem with error logs which have the cause in them and so don't show the actual...
OK. I am looking at the proxmox log now. There are no error messages I can identify as related. Here is a snapshot of the last two hours.
As you can see it shows me logging on as root just a few minutes ago.
Sorry I didn't meant that either 😂
I meant the homarr logs from your proxmox vm (or whatever it is in proxmox) where your homarr service is running. So just that what is logged from running homarr. For example when I run homarr with docker I can do
docker container logs <containerId>
docker log?
I guess you are running the proxmox community script, right?
Not sure. What does it do?
How did you install homarr?
Ubuntu server install on proxmox. Then dockstarter. I have created an override in dockstarter that pulls and iexecutes a compose.
Okay so you are running homarr with docker behind the hood (by using dockstarter) I would guess, can you run
docker container ls
? this will list all containers that are runningI am seeing tons of the errors you are looking for in the homarr container docker log
Trying to get to the latest entries
Oh, my, it is scrolling for like 5 minutes now... 😉
Let me see if there is a linux command to get the last 50 linesor so.
I found the line giving thec error above
This message seems to indicate that proxmox is refusing the request.
Do you use the ip or domain for the pingUrl / integrationUrl?
In the integration I am using https://<url>:8006
And the ping is using 443 it seems, no? So you'll need to add the port I would guess
The proxmox firewall has only one rule at the moment. It allows ping requests.
I have added a second rule to accept https requests. No change.
Maybe this sectionof the log is more helpful?
No I meant your pingUrl probably has https://<url> instead of https://<url>:8006

I do have the port
Do you have a pingUrl configured (when you check the box below?) maybe we have a bug, that once defined you have to remove the value and can not only remove the checkbox
Yes, I have tried using it. Let me check it and uncheck it. That should fix it, right?
No, check it and if there is content in the pingUrl input, remove it and then uncheck it again
When I checked it again, it didn't bring my previous configuration back. It remained blank. So, I unchecked it and saved it again, but no change.
Hmm okay, I'll need to check the code quickly, but it's weird that it says that ECONNREFUSED with port 443
No worries. I was already happy that I could finally get the widget back to work! 🙂
Okay doesn't seem like we remove the port somewhere, is the above log really from proxmox and not from another app?
I am puzzled that I don't see log entries when I am trying to use the alternative option. Shouldn't it show the fail for that in the log as well? At the moment, I can add a ping alternative and there is no change in the log at all...
Nope. The port seems to be specified everywhere.
The log sent at 13:17 is proxmox
13:47 is homarr docker log
Sorry, if I wasn't clear on that
I know that, sorry I meant that the ping error shown in the docker container log could be from another app that is pinged
nope
Hmm okay
From my point of view, I am not surprised that the https ping is failing from within the docker container, but I was expecting the http://<ip>:8006 alternative to work.
But then I am not a developer... 😉
how did you get it to work? Mine is not working.
getting "The certificate has expired." even though when checking:
"Valid from
Wednesday, March 13, 2024 at 1:00:00 AM GMT+1
Valid to
Saturday, March 13, 2027 at 12:59:59 AM GMT+1"
Even tried making a new integration with new user and everything but get same error, says certificate has expired even though its just created.
Is this the ca / root certificate or something else?
I looked up the raw root certificate in proxmox, copied the begin/end block into a cert.crt file and then I imported this file into homarr. I still got a warning messaqge in homarr when setting up the integration, but it gives an option to override the warning. Once confirmed the integration is saved and activated!
did not work for me. tried it several times and now my old proxmox integration dont work either. So i'll guess i just have to wait until it gets fixed.