Applicable to:
- SolusVM
- SolusVM 2
Question
How to know SolusVM license ID in SolusVM UI
Answer
SolusVM
- Login to SolusVM admin panel
- Go to SolusVM > Configuration > License
- Find License key value:
OR
- Connect to SolusVM Master node via SSH
- Run the command:
# MYSQL_PWD=`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $3}'` mysql `cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $1}'` -u`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $2}'` -Ne"select licensekey from license"
SolusVM 2
- Login to SolusVM 2 admin panel
- Go to SolusVM 2 > Settings > Licensing and find the License key value:
Comments
0 commentsPlease sign in to leave a comment.