• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

Search results

  1. H

    Issue cloudflare on webistes hosted in plesk

    when i enable cloudflare fro website in plesk and enable proxy for A record my website doesn't work.
  2. H

    Issue nginx cpu usage is 85% and cannot open plesk or any website

    cannot access plesk or my websites hosted how cani make it work?
  3. H

    Issue getting 503 server error when i create plesk user using api

    when i create plesk user using my website it creates the user in plesk but on my webpage it shows server 503 error as output result. although everything is working but only issue is showing of this error . how cani remove this error.
  4. H

    Question Add customer via Rest API

    is this code correct for adding a new customer. <?php // Get user data from signup form $username = $_POST['username']; $password = $_POST['password']; $email = $_POST['email']; // Set up Plesk API credentials $host = 'your-plesk-hostname'; $login = 'your-plesk-username'; $password =...
  5. H

    Question access thorugh url gives error

    got it i wil try it and share the result thankx again sans
  6. H

    Question access thorugh url gives error

    sorry for my lack of knowledge but I just want to understand how I can connect the API so that user creation is automated when someone signups. really confuse din that. @Kaspar
  7. H

    Question access thorugh url gives error

    tried both suggestion but still getting
  8. H

    Question access thorugh url gives error

    i am using the folowing code for creating user using rest API <?php // Define Plesk API credentials $host = 'abc.xyz.123'; $login = 'admin'; $password = '@{dQr-r3$MCiWlZ'; // Define customer details $customerName = 'testcustomer'; $customerEmail = '[email protected]'; $customerUsername =...
  9. H

    Resolved how to automate user creation in plesk using api?

    for example the default host name of my plesk is "ABC" and when I access it www.abc.plesk.page it opens up the main login page. if I use /api/v2/client to add new client it shows me no connection page. i am really confused regarding this issue
  10. H

    Resolved how to automate user creation in plesk using api?

    thankyou for your reply sans this is what I understand what I want to ask is where should I place the scripts on backend that validates and creates user or in simple words where will i place my script file so that plesk can execute it. i want to know the directory or location or path of that...
  11. H

    Resolved how to automate user creation in plesk using api?

    what i wanted to say is how can i access the specific API URL or where should i place my code file in server so that i can access it using the URL?
  12. H

    Resolved how to automate user creation in plesk using api?

    the problem i ran into is where to add my code that can be accessed with specified URL.?
  13. H

    Resolved how to automate user creation in plesk using api?

    hey hope you all are doing well I want to automate plesk customer creation in a way that when new user comes to specific API he adds his credentials and submit in a result a user is created with specified plan. guidance will be highly appreciated.
Back
Top