PLESK COMMAND LINE INTERFACE

Section 3.4.1 Configuring Server (Initial Configuration)

3.4.1.1 Purpose

Sometimes it's desirable to perform initial configuration of Plesk right after its installation, without logging into Plesk interface. It's useful for automatic installations of Plesk Server Administrator. The init_conf.sh utility serves for the post-install configuration of Plesk.

3.4.1.2 Usage

Usage: init_conf.sh command [options]

Available commands and options:

Command Parameter Action
--init   initializes Plesk Server Administrator (may be specified only for non-configured Plesk Server Administrator)
--update or -u   updates administrator contact information
--help or -h   displays help on the utility usage
Option Parameter Note
-shared_ips add:<ip1>,<ip2>,..,<ipN> marks IP addresses as shared IPs (may be specified only with the init command)
-hostname <domain_name> sets the hostname (may be specified only with the init command)
-company <string> administrator company name
-name <string> administrator contact name (required for creation)
-passwd <password> administrator control panel password (required for creation)
-phone <number> administrator phone number
-fax <number> administrator fax number
-email <string> administrator e-mail address
-addr <string> administrator address
-city <string> administrator city
-state <string> administrator state/province
-pcode <string> administrator postal/zip code
-country <string> administrator country code (two alphabetic characters)

to top