1
0
Fork 0
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;

  1. Enable quest agent socket; enter details of instance, go to options page. image
  2. Make Quest agent socket enabled.

image

  1. Access instance console and install guest-agent:
  • qemu-guest-agent.x86_64 : QEMU guest agent -> RHEL based OS & Debian Alternatives
  1. Enable & Start service:
systemctl enable qemu-guest-agent.service
systemctl start qemu-guest-agent.service