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/
Hello,
So here you can find an example of retrieving customers to check if one has been already created. Here and here are examples of creating webspace and site respectively.
Correct API request for changing IP address on both web and mail service is:
<webspace>
<set>
<filter>
<name>000adidedicatedip2.local</name>
</filter>
<values>
<hosting>
<vrt_hst>
<ip_address>192.168.1.240</ip_address>
</vrt_hst>...
Hello,
You don't need domain subscriber for this command actually as -domain parameter expects domain name to be specified. So for creating database try running:
plesk bin database -c 'db_name' -domain ${NEW_DOMAIN_NAME} -type mysql -server localhost
Hello,
This bug will be fixed in future WordPress Toolkit updates. Please take a look at the Unable to view WordPress instance updates: this.props.instance.updateTasks.map is not a function for workaround.
Integration between Plesk and WHCS is done by the mean of WHMCS module and bug is related to this module. It performs wrong API request to Plesk server on releasing IP address.
Hello,
Retrieving site id is not supported at the moment. However, this is an open source project and you can help us by contributing to plesk/api-php-lib