Changes for page proxmox

Last modified by Kevin Wiki on 2026/05/18 15:44

From version 8.3
edited by Kevin Wiki
on 2026/05/18 07:55
Change comment: There is no comment for this version
To version 9.2
edited by Kevin Wiki
on 2026/05/18 07:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -138,8 +138,23 @@
138 138  
139 139  After creating the VM and before making it into a template there are some programs and settings we want to ensure exists always.
140 140  
141 -qemu-guest-agent is for
141 +qemu-guest-agent is for allowing proxmox to query information from the VM such as IP address, shutdown commands, etc
142 142  
143 +{{code language="bash"}}
144 +sudo apt update
145 +sudo apt upgrade -y
146 +sudo apt install qemu-guest-agent -y
147 +
148 +sudo systemctl enable qemu-guest-agent.service
149 +sudo systemctl start qemu-guest-agent.service
150 +{{/code}}
151 +
152 +cloud-init is a great hook for installing or configuring programs or receiving variables from cl
153 +
154 +
155 +
156 +
157 +
143 143  
144 144  )))
145 145  
image.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.kevin
Size
... ... @@ -1,1 +1,0 @@
1 -40.8 KB
Content