Problem with Proxmox Integration on 1.x

Homarr: 1.9.0 OS: Ubuntu 24.04 I am trying to get Proxmox integration to work on homarr 1.9. My app configuration: See attached screenshot. I have used proxmox on older versions of homarr sucessfully. So, I have the necessary proxmox configurations in place, but they don't save on 1.x. One question came up right now: My app configuration is using just the host name of the proxmox host. It doesn't let me use the host plus port. Is that an issue? In a next step, I will get some logs from homarr and proxmox.
No description
10 Replies
Cakey Bot
Cakey Bot4w ago
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?
CrankyPunisher
CrankyPunisherOP4w ago
No error messages iin the homarr and proxmox logs Integration registration (Test connection and create) fails with
CrankyPunisher
CrankyPunisherOP4w ago
No description
CrankyPunisher
CrankyPunisherOP4w ago
I am suspicious that homarr cannot resolve the hostname in the docker container. So, I am changing the altenate URL of the app to <ip>:<port>. Same error message Updating to 1.10 now.... But there is no mentioning of proxmox in the release notes.
Meierschlumpf
Meierschlumpf4w ago
Upload your root certificate to the certificate management page in manage -> tools -> certificates
CrankyPunisher
CrankyPunisherOP4w ago
I imported the certificate successfully, but the app ping still fails, Congrats on new release! 🙂
Meierschlumpf
Meierschlumpf4w ago
I guess the app ping fails because of another reason, no?
CrankyPunisher
CrankyPunisherOP4w ago
2025-03-07T20:28:00.698Z error: Executing ping for url https://pve1.<removed> failed with error: TypeError: fetch failed
at fetch6 (/app/apps/tasks/tasks.cjs:20067:17)
at async sendPingRequestAsync (/app/apps/tasks/tasks.cjs:469628:12)
at async pingAsync (/app/apps/tasks/tasks.cjs:469661:22)
at async Promise.allSettled (index 7)
at async /app/apps/tasks/tasks.cjs:469658:3
at async catchingCallbackAsync (/app/apps/tasks/tasks.cjs:458066:9)
The above error also had these properties on it:
{
cause: Error: connect ECONNREFUSED 192.168.68.16:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1634:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '192.168.68.16',
port: 443
}
}
2025-03-07T20:28:00.698Z error: Executing ping for url https://pve1.<removed> failed with error: TypeError: fetch failed
at fetch6 (/app/apps/tasks/tasks.cjs:20067:17)
at async sendPingRequestAsync (/app/apps/tasks/tasks.cjs:469628:12)
at async pingAsync (/app/apps/tasks/tasks.cjs:469661:22)
at async Promise.allSettled (index 7)
at async /app/apps/tasks/tasks.cjs:469658:3
at async catchingCallbackAsync (/app/apps/tasks/tasks.cjs:458066:9)
The above error also had these properties on it:
{
cause: Error: connect ECONNREFUSED 192.168.68.16:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1634:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '192.168.68.16',
port: 443
}
}
I found this in the homarr log It properly resolves the fqdn to the ip address, but then the ping on port 443 is failing But in the app configuration, I have specified the port as 8006 (prox web ui port).
LeedleLee
LeedleLee4w ago
Did you download the certificate from proxmox itself? You can copy the text of the cert to a .crt file
CrankyPunisher
CrankyPunisherOP4w ago
Yes, I converted it from pem to crt and then downloaded it.

Did you find this page helpful?