Proxmox Installation Checklist

Here is a short list of things you might want to run through as you are installing a proxmox server.

Post VM Installation Checklist

Adding Qemu-Guest-Agent to a *nix VM

To get extra, useful information on Promox, you should ensure that your VM OS has the qemu-guest-agent tools installed and running.

Step 1: Log in using SSH

You must be logged in via SSH as sudo or root user. Please read this article for instructions if you don’t know how to connect.

Step 2: Install qemu guest agent

$ apt update && apt -y install qemu-guest-agent

Step 3: Enable and Start Qemu Agent

$ systemctl enable qemu-guest-agent
$ systemctl start qemu-guest-agent

Step 4: Verify

Verify that the Qemu quest agent is running

$ systemctl status qemu-guest-agent

Probably also add open-vm-tools on Proxmox and open-vm-tools-desktop on your VM.

Tagged: | proxmox |
Cover Image: Glenn Carstens-Peters, via Unsplash