#title The Kernel Virtual Machine ||<>|| = Introduction = Ubuntu uses [[http://www.linux-kvm.org/page/Main_Page|KVM]] as the back-end virtualization technology ''primarily for non-graphic servers'' and [[http://libvirt.org/|libvirt]] as its toolkit/API. Libvirt front ends for managing VMs include [[http://virt-manager.et.redhat.com/|virt-manager]] (GUI) or virsh (CLI). = Documentation = * [[/Installation|Installation]] - Installation and removal of KVM * [[/Networking|Networking]] - Network configuration; includes bridging * [[/CreateGuests|Guest Creation]] - Creation of different kinds of guests * [[/Managing|Guest Management]] - Management of guests; command line or graphically * [[/Access|Guest Console Access]] Direct access to the guest via the serial console * [[/Directly|KVM Directly]] - Using KVM directly (without libvirt) * [[/FAQ|FAQ]] - Frequently asked questions, troubleshooting tips and other recommendations = Notes = * '''Also check out the official docs, https://ubuntu.com/server/docs/virtualization-introduction''' * '''The use case targeted when KVM was moved into main is '''"server virtualization"'''. This means that even though KVM can be used to serve other purposes, it has been designed to be run on Ubuntu Server Edition to host non-graphical server operating systems. If you are looking for software to serve graphically-based virtual machines, VirtualBox, Parallels Workstation (or Parallels Desktop for Mac), or VMware Player/Server are more suitable alternatives.''' ---- CategoryVirtualization