diff --git a/ServerUbuntu.md b/ServerUbuntu.md index 36214b5..d8fa0a9 100644 --- a/ServerUbuntu.md +++ b/ServerUbuntu.md @@ -18,3 +18,21 @@ # Allow user maska to execute sudo without password maska ALL=(ALL) NOPASSWD:ALL ``` + +1. Povolit [Qemu-guest-agent](https://pve.proxmox.com/wiki/Qemu-guest-agent) + CLI Proxmox `qm set VMID --agent 1` + +1. Nainstalovat agenta do VM + ```shell + apt-get install qemu-guest-agent + ``` + +1. Spustit agenta + ```shell + systemctl start qemu-guest-agent + ``` + +1. Nastavit autostart + ```shell + systemctl enable qemu-guest-agent + ``` \ No newline at end of file