VIRTLIX LICENSE MANAGER
Docs / Troubleshooting & FAQ / VPS Won't Start After Creation

VPS Won't Start After Creation

Two things account for nearly every case of a VPS stuck in creating or failing to boot:

  1. No hardware virtualization on the host - check egrep -c '(vmx|svm)' /proc/cpuinfo. If it returns 0, libvirt can't start KVM guests at all, and this needs enabling in the host's BIOS (or, if the host is itself a VM, nested virtualization needs to be turned on by whoever manages that outer host).
  2. OS template still downloading - the very first VPS created on a given OS has to wait for that template to finish downloading and caching. Check /var/log/virtlix-install.log or the OS Templates page for download progress; every VPS after that first one on the same OS is fast, since it reuses the cached base image.

If neither applies, check storage/logs/laravel.log on the panel itself for the actual libvirt error - it's almost always more specific than "won't start."