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:
-
Access SolusVM Master Node via SSH.
-
Create a backup of the SolusVM database
-
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 IDNew_Name - new OS to display in SolusVM interface.
Comments
0 commentsPlease sign in to leave a comment.