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,
I want to create a subdomain over Plesk API. Sending create domain xml data to my server. Subdomain is created. But returning ERR_EMPTY_RESPONSE. If I look at my logs, I see this strings;
System info;
Product version: Plesk Onyx 17.5.3
OS version: Ubuntu 16.04
Subdomain is created but...
Hi, I'm need to scan WordPress applications. How can I use pm_Hook_Applications for scan applications?
I'm created Applilcations.php file on /usr/local/psa/admin/plib/modules/wys-center/hooks path and here is my code;
<?php
class Modules_WysCenter_Applications implements pm_Hook_Applications...
I'm need to copy subdomain files to new domain folder, i have a custom extension. This extension using pm_ServerFileManager class's copyFile method. But files are copying with root user? If I use pm_FileManager extension return Permission error like "filemng failed: filemng: stat failed...
I have a test extention.I can call Git extention with API, it's return a answer to me, like "<status>ok</status>". But when i try this with my test plugin its return "The XML API support is not implemented in hello-world.". How can i resolve this?