• 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

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