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.
You need to change server hostname if you want to use hostname to host files. Can’t have it both ways!
So you either use hostname to login or to host sites. In scenerios i want to use a domain to host files but want to use it for login to control panel, i add cp subdomain to hostname so i can...
Hi Andrea,
I created a custom redirect in /etc/sw-cp-server/conf.d/z-plesk.inc to force login only through hostname:8443
Restart sw-cp-server
IMPORTANT: If you need to use the Plesk Migration Tool and use this as the source you have to restore the original configuration back or you will...
PHP 8.4 requires libcurl version 7.61.0 or higher. If your system has an older version of libcurl, the php8.4-curl extension may not be available or may fail to load.
Check your version via #curl --version
If it's older than 7.61.0, consider upgrading your system or installing a newer version...
Hi @32bits, I didn't have the PHP 8.4 installed prior to reviewing your post, I installed using the Tools & Settings->Plesk->Updates> Add/Remove Components
https://<replace with your plesk-cp-domain>:8447/installer/summary.html
Can you try to remove and reinstall PHP 8.4 via Plesk...
If a Plesk package requires a third-party package of a certain version and it cannot be installed by the package manager, the update will fail.
Apply the latest OS updates on the server. On Debian: apt-get update && apt-get upgrade.
What's the output of?
#cat...
Hi @brother4
I saw this article too, it mentions as possible cause' Incompatibility between the PHP interpreter and website code
https://support.plesk.com/hc/en-us/articles/12389254411159-Some-pages-of-the-web-site-returns-503-error-child-exited-on-signal-11-SIGSEGV
You need to be able to resolve the domain on the server to issue the Lets Encrypt SSL.
If you want to use wildcard you need to add the TXT record for the domain you are using in the Domain Registrar -> host settings then go and reissue the SSL.
Hi Lema,
Can you check the remote database server is accessible from the Plesk server?
# try to connect to the MySQL server from the Plesk server
[another_server]$ mysql --host=mysql_server --user=mysql_admin --password=<password>
Check the error logs (i.e. /var/log/plesk/panel.log) for more...
Here is the list of Ports used by Plesk services:
https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/ports-used-by-plesk.64950/
My site was running using PHP-FPM Nginx .... and I have to place the corresponding files in
/var/www/vhosts/domain.com/error_docs/.
For example, the custom404 error page I created "404/index.html", should be moved to /var/www/vhosts/domain.com/error_docs/not_found.html:
cp...
Some server providers offer remote console access (e.g., KVM). If available, you can use it to access the server and fix the SSH configuration.
Hopefully you can login that way and revert the changes to /etc/ssh/sshd_config.
Next time before restarting sshd service test/check the new...