2023-09-29 21:01:11 +03:00
---
title: Proxmox Backup Server
description: Proxmox Backup Server Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [Proxmox Backup Server ](https://www.proxmox.com/en/proxmox-backup-server/overview ).
2024-01-22 13:26:15 -05:00
2025-05-03 18:02:29 -04:00
Create a user and an API token similar to the [Proxmox VE description ](proxmox.md ). The "Audit" role is required for both the user and token (not group).
2025-04-03 16:29:53 +02:00
2023-09-29 21:01:11 +03:00
Allowed fields: `["datastore_usage", "failed_tasks_24h", "cpu_usage", "memory_usage"]` .
```yaml
widget:
2023-10-17 23:26:55 -07:00
type: proxmoxbackupserver
url: https://proxmoxbackupserver.host:port
username: api_token_id
password: api_token_secret
2025-05-03 18:02:29 -04:00
datastore: datastore_name #optional ; if ommitted, will display a combination of all datastores used / total
2023-09-29 21:01:11 +03:00
```