Find Plesk users and Remove them

Plesk uses system users to handle logins. As such removing the user effectively removes their access to the entire server. If you want to delete the user without deleting any of their files, type this command as root: If you want to delete the user’s home directory along with the user account itself, type this … Read more

Plesk Commands

Here are some Plesk commands that are useful: How to re-patch # plesk installer update –repatch https://support.plesk.com/hc/en-us/articles/360002264953-How-to-reinstall-Plesk-micro-updates-MU- This is related to an issue for Courier

Plesk Web Statistics not Updating for SSL Site

In checking Plesk Stats, the traffic is much lower that the actual traffic. Plesk Web Stats button only links to now SSL traffic. See: https://support.plesk.com/hc/en-us/articles/213951505-Different-statistics-values-for-SSL-and-non-SSL-traffic As a workaround, SSL traffic statistics can be accessed using the following link: https://example.com/plesk-stat/webstat-ssl FTP statistics can be accessed using the following link: https://example.com/plesk-stat/ftpstat https://example.co/plesk-stat/anon_ftpstat

Add Gzip to Plesk Server

Instructions Login to your Plesk server. Select the domain you wish to enable gzip for from the left hand side. Click in Apache and nginx settings: Down the bottom, add the following to the “Additional nginx directives” field: gzip on; gzip_disable "MSIE [1-6]\.(?!.*SV1)"; gzip_proxied any; gzip_types text/plain text/css application/x-javascript application/javascript text/xml application/xml application/xml+rss text/javascript image/x-icon … Read more

Plesk Repair Utility

The Plesk self-repair functionality enables you to automatically diagnose and resolve issues with Plesk and Plesk services. If you encounter an issue with one of the Plesk services (for example, if mail is not being sent or delivered, or a website fails to open, and so on), or with Plesk itself (for example, if error … Read more

Awstats not updating in Plesk

You are checking your stats and see low traffic: How to recalculate AWStats statistics from logs for previous months. Follow this link for a plesk article: https://support.plesk.com/hc/en-us/articles/213901965-How-to-recalculate-AWStats-statistics-from-logs-for-previous-months Plesk Administration: https://docs.plesk.com/en-US/onyx/advanced-administration-guide-linux/statistics-and-logs/calculating-statistics.68650/ Another issue had to do with a bug in plesk. Check your Plesk Web Statistics at the bottom of the page: The most frequent HTTP … Read more