• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Question Allow customers the use of Plesk CLI

marge

New Pleskian
Server operating system version
Ubuntu 20.04.5 LTS
Plesk version and microupdate number
Plesk Obsidian Version 18.0.47
Hello!
One of my customer on my Plesk server whats to use the Plesk CLI within his PHP scripts to configure his subscription.

For e.g.: plesk bin site --create new.customer-domain.com -webspace-name customer-subscription.com -hosting true

Is it possible to enable this command for one/all clients. So that they can modify their subscription with the SSH terminal or their PHP scripts (shell_exec function).

Thanks in advance for any help!

:cool:
BR
 
By default, the function shell_exec is available for customers. If this function is not listed in the disable_functions parameter value field, it is enabled.
This can be checked in Plesk > Domains > example.com > PHP Settings > View phpinfo() page, as described in this article.
As for ssh session - you have to provide customer root access for using Plesk CLI utilities. I suppose it is not secure.
 
Back
Top