To restart a VPS from Virtualizor GUI, locate the VPS and click on Manage > Restart
To restart VPS from the Virtualizor node terminal, run:
virsh shutdown VM_ID
virsh start VM_ID
To restart VPS from it’s terminal, run:
shutdown -r now
Virtualizor is a powerful web-based VPS Control Panel using which a user can deploy and manage VPS on servers with a single click. Virtualizor supports KVM, Xen, OpenVZ, Proxmox, Virtuozzo, LXC, etc with an inbuilt hourly billing system.
To restart a VPS from Virtualizor GUI, locate the VPS and click on Manage > Restart
To restart VPS from the Virtualizor node terminal, run:
virsh shutdown VM_ID
virsh start VM_ID
To restart VPS from it’s terminal, run:
shutdown -r now