• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

api

  1. Rafael Brianezi da Silva

    Question Doubts about getting backup scheduling information through the API

    Hello, In our web hosting environment with Plesk, we created a backup schedule for each domain. For this reason, I need to create a tool to audit if all domains have a properly configured backup for it. Searching for more information I discovered that all backup schedule data is stored in the...
  2. Alpha Computer Services

    Issue Plesk Onyx Reseller Login Problem - PleskX\Api\InternalClient::setLogin() (Api.php:35)

    Hello guys, I hope some one here could help me. The error I get when trying to sign in to a Plesk Onyx reseller account it will log me in and show the help on the right hand side, but on the left hand side it just shows the below error. ERROR: Call to undefined method...
  3. Luiz_Gustavo

    Resolved Plesk Onyx API

    Hi folks, Where I can find the complete Onyx API documentation? I found 12.5 api guide, but 17? Thanks, Gustavo
  4. M

    Question add plesk subscription by rpc api

    hi i add a new subscription by following xml . but the added subscription hosting type is not website. and the user cant upload website files. please help me correct my code. <packet> <webspace> <add> <gen_setup> <name>exameffple.com</name> <owner-login>mmm</owner-login>...
  5. L

    Issue Plesk API don't support CORS preflight OPTIONS Request

    Hey there, I'am going to write an Angular2-Module for Plesk API for my own small Needs. I noticed that Plesk don't Support the CORS preflight OPTIONS request: https://www.html5rocks.com/en/tutorials/cors/ Is there any Option to allow that request so I can continue my work? (For this...
  6. E

    Resolved Updating DNS Entry using the XML API

    Hi Guys, I want to update existing DNS entries using the XML API for implementing my own DynDNS Client... At the documentation, I've just found function for adding, retrieving and deleting DNS records: https://docs.plesk.com/en-US/onyx/api-rpc/reference/managing-dns/managing-dns-records.35323/...
  7. A

    Question Create email mailbox using API in 12.5

    I'm using plesk 12.5 and I'm running a Wordpress site on it. I have a specific action in WordPress, if it is run, I would like to create an email address for the user. I have read about the XML API for prevoius versions but can't find any references for 12.5, and also don't know if there is a...
  8. greek_batter

    Issue Error 1019 when creating subscription with plesk api

    I am trying to create a subscription account with plesk api. When I create it with "website" type (with physical folders) despite the subscription is being created it returns me an error "error 1019 Incorrect name arisolecom.com. This domain name already exists." . Ofcourse this does not exist...
  9. T

    Issue Migration Fails in bulk migrations

    I want to migrate from Plesk 12.5 Virtual Machine to Plesk 12.5 Dedicated Machine. (Both windows server 2012) When I try to migrate 3-4 subscriptions there is no problem, it succeds. But if I try to migrate all subscriptions from migrations list (above 400), it waits for a time then it gives...
  10. D

    Question Install Wordpress via Plesk API

    Hi, My client wants me to do an auto install of Wordpress on a certain site via the Plesk API My problem is that the chapter for installing applications via XML in Plesk is poorly documented Does anybody here know how to do that? Thanks in advance
  11. R

    Doamain creation 503 error api

    Hello, I am trying to add a domain by making use of the plesk xml api. I am running plesk 12.5.30. When i use the php script that i found on the plesk github to execure a request on the same server as where the request is send to i get the following error in plesk: New configuration files...
  12. SBurina

    Plesk 12.5 API webspace gen_info status 1

    Hi! I'm getting an undocumented status code "1" from API call to get a subscription (webspace) genral info: PleskX\Api\XmlResponse {#829 +"status": "ok" +"filter-id": "example.com" +"id": "70" +"data": PleskX\Api\XmlResponse {#835 +"gen_info": PleskX\Api\XmlResponse {#837...
  13. R

    problem with apache configuration when adding a domain with xml api

    Getting a error when trying to add a domain using the plesk xml api. error: New configuration files for the Apache web server were not created due to the errors in configuration templates: Template processing failed: file = /usr/local/psa/admin/conf/templates/default/domainVhost.php, error =...
  14. D

    API wordpress install-plugin

    I see the API supports installing a plugin to a wordpress instance. - Do I need to put the plugin on the server before calling this? If so, where? - How do I find out the asset-id for a plugin? <packet> <wp-instance> <install-plugin> <filter>...
  15. D

    XML-RPC API Problem setting email forwarding addresses

    I am receiving "error 1014: Element 'forwarding' is not expected." As far as I can tell I'm following the spec exactly. Any ideas why this breaks? <packet version="1.6.0.2"> <mail> <update> <set> <filter> <domain_id>1</domain_id>...
  16. abdi

    API Bugs / Issues

    Hello Team, I think there is a bug in the API particularly this section: http://download1.parallels.com/Plesk/Doc/de-DE/online/plesk-api-rpc/index.htm?fileName=33852.htm Apparently the code below triggers the error (below): <packetversion="1.6.3.5"> <customer> <add> <gen_info>...
  17. M

    Duplicate Site

    Hi all I'm writing a script where we'd like to essentially copy an instance of a site to another subscription. So far I've been trying to just create a new subscription and install wordpress etc and thinking about doing this all manually ( copying database, files etc ) but even then I can't see...
  18. M

    Retrieve WordPress Version

    Hi all I'm working on a script where I would like to essentially 'duplicate' a subscription. We have a set up where we create particular subscriptions that only have one WordPress site on them. So far the script creates a new subscription and sets up hosting. What I'm wanting to do is get the...
  19. T

    Subscription Suspend via API

    Hi, Is it possible to suspend / unsuspend a subscription via API
Back
Top