proxmox add QDevice
Posted: Sun Aug 09, 2026 4:43 pm
Prepare the External QDevice Server
Install the netdaemon package on the external Debian/Ubuntu system:
Enable root SSH access temporarily by editing /etc/ssh/sshd_config and setting PermitRootLogin yes.
Set a root password using sudo passwd root and restart the SSH service:
Install QDevice on Proxmox Nodes
Run the following command on all Proxmox VE cluster nodes to install the client package:
Initialize and Configure the QDeviceFrom only one of your Proxmox cluster nodes, run the setup command referencing your external QDevice IP address:
Accept fingerprints or input credentials if prompted. The command safely distributes configuration files and certificates across the cluster.Verify the StatusCheck that the quorum device is actively communicating and providing a vote by running:
Install the netdaemon package on the external Debian/Ubuntu system:
Code: Select all
sudo apt install corosync-qnetd
Set a root password using sudo passwd root and restart the SSH service:
Code: Select all
sudo systemctl restart sshRun the following command on all Proxmox VE cluster nodes to install the client package:
Code: Select all
apt update && apt install corosync-qdevice
Code: Select all
pvecm qdevice setup <qdevice_ip_address>Code: Select all
pvecm status