0

I've found parts about how to use virt-install from scratch or almost like http://virt-tools.org/learning/install-with-command-line/

However I'm stuck at connecting to the VM through virsh once the first part is done. Most tutorial use graphical client, I would like to be able to do it on a remote server which has no UI layer. Is it even possible ?

AsTeR
  • 257
  • 4
  • 13

1 Answers1

1

The simplest solution is for you to install virt-manager on your local machine. You can use it to connect to libvirt on the remote machine and then open the remote VMs' graphical consoles.

sciurus
  • 12,678
  • 2
  • 31
  • 49