Xen VMs use lvms and extending disk space from SolusVM control panel may not work properly. So, we will need to extend the lvm manually. Shutdown VM from SolusVM control panel or use the following command on node : # xm shutdown vm_ID (Replace vm_id with the xen ID of the VPS) Extend LVM : […]
Category: SolusVM
Change SolusVM admin password
If you forget or lose your SolusVM Admin password, you can change it using SolusVM php script.Log into SolusVM master server via SSH. Then you can reset the admin password by running the below command : Code: php /usr/local/solusvm/scripts/pass.php –type=admin –comm=change –username=<ADMINUSERNAME> For username mention the admin username for SolusVM , the default Admin username […]