qm
, pct
, pvesm
, etc.) are integral parts of a PVE installation and only work locally on a PVE node, so there is no way to use them from a Proxmox Datacenter Installation at this moment. At subset of the functionality is available through the proxmox-datacenter-manager-client
CLI tool, but this is still very limited and likely not a replacement for the local management tools for the foreseeable future.Lukas,The Proxmox VE management commands (qm
,pct
,pvesm
, etc.) are integral parts of a PVE installation and only work locally on a PVE node, so there is no way to use them from a Proxmox Datacenter Installation at this moment. At subset of the functionality is available through theproxmox-datacenter-manager-client
CLI tool, but this is still very limited and likely not a replacement for the local management tools for the foreseeable future.
Hope this helps.
proxmox-datacenter-manager-client
ist by default installed in your PDM installation, with it you can manage remotes.root@pdm:~# proxmox-datacenter-manager-client pve qemu stop pve-2-frg-tk 702
upid: pve-2-frg-tk!UPID:PMX4:00231695:03782438:6799D85C:qmstop:702:root@pam!pdm-admin:
TaskStatus {
exitstatus: Some(
"OK",
),
id: "702",
node: "PMX4",
pid: 2299541,
pstart: 58205240,
starttime: 1738135644,
status: Stopped,
ty: "qmstop",
upid: "UPID:PMX4:00231695:03782438:6799D85C:qmstop:702:root@pam!pdm-admin:",
user: "root@pam",
}
apt install proxmox-datacenter-manager-client
on a different machine. deb http://download.proxmox.com/debian/pdm bookworm pdm-test
echo "deb http://download.proxmox.com/debian/pdm bookworm pdm-test" > /etc/apt/sources.list.d/pdm-test.list
Hi @smueller,Hello @danjp,
theproxmox-datacenter-manager-client
ist by default installed in your PDM installation, with it you can manage remotes.
Example usage to stop a VM on a remote Cluster:
Code:root@pdm:~# proxmox-datacenter-manager-client pve qemu stop pve-2-frg-tk 702 upid: pve-2-frg-tk!UPID:PMX4:00231695:03782438:6799D85C:qmstop:702:root@pam!pdm-admin: TaskStatus { exitstatus: Some( "OK", ), id: "702", node: "PMX4", pid: 2299541, pstart: 58205240, starttime: 1738135644, status: Stopped, ty: "qmstop", upid: "UPID:PMX4:00231695:03782438:6799D85C:qmstop:702:root@pam!pdm-admin:", user: "root@pam", }
You can install the PDM-Cli viaapt install proxmox-datacenter-manager-client
on a different machine.
Be sure to add this repository to the sources list:deb http://download.proxmox.com/debian/pdm bookworm pdm-test
Example with echo:
Code:echo "deb http://download.proxmox.com/debian/pdm bookworm pdm-test" > /etc/apt/sources.list.d/pdm-test.list
We use essential cookies to make this site work, and optional cookies to enhance your experience.