OpenVZ Commands:

  • vzlist -a : For a list of the VPS’s present on that specific Node.
  • vzctl start VPS_ID : To start the VPS.
  • vzctl stop VPS_ID : To stop or Shut Down the VPS
  • vzctl status VPS_ID : To find out the exact condition of the special VPS
  • vzctl stop VPS_ID -fast : To stop the VPS fast and forcefully
  • vzctl enter VPS_ID : To enter in a special VPS

Configuration Commands :

  • vzctl set VPS_ID -hostname vps.domain.com -save: To set the Hostname of a VPS.
  • vzctl set VPS_ID -ipadd 1.2.3.4 -save : To add a new IP to the hosting VPS.
  • vzctl set VPS_ID -ipdel 1.2.3.4 -save : To delete the IP from VPS.
  • vzctl set VPS_ID -userpasswd root : new_password -save : to reset root password of a VPS.
  • vzctl set VPS_ID -nameserver 1.2.3.4 -save : To add the nameserver IP’s to the VPS.
  • vzctl exec VPS_ID command : To run any command on a VPS from Node.
  • vzyum VPS_ID install package_name : To install any package/Software on a VPS from Node.

[Note : In the OpenVZ Commands VPS_ID refers to the ID of the specific VPS.]

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

VPS Hosting

How VPS Hosting Improves Website Performance and Security

Website speed and security are two of the most important factors for maintaining a successful…

7-Important-Reasons-To-Backup-Your-VPS-Hosting-Account

7 Important Reasons To Backup Your VPS Hosting Account

A backup is the most basic step one can take to ensure that their data…

Xen vs KVM: Which Virtualization Technology is Right for You?

Just for a testing purpose I used Xen almost a year to consolidate my dedicated…