(Optional) Define Plesk View

Right after installation, you can choose what Plesk view to use, depending on what tasks the prospective Plesk administrator is going to accomplish. The following views are available to choose from: Service Provider and Power User. The first view, Service Provider, is the best for reselling hosting accounts. In this view, you are able to manage service plans, subscriptions, and customer accounts. Power User view is convenient when you use Plesk for personal purposes (run a portal, a mail server, and so on).

Power User view has a subtype, Custom View, which allows you to simplify the GUI by hiding the tools that may seem too complex for inexperienced administrators. In addition, you can prohibit such administrators to switch Plesk back to Power User view or make any changes in Custom view settings. In terms of Plesk, this is called to lock Custom view.

To define administrator permissions in Custom view and the list of available Plesk tools, use the admin utility. Learn more about the utility options in Reference for Command Line Utilities (for Windows or for Linux).

Note: To switch from Service Provider to Power User, Plesk should not have customer or reseller accounts.

For more information on Plesk views, see Administrator's Guide, section The Plesk GUI.

To switch Plesk to Power User view via Plesk command line utility:

To switch Plesk in Power User view to Custom view and lock it via Plesk command line utility:

If you do not want to lock Custom view, do not use the -lock option.

To switch Plesk to Service Provider view via the command line utility:

For details, see the section Using Command Line Utilities > Power User View: poweruser Utility of the Reference for Command Line Utilities.

To switch Plesk to Power User view through XML API:

Send the following request packet to the server:

<packet>

<server>

<set>

<mode>poweruser</mode>

</set>

</server>

</packet>

Note that the poweruser command of XML API does not create a default webspace. To be able to switch Plesk to the Power User view through XML API, create the default webspace first.

To switch Plesk back to Service Provider view through XML API:

Send the following request packet to the server:

<packet>

<server>

<set>

<mode>standard</mode>

</set>

</server>

</packet>

For details, see the section Reference > Managing Plesk Server of XML API Manual.