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.
Hi,
today I ran yum update and it gave error
so googled this out Unable to upgrade to Plesk Onyx: 'mariadb-server >= 5.0.60 is needed by plesk-mysql-server
but seems not working
and it still give same error
anything else I could try ?
Best regards,
Hi,
Please check the other post you have participated
After you have setup cacheroot , you may also want to advice your user to install LSCWP to fully utilize the cache and its optimization feature :)
Best regards,
Hi,
These settings in webadmin console should be left as default it is when you are using Apache configuration file.
However if you want to further tune it , please check the document
After you have installed extension and LSWS, please run follow command in SSH , it will set up cache root...
Hi,
I need to run
pm_Settings::set('some-thing-here', 'some-value-here')
so I wrote a php , and run it by "plesk php php.php" , the problem now I have is
It keeps return Class no found
PHP Fatal error: Class 'DomainService' not found in /usr/local/psa/admin/plib/AbstractDSMail.php on...
Hi,
I need to run a custom PHP file to interact with plesk extension, so the problem I got right now is :
The file php.php is part of Plesk distribution. It cannot be run outside of Plesk environment.
So How can I bypass this issue ?
Best regards,
Hi,
I've got a problem, I am attempting to setup SASL authd with "shadow", so let's say I have a test.domain.com , with owner "test"
but when I "cat /etc/shadow | grep test" , I don't see this user , I can SSH into server if I set SSH allowed , but if I "useradd" or "adduser" , it says...
I have managed install mysql5.7
but now I got this
mailmng-server failed: Fatal error: plesk::Exc<&plesk::ExecCmd::Failed, plesk::ExDefault>(Execution of /usr/sbin/postconf -d -h mail_version failed with return code 1. Stderr is /usr/sbin/postconf: /lib64/libmysqlclient.so.18: version...
Hi , since nowadays centos7 comes out with MariaDB 5.5
so any plesk I installed on centos7 , it is already binded with mariadb
how can I switch to Percona or Mysql ?
because all I googled out is about change from mysql to mariadb, no vice versa.
Hi ,recently I install plesk 17.5.3 on centos 7.4 with ipv6 properly configured (tested by ping6 google.com and it works)
and then I congifured my sited to run on ipv6 , for the first , it works , but after a while , ipv6 is not longer working.
ping6 google.com returns Destination unreachable...
how to make domain-level of postfix configuration ?
Hi , I am on centos 7 with plesk 17.5.3 , I have installed postfix for outgoing mail.
I also use 3rd part mail service into to hide server IP that is exposed in mail header.
so in order to make it work , I have to send mail from my server...