• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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