How to change IP address of VestaCP Server
Recently I upgraded a VestaCP server running on an Amazon Lightsail server. Upgrade resulted in a change of the internal IP address…
Recently I upgraded a VestaCP server running on an Amazon Lightsail server. Upgrade resulted in a change of the internal IP address…
In VestaCP, each packages have option to specify how many backups it can take. First you need to click on packages, then…
To install PHP 7. you need to first enable epel and remi repo. yum install -y epel-release rpm -Uvh http://rpms.remirepo.net/enterprise/remi-release-7.rpm Remove existing…
In VestaCP server, MySQL root password is stored in file /usr/local/vesta/conf/mysql.conf, to find MySQL root password, run cat /usr/local/vesta/conf/mysql.conf
To update VestaCP server, run v-list-sys-vesta-updates v-update-sys-vesta-all Example [root@backendz ~]# v-list-sys-vesta-updates PKG VER REL ARCH UPDT DATE — — — —- —-…
On CentOS 7 VestaCP install PHP 5.6 by default. This is very old version of PHP. To upgrade PHP to latest version…
To always force webmail to use HTTP on VeataCP, edit file vi /etc/roundcube/defaults.inc.php Find $rcmail_config[‘force_https’] = false; Replace with $rcmail_config[‘force_https’] = true;
VestaCP install self signed SSL for mail server by default. To install valid SSL, login to VestCP, go to sites. You will…
To change server hostname in VestaCP control panel, login to SSH as user root, run /usr/local/vesta/bin/v-change-sys-hostname HOSTNAME_HERE Example /usr/local/vesta/bin/v-change-sys-hostname server1.serverok.in Related Posts…
To reset VestaCP admin password, loign to SSH, run v-change-user-password admin NEW_PASSWOARD if above method did not work, try passwd admin See…
VestaCP Free Hosting control panel compromised again. Hackers where able to get access to VestaCP infrastcuture server, allowing them to modify installation…
On 07 April 2018, many servers using VestaCP got hacked. Hacker was able to get root acceess on these servers. Hacker installed…