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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi,
I'm learning how to manage my plesk users with the API (to do it automatically from another site), but, if I run my query, the 401 error still appears.
Do you have any ideas to solve this?
This is my request PHP :
And here is the site's response :
I have nothing in the F12 console
Thank...
Hi,
Is it not possible to set "Related to" on a database through any of the APIs?
I've been debugging and reading through the documentation but haven't found anything about this.
Hi Support,
I have a sub domain that has a nginx directive set.
This allows me to use an api that is added into ssh
All routes work (including POST, PUT, OPTIONS, GET methods)
However when I try to call my route POST /api/v1/users or any request that has /api/v1/users innit, it sends me a...
Good afternoon,
We have several Plesk servers and we use our own control panel. Since we installed a new Plesk server we see the following error in the action log:
All the others servers are working fine and we already recreated the API keys. Any ideas?
Thank you very much!
OS
AlmaLinux 8.10...
Hi,
I'm trying to optimize SEO data using Yoast, but I'm encountering an error. I believe the server might be blocking Yoast optimization.
Can you please advise on how to properly optimize the SEO?
I did some research, I came to the situation that if the previous versions it works, but in the...
Hello community!
I have installed a Laravel app in AWS LightSail instance with OS: Ubuntu 22.04.4 LTS and Plesk Obsidian 18.0.61 Update #5
Everything has been working perfect during some days as expected, but suddenly I got an error when the app creates new databases.
The Laravel app use an...
Hi,
I have coded a PHP script that adds new domains/subscriptions to the server using the Plesk API and also installs a Lets Encrypt SSL cert on them - That all works great.
When I check the SSL Cert in the Plesk interface it shows that the cert thinks it will auto renew but the "Keep Websites...
Hi everyone,
I am new here so please be kind ))
I am working on implementing a little integration between my website (coldfusion code-base) and plesk.
I can manage to get basic requests to work, but I am trying to find out how to get a customers subscription or service plan to display some...
Hi Forum,
When a User deactivates a Plugin inside WP-Admin. This change of status in: /v1/installations/{installationId}/plugins route will not be reflected in the api response.
The response property "status" shows then still true.
only if you go into Plesk Admin navigate to the Installation...
Hello Forum,
i want to know how can i set and get cronjobs via api xml or json.
i thought about using /api/v2cli/crontab_shell/call
the command reference for this is:
{
"allowed_commands": {
"update": {
"name": "update",
"info": "Updates crontab shell at...
Hello i have a question.
for example when we give a user a plesk subscription with a already installed wp installation by wp toolkit.
the user now logs into with FTP and deletes the wordpress files and cleares the database and installs a new wp instance
how can i reattach this user installed...
Hello Forum,
i want to set a different php handler for a subscription with the xml API.
i guess this is the way to do it: Setting Subscription Parameters
but unfortunatley there is no information for example what options are available for PHP Settings.
i guessed some but what i really miss is...
Hello, I am getting the following error when I try to open Plesk Monitoring:
2024-02-20 23:12:34
ERR
extension/monitoring
/opt/psa/admin/plib/modules/monitoring/library/Http/HttpClient.php(128): Response parsing error: Syntax error
2024-02-20 23:12:07
ERR
extension/monitoring
Unexpected...
Hi Forum,
im trying to delete a backup via WP Toolkit API: /api/modules/wp-toolkit/v1/installations/67/backups
in the rest swagger test i receive the following error:
Failed to fetch.
Possible Reasons:
CORS
Network Failure
URL scheme must be "http" or "https" for CORS request.
the...
Hi,
i have two questions:
1) there is no way with the xml api or the REST api to restore a backup from a remote storage right?
2) if so then i need to make use of the cli: pleskrestore: Restoration from Backup
my question here is: will this cli restore automatically check for the remote...
Hello Everyone,
Firstly, I would like to extend my gratitude to all of you for taking the time to read about my issue and for any assistance you might offer in resolving it.
I have extensively researched and tried most of the suggested solutions for my problem. However, before considering a...
Specifically I am looking to update the user's password and SSH access via the API.
Background
I have a script that automatically sets up an account and creates a database and user. What I would then like to do is:
SSH into the new account through a script
Run some setup commands (git clone...
Hi there,
I want to make a user using the REST API, but I get following message
{
"code" : 1014,
"message" : "Parser error: Request is invalid. Error in line 1: Element 'webspace-id': '0' is not a valid value of the atomic type 'id_type'."
}
I'm sending following data to endpoint -X...