From 4cb0ab0d492e2932a41b098675f5d16c2c956266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A1ba?= Date: Sun, 15 Dec 2024 01:50:03 +0100 Subject: [PATCH] Aktualizovat ServerUbuntu.md --- ServerUbuntu.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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