Commonly Used SolusVM Operational Commands - Tech

  1. Portal Home
  2. Tech

Commonly Used SolusVM Operational Commands

    SoluVM is a product of OnApp, if you have used VPS, especially foreign VPS, most of them use SolusVM dashboard to create VPS, then the tutorials and documentation will be more mature and complete. Proxmox can also interface with WHMCS, but the settings are very complicated, so not many hosts will use this system!。

    SolusVM is divided into Master and Slave. If you are virtualizing KVM/Xen, you need to install Master on both machines, you can't install Master on a Slave that already has Xen or KVM installed, but you can install Master on a VM on a Slave.

The following are some of the frequently used SolusVM operational commands

Forced node deletion (replace [NODEID] with the ID of the node displayed in solusvm)

php /usr/local/solusvm/scripts/deletenode.php --level=force --comm=delete --id=[NODEID]

 

Batch start/stop virtual servers

CFGS=/home/kvm/kvm*/;for cfg in $CFGS;do virsh create $cfg*.xml;done

 

Clear the Admin Blacklist (If you are prompted to Clear the Admin Blacklist when logging in, just use the following command).

php /usr/local/solusvm/scripts/clearauthlog.php --system --clear=all

 

Forced removal of IP address

php /usr/local/solusvm/scripts/ip.php -d --comm=remove --ipaddress=

 

Reset administrator password (to be replaced with login username)

php /usr/local/solusvm/scripts/pass.php --type=admin --comm=change --username=

 

Changing the Node Name

php /usr/local/solusvm/scripts/node.php --type=force --comm=name --nodeid= --name=