Run the following to get the database login credentials: cat /usr/local/virtualizor/universal.php | grep db
Run the following to get the database login credentials: cat /usr/local/virtualizor/universal.php | grep db
Get SolusVM MySQL details: example: <DATABASENAME>:<USER>:<PASSWORD>:<HOST>:<the key is the last entry> Login to MySQL: Show databases: MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | 1i20xjD04BjbwkP | | mysql | | performance_schema | +--------------------+ 4 rows in set (0.00 sec) Select the SolusVM database from config: MariaDB [(none)]> use 1i20xjD04BjbwkP; Reading […]
Use the following command to force renewal of LetsEncrypt Virtualizor certificate: /usr/local/emps/bin/php /usr/local/virtualizor/scripts/virt_acme.php --renew --force -d {DOMAIN NAME} For example: /usr/local/emps/bin/php /usr/local/virtualizor/scripts/virt_acme.php --renew --force -d servername.domain.com
If you are greeted with this error when attempting to login to the admin interface a quick and easy fix is to remove the generated hosts file with the following command: As soon as the file is removed reload the admin interface and everything should work.
Introduction If you are having issues with automatic FTP node backup within SolusVM not working it might be worth looking into a possible PID file being stuck from a previous backup run. This recently happened to one of our customers who use SolusVM, worryingly there were no emails detailing the problem received and the SolusVM […]
This guide overcomes a small limitation inside of SolusVM where you cannot change the Template name being used by a Virtual Server without re-installing the Virtual Servers operating system. It involves a small database change and after this the Template name inside of the Virtual Server list should change. Get SolusVM MySQL Login details In […]
This article is assuming you have already created an SSL certificate for your Virtualizor panel using the built in Letsencrypt module. If you haven't you you can generate one using the Virtualizor admin area. Refer to this article. I am going to be changing the ports on my master which contains no Virtual Machines. There are […]