Skip to content

Show Instance IP Address & OS Info in Details

catborise edited this page Oct 10, 2022 · 1 revision

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