Question
How to remove license from SolusVM?
Answer
- Access SolusVM Master server via SSH
- Create a backup of current SolusVM database
- Access SolusVM database
- Remove entry about old license using the query below:
MYSQL_LIN: DELETE FROM license WHERE licensekey="LICENSE_KEY";
where LICENSE_KEY is the corresponding SolusVM license key.
Comments
0 comments
Please sign in to leave a comment.