While accessing the Plesk control panel, you may get an error message as follows: This error is mostly caused due to a failed Plesk upgrade OR by removing/installing some Plesk modules. To fix the issue do the following: First, check the Plesk version installed on the server rpm -qi psa Note the version and release values: […]
Category: Plesk
Plesk error phpMyAdmin file not found while exporting database
If you get the following error while exporting database, you can follow the steps below: Some times the memory limit for php is too low for performing this operation. So we need to increase the memory_limit. For that go to: /usr/local/psa/admin/conf/ Edit the php.ini file and Iincrease the memory_limit for the file. Now restart the plesk by […]
How to add DNS records on Plesk panel:
You can add DNS records on your Plesk panel by following the steps below, Login to your Plesk Panel using the URL https://yourdomain.com:8443 and click on “Domains” to list them. […]
Find Spamming Account in Postfix or Plesk
This following commands sorted a list of the accounts those have the most mail in the queue: mailq|grep ^[A-F0-9]|cut -c 42-80|sort |uniq -c|sort -n|tail grep “status=sent” /var/log/maillog |cut -d “=” -f 2 |cut -d “>” -f 1 |cut -d “<” -f 2 |sort -n |uniq -c grep “dovecot” /var/log/maillog |grep “Aborted login” |cut -d “,” […]
Unable to login to FTP Windows server plesk
If you are unable to login to FTP in windows server using plesk panel.Use the following steps for troubleshooting. ftp cpanelplesk.com Connected to cpanelplesk.com. 220 Microsoft FTP Service User (cpanelplesk.com:(none)): admin 331 Password required for admin. Password: 530-User cannot log in, home directory inaccessible. Win32 error: Access is denied. Error details: Authorization rules denied the access. […]
Find Spammer on Plesk Server
Follow these steps to check if emails are being send from a compromised account. If there are too many emails send from specific email id its compromised: […]
How To Reconfigure email for domain on windows Plesk
Sometimes email stops to work in Windows Plesk and it requires the emails to be reconfigured for the problem domain. This can be done by using below command : “%plesk_bin%\mchk.exe” –domain –domain-name=DOMAIN.TLD That’s it. […]
Table ‘mysql.servers’ doesn’t exist
We were getting an error while adding a database user by using Plesk,Error received: […]
How to rebuild Apache configuration files on plesk
If you want to rebuild Apache configuration files on the Plesk server you can run the following command on the server /usr/local/psa/admin/bin/websrvmng -av This will rebuild all your httpd.include files. That’s it! If you don’t know how to zip the folder on Linux you can check here. […]
Enable multiple remote connections on windows server 2012
Please follow the steps to enable multiple remote connections on windows server 2012: 1. Login to the windows server 2012 via. RDP 2. Open command prompt. Type gpedit.msc and open Local Group Policy Editor. 3. Go to computer configuration –> Administrative Tempalates –> Wondows […]