The init_conf.exe utility serves to perform the initial
configuration of Plesk, and to change personal information of Plesk
Administrator. The utility provides the following:
- setting up host name
- defining shared IP addresses
- specifying Plesk administrator’s personal information
- creating a client account for the administrator
Location
%plesk_cli%
Usage
init_conf.exe <command> [
<option 1> [<param 1>,...,<param n>]
[<option 2> [<param 1>,...,<param n>]]
... [<option N> [<param 1>,...,<param n>]]
]
Example
The following command sets IP address 192.0.2.0 as shared, sets the
host name to host.example.com and sets the administrator’s name to
Administrator and the administrator’s password to MyPass.
plesk bin init_conf.exe --init -shared_ips add:192.0.2.0 -hostname host.example.com -name Administrator -passwd MyPass
Commands
| Command | Parameter | Description | Example |
|---|---|---|---|
--init | Initializes Plesk Server Administrator. Can be applied to the non-configured Plesk Server Administrator only. | See Example above. | |
--update or -u | Changes the administrator’s contact info. | To set the administrator’s email address to plesk bin init_conf.exe --update -email [email protected] | |
--check-configured or -c | Checks whether Plesk is configured. Returns 0 on success, 1 otherwise. | … |