Since LXD 4.4., a VGA console is implemented in all LXD VMs.
Use the official images with the cloud
tag.
To access the Graphical console of a Virtual machine, follow the instructions below:
On Linux:
Note: Package names might be different on certain distributions.
- Install
virt-viewer (remote-viewer)
orspice-gtk-client (spicy)
on your client system. - Login in with:
lxc console --type=VGA
On Windows:
- Install
virt-viewer
via Chocolatey or the manual installer. - Login in with:
lxc console --type=VGA
On MacOS:
- Install
spice-gtk
(orremote-viewer
) via Homebrew on your client system. - Login in with:
lxc console --type=VGA
Sources:
https://discuss.linuxcontainers.org/t/lxd-4-5-has-been-released/8824
https://discuss.linuxcontainers.org/t/lxd-4-4-has-been-released/8574