Ipmanage.exe utility allows you to manage IP addresses. Using this utility, you can:
Ipmanage.exe is located in %plesk_dir%admin\bin\. Available commands and options are listed in tables below.
Usage:ipmanage.exe command [options]
Example of usage:
ipmanage.exe --create 10.57.113.2 -mask 255.255.255.0 -interface "\"Local Area Connection"\" -type exclusive -ssl_certificate "My certificate"
Available commands
Command |
Parameter |
Action |
Example |
|
<IP> |
Creates an IP address |
To create shared IP address 123.123.123.123:
|
|
<IP> |
Updates an IP address |
Examples of updating various IP address options are provided in the following table |
|
<IP> |
Deletes an IP address |
To remove IP address 123.123.123.123:
|
|
|
Displays a list of existing IP addresses |
To see the list of IP addresses:
|
|
|
Displays a list of available SSL certificates |
To see the list of available SSL certificates:
|
|
|
Displays a list of available interfaces |
To see the list of available interfaces:
|
|
|
Displays help on the utility usage |
To see help information about ipmanage.exe utility usage: /ipmanage.exe --help |
Available options
Option |
Parameter |
Action |
Example |
|
<shared|exclusive> |
Defines the type of IP address (required for creation) |
To create exclusive IP address:
|
|
<name> |
Defines SSL certificate to be used for an IP (required for creation) |
To create shared IP address with default SSL certificate:
|
|
<IP> |
Defines subnet mask (required for creation, only for 'create' command) |
To define subnet mask:
|
|
<dev> |
Defines network interface name (required for creation, only for 'create' command) |
To define network interface name as "Local Area Connection":
|
Note: SSL cerificate name is preferably to be written in double quotes. If the certificate name contains spaces, double quotes are mandatory.
Network interface name should be in double quotes. Further, if the interface name itself contains spaces, you should place it in double quotes and prepend them with backslashes. For example, the default name for network adapter that Windows uses is Local Area Connection. Therefore, when specifying it with the -interface option you should use the following format: -interface "\"Local Area Connection"\"