In this video, I'll show you how to install Ubuntu Server 24.04 on a hypervisor like Proxmox 9. This tutorial should also work for earlier versions. This guide also covers installing the QEMU Guest Agent and the SSH service so you can connect remotely to the server.
This video is part of a series of videos about Proxmox.
Learn Proxmox 9.
Learn how to virtualize with Proxmox.
Proxmox tutorial in Spanish
Commands to install the qemu agent:
sudo apt update
sudo apt install qemu-guest-agent -y
sudo systemctl enable qemu-guest-agent
sudo systemctl start qemu-guest-agent
systemctl status qemu-guest-agent
#UbuntuSerer #UbuntuEspañol #LinuxEspañol #Proxmox9 #ProxmoxEspañol #AprenderProxmox #MaquinasVirtuales