proxmox-datacenter-api

Synopsis

This daemon is normally started and managed as systemd service:

systemctl start proxmox-datacenter-api

systemctl stop proxmox-datacenter-api

systemctl status proxmox-datacenter-api

For debugging, you can start the daemon in foreground using:

sudo -u www-data -g www-data proxmox-datacenter-api

Note

You need to stop the service before starting the daemon in foreground.

Description

This daemon exposes the whole Proxmox Datacenter Manager API on TCP port 8443 using HTTPS. It runs as user www-data and has very limited permissions. Operations requiring more permissions are forwarded to the local proxmox-datacenter-privileged-api service.