Applicable to:
- SolusVM
Question
How to get the admin users from database and generate password?
Answer
- Connect to Master server via SSH
- Access SolusVM database:
# curl -o solusvmdb.sh https://raw.githubusercontent.com/solusvm-support/helpers/master/solusvmdb.sh && sh solusvmdb.sh - List administrator list:
MYSQL_LIN: select username from administrators;
# php /usr/local/solusvm/scripts/pass.php --type=admin --comm=change --username=<ADMINUSERNAME>
Comments
Please sign in to leave a comment.