Newb user. Having issues connecting PBS to PVE. Every attempt to add it immediately returns “Connection error - server offline?”. This is my second try. The first time, I had PBS installed on the same box as PVE just to test. Same errors. Since that’s not best practice, I spun up a VM in Synology VMM instead, but no love. Thanks in advance for any help.
Setup:
Setup:
- PVE (Proxmox VE 8.4.0) is on a dedicated physical server.
- PBS (Proxmox Backup Server 3.4.1-1) is a VM hosted in Synology Virtual Machine Manager.
- Both are fresh installs installed the last few days.
- Both have static IPs on the same subnet (192.168.64.0/24):
- PVE5: 192.168.64.5
- PBS3: 192.168.64.3
- GUI is reachable on both
- Ping between hosts is successful from their respective consoles.
- NFS datastore (ds5-backup) is mounted and added successfully in PBS.
- No firewall installed / active on the OS of PBS or PVE, or on the Synology
- Tried user/password authentication with a new, dedicated user
- User: backup-user@pbs
- Verified: creds, permissions, fingerprint (self-signed), datastore name, PBS VM IP address
- Permissions: DatastoreAdmin (later added Audit as part of troubleshooting)
- Confirmed backup-user@pbs credentials work via CLI.
- Tried root@pam with password and same permissions — same result.
- Tried API Token Auth (backup-user@pbs!pve5) — same result.
- Tested the PBS API using curl, authenticating with the same backup-user@pbs credentials that were used in the Proxmox VE GUI during the attempt to add PBS. Authentication succeeded, and a valid ticket was returned. However, running pvesm status returns ds5-backup: error fetching datastores - 401 Unauthorized, indicating that PVE itself is still unable to authenticate with PBS.
- On PBS, running journalctl -u proxmox-backup-proxy -f during the connection attempt showed no activity—no incoming request or log entry was recorded when trying to add the backup server from PVE.
- On PVE, running journalctl -u pveproxy -u pvedaemon -u pvestatd -f during the connection attempt showed no new activity—aside from the expected 401 Unauthorized response, no additional log entries appeared when trying to add the backup server.
Last edited: