You can follow this guide to install Qemu Guest Agent in VPS only if it is not installed after using option on Create VPS or Manage VPS page.
For Windows, you will need to manually install software after enabling Guest Agent from panel.
Note
Redhat VPS
Execute the following commands:
yum --skip-broken -y install qemu-guest-agent
systemctl enable qemu-guest-agent
For Guest Agent version 8.2 and above
sed -i '/^FILTER_RPC_ARGS="--allow-rpcs=/ s/"$/,guest-exec,guest-file-open,guest-file-read,guest-file-close"/' /etc/sysconfig/qemu-ga
For Guest Agent version 8.0
sed -c -i "s/\(BLOCK_RPCS *= *\).*/\1guest\-file\-seek/" /etc/sysconfig/qemu-ga
For Guest Agent version 7.0 and lower
sed -c -i "s/\(BLACKLIST_RPC *= *\).*/\1guest\-file\-seek/" /etc/sysconfig/qemu-ga
systemctl unmask qemu-guest-agent
systemctl restart qemu-guest-agent
Ubuntu VPS
Execute the following commands:
apt-get clean -y
apt-get update -y
apt-get install -y qemu-guest-agent
systemctl enable qemu-guest-agent
systemctl unmask qemu-guest-agent
systemctl restart qemu-guest-agent
Windows VPS
You will need to enable Guest Agent for VPS from panel and then manually Install either of the following 2 softwares in the windows VPS :