QEMU Guest Agent v108.02 Installation
This procedure applies to:
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
Step 1
Download QEMU Guest Agent v108.0.2 from here.
Step 2
After download has finished, run the installer and the installation will complete automatically, no user action required.
Cloudbase-Init 1.1.6 Installation
This procedure applies to:
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
Step 1
Download Cloudbase-Init 1.1.6 x64 from here.
Step 2
After download has finished, run the installer. Proceed with Next and accept the terms in License Agreement.
Step 3
Maintain the default installation path and click Next
Step 4
You will be greeted with below section:
Change username to Administrator and COM1 for serial port for logging. Making sure Use metadata password and Run Cloudbase-Init service as LocalSystem is unticked. following the red arrow as in above image. Click next and proceed with installation.
Step 4
Complete the installation as image. Do not tick the Run Sysprep option.
Step 5
Navigate to C:\Program Files\Cloudbase Solutions\Cloudbase-Init\conf
from the Windows Explorer. Make a copy of the conf file cloudbase-init and cloudbase-init-unattend. Rename it to cloudbase-init.BACKUP and cloudbase-init-unattend.BACKUP for backup.
Step 6
Open the conf file cloudbase-init-unattend with notepad and replace the config in cloudbase-init-unattend to below:
[DEFAULT]
# What user to create and in which group(s) to be put.
username=Administrator
groups=Administrators
inject_user_password=true
first_logon_behaviour=no
# Which devices to inspect for a possible configuration drive (metadata).
config_drive_raw_hhd=true
config_drive_cdrom=true
bsdtar_path=C:\Program Files\Cloudbase Solutions\Cloudbase-Init\bin\bsdtar.exe
mtools_path=C:\Program Files\Cloudbase Solutions\Cloudbase-Init\bin
# Logging debugging level.
verbose=true
debug=true
# Where to store logs.
log_dir=C:\Program Files\Cloudbase Solutions\Cloudbase-Init\log
log_file=cloudbase-init.log
default_log_levels=comtypes=INFO,suds=INFO,iso8601=WARN
logging_serial_port_settings=
# Enable MTU and NTP plugins.
mtu_use_dhcp_config=true
ntp_use_dhcp_config=true
# Where are located the user supplied scripts for execution.
local_scripts_path=C:\Program Files\Cloudbase Solutions\Cloudbase-Init\LocalScripts
# Services that will be tested for loading until one of them succeeds.
metadata_services=cloudbaseinit.metadata.services.configdrive.ConfigDriveService
plugins=cloudbaseinit.plugins.common.mtu.MTUPlugin,cloudbaseinit.plugins.windows.extendvolumes.ExtendVolumesPlugin,cloudbaseinit.plugins.common.sethostname.SetHostNamePlugin,cloudbaseinit.plugins.common.userdata.UserDataPlugin,cloudbaseinit.plugins.common.networkconfig.NetworkConfigPlugin,cloudbaseinit.plugins.common.localscripts.LocalScriptsPlugin,cloudbaseinit.plugins.common.setuserpassword.SetUserPasswordPlugin
# Miscellaneous.
allow_reboot=false
stop_service_on_exit=false
Step 7
After replacing the config, navigate to File>Save or CTRL+S to save.

Programs Installation Verification
Step 1
Navigate to Programs and Features via Control Panel. You should see the programs installed pointed by the red arrows in image below.
Note: To ensure a seamless and efficient user experience with the new VPS Control Panel, the above programs and dependencies must be installed and properly configured.