Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
As last option if you not want install or pay any software you can use rsync
If you want use rsync, you may want to clone your entery server in a virtualbox machine or any orther virtual enviroment and have a working copy if you use correct configuration, that may works, not as special backup...
I think the issue here is than you add mariadb 11.x repos to your debian in any way
Plesk not support mariadb 11, so mariadb 11 is alpha release.
https://support.plesk.com/hc/en-us/articles/12387689789207-Which-MariaDB-versions-are-supported-by-Plesk-...
Why not run script from your FTP server ?
You can connect to SSH ?
You can do some things
Put a script in your Plesk server.
Conect from your FTP backup server over SSH and run that script, then script finish download directory when backup is stored.
In any case you can do something like...
Too old post, but this still works in same way, just notify bad permisions but not assig the correct one.
Some user do a chown user:psalnc -R to entery vhosts dir and this not fix the issue
Hi
I do some awk piped output for plesk db query, for me works fine
You can run it from cli:
plesk db "SELECT concat(mail.mail_name,'@',domains.name) AS 'Email address',mn_param.val AS 'Mailbox usage',mail.mbox_quota AS 'Mailbox limit' FROM mail LEFT JOIN mn_param ON mail.id=mn_param.mn_id...
Yes, issue come back.
For now this be fixed editing this file: /usr/local/psa/admin/plib/modules/catalog/vendor/composer/platform_check.php
change this:
if (!(PHP_VERSION_ID >= 70400)) {
for this
if (!(PHP_VERSION_ID >= 70300)) {
You will get access to panel again, but I dont know if this...
Same here monitoring stop working in
18.0.49
With debug enabled just get this line in log:
plesk starting: filter 86, stdin:
In my case upgrade all solve the issue.
I have similar issue, in centos 7 nginx listen in 0.0.0.0:80/443 but in almalinux listen in IP_SERVER;80/443
By modify /etc/nginx/plesk.conf.d/server.conf will solve issue, but this file was regenerated by plesk.
Ok I not know why but query provided take MailBox Limit from psa_limit
There is no limit for mbox, the limit is in mail.mbox_quota
I modify the query and works fine now:
Hi All
When I go to plesk -> domains -> mails accounts, I can see a list with emails account listed fine, With mail usage and mail quota, like 200MB used from 500 MB, so all as espected.
But when I see this information vía CLI to export all accounts mailbox quota return value is -1 ( unlimited...
I ran in similar issue, plesk fail to migrate, because /etc/quota.conf not existes, I Just create a file and plesk migrator works again.
So If file not exists just create it.
Hi
As error say, if that domains not use perl you can continue migration, and you not need install it,
If some domain use perl you need know what modules you need and install it, but if no domain use perl you can continue witout problems.
Hi, can you put plesk in english and then take screanshot to error.
In any case, are you try to see logs ?
I not see any reason to get 404 in plesk, maybe can happen if you have some symlink
May you can test your performance with some stress test, stop all your web services and database for mantaince and try stress your CPU, core usage, 2 cores usage etc and compare performance,
Also is cheap to deploy new instance in vultr for some hours and test if you get same issues in clean...