mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
0
Show Instance IP Address & OS Info in Details
catborise edited this page 2022-10-10 14:19:23 +03:00
To see instance ip adress and OS basic information on the page of instance details, guest agent must be activated. Steps of Quest Agent;
- Enable quest agent socket; enter details of instance, go to options page.
- Make Quest agent socket enabled.
- Access instance console and install guest-agent:
- qemu-guest-agent.x86_64 : QEMU guest agent -> RHEL based OS & Debian Alternatives
- Enable & Start service:
systemctl enable qemu-guest-agent.service
systemctl start qemu-guest-agent.service