Unable to add Proxmox Backup Server as New Proxmox integration
I continue to recieve this error:

17 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?
!qa required_data
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question.
Please provide:
- your Homarr logs
- your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...)
- A detailed description of your problem or question with additional images where necessary
- Your operating system
- Version of Homarr (do not say latest! say 0.15.2, ...)
Failure to comply with this will result in a permanent closure of your support request.
- Docker Compose
- Cannot add Proxmox Backup Server using the Proxmox integration; my other PVE nodes were able to be connected using the same instruction.
- Ubuntu Server (LXC)
- Version 1.30.1
Will get logs, one moment

Did you follow all steps in the Homarr documentation?
Yes
I believe so
Including how to setup the user?
No, but it wasnt necessary on my other two PVE nodes
Please follow the guide then
If the user is not setup correctly, it will not work
@Manicraft1001 I have followed the instructions:

I was able to get my PVE nodes all set, but not my PBS
But isn’t PBS <> PVE?? I added my PVE nodes fine and can see their status and LXC/VM running, I’ve not attempted to add the PBS but also wouldn’t expect it to work. I haven’t look yet but the APIs should have different endpoints. What would you want to see in the PBS integration?
Hardware usage and status mostly
The API system for PBS is essentially exactly the same as PVE
Ok I will try to test at my end and see if it works for me
Just done a quick test and did not work. I can't find any reference that this should work. I will try to look at the integration later on, and if I find something I will let you know
It may be, but depends which enpoints get called, the Proxmox integration appears to be calling PVE specific endpoints, where it calls for cluster nodes/lxc/vm/storage resources and that will not exists in PBS.
A check on the connection test is
await proxmox.nodes.$get();
which will try to get the proxmox nodes and if the fails the connection fails, I believe that this is what is causing the failed to connect.
I will leave it for @Manicraft1001 to confirm, but I think this is the case.Ok. Thanks for explaining