How to change displayed OS for a VPS in the SolusVM interface?

Have more questions? Submit a request

Applicable to:

  • SolusVM

Question

How to change displayed OS for a VPS in the SolusVM interface?

Answer

Changing displayed OS for VPS is not possible via SolusVM interface - as a workaround, it is possible to do via database query:

  1. Access SolusVM Master Node via SSH.

  2. Create a backup of the SolusVM database

  3. Change displayed OS for the necessary VPS:

    # echo "UPDATE vservers SET templatename = 'New_Name' where vserverid=ID;" | awk -F: '{ system("MYSQL_PWD='"'"'" $3 "'"'"' mysql -u " $2 " "$1) }' /usr/local/solusvm/includes/solusvm.conf

    where ID - ID of VPS that can be found in SolusVM > Virtual Servers page.

    Example of ID

    id.PNG

    New_Name - new OS to display in SolusVM interface.

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.