• 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/

Recent content by whyicantgetin

  1. W

    Question Run .Net Frameworks 4 on Linux

    Hello Afuego, .NET toolkit extension is not covering the .Net Framework of older version of .Net. In fact .Net Framework 4 is not .Net Core. On this application, I didnt need to publish to folder because the file is using .aspx . I try one of my application using .Net Core 8 is working well...
  2. W

    Question Run .Net Frameworks 4 on Linux

    Hello All, I need your advice. I have a web application built with .NET Framework 4, and my Plesk server is running on Linux. I want to run this application on Plesk. Could I create a Windows VM using the Docker extension and run the application on Linux? Do you know how to achieve this? Will...
  3. W

    Issue Plesk HTTP IIS Windows

    Hi Alex, I have installed extensions like SSL it!. The main issue not redirect HTTP to HTTPS, but the HTTP is not showing the web. I mean like this the HTTPS show website correctly HTTP show IIS Windows Server. Here I screenshot. It because like that, when Let's Encrypt ask to reconfirm...
  4. W

    Issue REST API Plesk Unauthorized

    I try this curl -k -X POST -H "X-API-Key: <KEY>" “https://<IP>:8443/api/v2/cli/mail/call” -H “accept: application/json” -H “Content-Type: application/json” -d ‘{ “params”: [ “–help” ]}’ Result : Invalid category provided, here is a list of all categories: auth Different types of...
  5. W

    Issue REST API Plesk Unauthorized

    I sometime got this message Failed to connect to <IP ADDRESS> port 8443: Timed out Is is something I haven't setting yet? But when it goes to https://<IP ADDRESS>:8443/api/v2/swagger.yml it can run
  6. W

    Issue REST API Plesk Unauthorized

    I use Windows Server on my plesk... I didn't think I can access Linux..
  7. W

    Issue REST API Plesk Unauthorized

    I didn't have Linux... Is there any way/method that create Mail Account using REST API ? I need to create signing up email
  8. W

    Issue REST API Plesk Unauthorized

    For # curl -k -X POST --user admin:"XXXXX" -H "Content-Type: application/json" -H "Accept: application/json" -d"{}" "https://xxxxx-sites.plesk.space:8443/api/v2/auth/keys" I run command [CODE]# plesk bin secret_key -c -ip-address <IP> , isn't it same thing to get API keys? Right now I have...
  9. W

    Issue REST API Plesk Unauthorized

    Hi Igor, Thanks for replying. It still same, it says "curl: option -mailbox,: expected a proper numerical parameter"
  10. W

    Issue REST API Plesk Unauthorized

    Hi, I have issue on REST API Plesk, I already configure on panel.ini to enable API Like this For API keys I use this command: plesk bin secret_key -c -ip-address 203.0.xxx.xx curl -k -X POST -H "X-API-Key: <API KEYS>" -H "Content-Type: application/json" -H "Accept: application/json"...
  11. W

    Question Configuring Horde for Signing up

    Objective : Create Sign up on Horde WebMail Situation : Set Up horde webmail from plesk. What I have tried: On admin configuration horde, set allow Yes on Sign up in Signing up section. Result : Accessing /signup.php get message User Registration has been disabled for this site. Is there...
  12. W

    Question Configuring Horde for Signing up

    Hi, Is there any configuration from Plesk to configure Horde ? I want to create self registering on my site... I want automate created. Thank you
  13. W

    Issue Plesk HTTP IIS Windows

    I am note sure about your answer... It's still can't bind http...
  14. W

    Issue Plesk HTTP IIS Windows

    yes, it's bind to http 80 but still not go to website...
  15. W

    Issue Plesk HTTP IIS Windows

    Maybe what i need to achieve is Let's Encrypt ask https or made Plesk can go to http...
Back
Top