Uninstall ImunifyAV on Plesk Server
ImunifyAV is a free antivirus for Linux Server. On a Plesk server, i installed paid version of ImunifyAV. Now plesk shows both…
ImunifyAV is a free antivirus for Linux Server. On a Plesk server, i installed paid version of ImunifyAV. Now plesk shows both…
On a Plesk mail server, when sending/reciving email, it fail with following error in /var/log/maillog Aug 11 19:49:28 vmi274961 postfix/smtp[29276]: E413C3320265: to=,…
To enable gzip on Plesk server with Nginx proxy, go to Plesk > Domains Click on the domain for which you need…
By default, Plesk store backups in folder /var/lib/psa/dumps/. To move this to a differnt partition or directory, create a folder mkdir /backup…
Plesk use /var/www/vhosts folder to store sites. On some servers this folder will be on smaller partition. Say you have all disk…
To install PHP 5.6 on Debian 9 Plesk Server, add sury.org repository apt install apt-transport-https lsb-release ca-certificates -y wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg…
MagicSpam is an anti spam filter for Plesk and DirectAdmin servers. You can purchase MagicSpam from https://www.magicspam.com To install MagicSpam, upload the…
To install Redis on Plesk Debian/Ubuntu server, run apt install -y redis-server redis-tools Enable and restart redis-server systemctl enable redis-server systemctl restart…
To install Plesk Control Panel on Linux Server, run Once install completed, you will be asked to log in to Plesk URL…
To list all installed extensions in Plesk server, run plesk bin extension –list
To install ioncube on Plesk server, run yum install plesk-php56-ioncube-loader plesk-php70-ioncube-loader plesk-php71-ioncube-loader plesk-php72-ioncube-loader To verify ioncube installed, create a PHP file with…
To install differnt version of PHP in plesk server, run plesk installer –select-release-current –show-components This will list available PHP versions to install.…