Successfully installed Proxmox Backup Server 3.3.2 on my Raspberry Pi as described here: https://github.com/wofferl/proxmox-backup-arm64
Unfortunately I was not able to set the root password afterwards.
The command mentioned below didn't work: sudo proxmox-backup-manager user update root@pam –password PASSWORD
The help also says the following:
–password
This parameter is ignored, please use ‘PUT /access/password’ to change a user’s password
So I generated an API token for the root and tried to set the password via the API endpoint “/access/password”, but now I got the error message: “API tokens cannot access this API endpoint”
At least I was able to create a user for the PBS and log in. But how do I solve the root issue now?
#Proxmox #PBS #Backup #rasberrypi #homelab