• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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 = 'test@test.com'; $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