After installation, you should perform the Panel initialization (also known as the initial configuration). During the initialization, you set the Panel administrator password, e-mail, and contact information.
Note: After you initialize Panel, the Service Provider view will be automatically selected and the Panel administrator will not see the page offering to select a Panel view.
To initialize Panel via API RPC:
Send to the server a request packet that satisfies the following conditions:
<packet version="1.6.3.0">
<server>
<initial_setup>
<admin>
<admin_cname>JohnDoe BV.</admin_cname>
<admin_pname>John Doe</admin_pname>
<admin_phone>+49 89333333</admin_phone>
<admin_fax>+49 893333303</admin_fax>
<admin_email>john@example.com</admin_email>
<admin_address>Theatinerstrasse 96</admin_address>
<admin_city>Muenchen</admin_city>
<admin_state>Bavaria</admin_state>
<admin_pcode>80333</admin_pcode>
<admin_country>DE</admin_country>
<send_announce>true</send_announce>
</admin>
<password>Qwerty1234</password>
<server_name>example.com</server_name>
</initial_setup>
</server>
</packet>
To initialize the Panel via CLI:
Run the following command (you should have the power user privileges):
/usr/local/psa/bin/init_conf --init -passwd jskekekHTD -email johndoe@example.com
%plesk_cli%\init_conf.exe --init -passwd jskekekHTD -email johndoe@example.com
To initialize the Panel via GUI:
https://<host-name-or-IP>:8443 using the server power user credentials.