Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Command to enable and disable PLESK POWER USER MODE  (Read 2538 times)

0 Members and 1 Guest are viewing this topic.

jomyt

  • Guest
Command to enable and disable PLESK POWER USER MODE
« on: May 03, 2017, 05:01:23 am »

Login to Linux Server via SSH.

ssh root@example.com | PASSWORD

* Power User Interface can be enabled  by the following command.
 

# /usr/local/psa/bin/poweruser --on

* Power User Interface can be disabled  by the following command.


# /usr/local/psa/bin/poweruser --off

Cheers!!  :) :)