utility serves to perform the initial configuration of Plesk, and to change personal information of Plesk Administrator. The utility provides the following:The init_conf.exe
Syntax
init_conf.exe <command> [
<option1> [<param1>…<param n>]
[<option2> [<param1>…<param n>]]
…[<option_N> [<param1>…<param n>]]
]
Example
The following command sets IP address 192.0.2.0 as shared, sets the host name to somewhere.com and sets the administrator's name to Administrator and the administrator's password to MyPass. Finally, this command creates the default client account (named My Domains).
>init_conf.exe --init -shared_ips add:192.0.2.0 -hostname somewhere.com -name Administrator -passwd MyPass -def_client
Commands
Command |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Initializes Plesk Server Administrator. Can be applied to the non-configured Plesk Server Administrator only. |
|
|
|
Changes the administrator's contact info. |
To change the administrator's email to admin@somewhere.com: >init_conf.exe --update -email admin@somewhere.com |
|
|
Displays help on the utility use. |
>init_conf.exe -h |
Options
Option |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Sets the IP addresses specified as the parameters as shared. Used with |
To set 192.0.2.0 as shared IP: >init_conf.exe --init -shared_ips add:192.168.1.1 |
|
|
Sets the full host name of the server. Used with |
To set the host name to somewhere.com: >init_conf.exe --init -hostname somewhere.com |
|
|
Defines the administrator's company name. |
>init_conf.exe --update -company "Administrator's Company" |
|
|
Specifies the Plesk administrator's contact name. |
>init_conf.exe --init -name "John Doe" |
|
|
Specifies Plesk administrator's password. |
>init_conf.exe --init -passwd somepassword |
|
|
Specifies the administrator's phone number. |
>init_conf.exe --update -phone 5555555 |
|
|
Specifies the administrator's fax number. |
>init_conf.exe --update -fax 333-3333 |
|
|
Specifies the administrator's email address. |
>init_conf.exe --update -email Admin@somewhere.com |
|
|
Specifies the administrator's street address. |
>init_conf.exe --update -addr "Streetname 1" |
|
|
Specifies the city of the administrator's address. |
>init_conf.exe --update -city "New York" |
|
|
Specifies the state/province of the administrator's address. |
>init_conf.exe --update -state NY |
|
|
Specifies the zip code of the administrator's address. |
>init_conf.exe --update -pcode 77568 |
|
|
Subscribes administrator to the SWsoft mailing list (announcements on new SWsoft products, discounts, etc.) when set to true. Available in Plesk 7.6 and later. |
To subscribe the administrator to the SWsoft mailing: >init_conf.exe --update -send_announce true |
|
|
Specifies the country of the administrator's address in the format of an upper-case two-letter code derived from ISO 3166. |
To change country to Australia in the administrator's contact info: >init_conf.exe --update -country AU |
|
|
Creates the default 'My Domains' client account for the administrator. Used with |
To create the default user account: >init_conf.exe --init -def_client |
|
|
Defines whether Plesk Administrator's personal info (except for e-mail) is marked as Required or not. Set to Available since Plesk 8.1. |
To initialize Plesk server so that the Plesk Administrator after entering his credentials to freshly-installed Plesk got directly to Administrator's desktop skipping all 'first-login configuration' screens: >init_conf.exe --init -hostname plesk.example.com -admin_info_not_required true |