Consider Switching to Power User Mode

Right after installation, Plesk Panel is in standard mode that supports selling hosting services. You can offer Panel in this state to customers who will use it to resell hosting. When you sell Panel to those who will use it for personal needs, you can offer them Panel in Power User mode – a modification that only allows to run administrator's own hosting accounts and perform server administration actions. This mode does not provide facilities to manage hosting plans, sucbsriptions, resellers and customers.

You can switch Panel to Power User mode right after installation is completed, or later if it does not have customer or reseller accounts. You can switch Panel back to standard mode any time.

You can switch Panel to Power User mode and back by running a command-line utility or by sending a particular API RPC packet.

For more information on Panel modes, see section Becoming Familiar with Parallels Plesk Panel of Administrator's Guide.

To switch Panel to Power User mode via Panel command line utility:

To switch Panel back to standard mode via Panel command line utility:

For details, see section Using Command Line Utilities > Power User Mode: poweruser Utility of Panel command line reference.

To switch Panel to Power User mode through API RPC:

Send the following request packet to the server:

<packet version="1.6.3.0">

<server>

<set>

<mode>poweruser</mode>

</set>

</server>

</packet>

To switch Panel back to standard mode through API RPC:

Send the following request packet to the server:

<packet version="1.6.3.0">

<server>

<set>

<mode>standard</mode>

</set>

</server>

</packet>

For details, see section Supported Operations > Managing Plesk Server of Panel API RPC reference.

Please send us your feedback on this help page.