The ipmanage.exe
utility serves to manage Plesk IP addresses. This
utility allows the following:
- registering IP addresses in Plesk database
- removing IP addresses from Plesk database
- assigning an SSL/TLS certificate to an IP
- changing a network interface for an IP
- viewing a list of available IP addresses, SSL/TLS certificates, and
interfaces
Location
%plesk_cli%
Usage
ipmanage.exe <command> [<IP>] [
<option 1> <param> [<option 2> <param>] ... [<option N> <param>]
]
Example
The following command creates IP address 192.0.2.10 with a subnet mask
255.255.255.0, sets the Local Area Connection interface for it,
makes this IP address exclusive (available for using by only one
client), and assigns the SSL/TLS certificate called My certificate to
the IP.
plesk bin ipmanage.exe --create 192.0.2.10 -mask 255.255.255.0 -interface ""Local Area Connection"" -type exclusive -ssl_certificate "My certificate"
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--create or -c |
<IP> |
Creates an IP address in Plesk database. Requires |
See Example above. |
--update or -u |
<IP> |
Changes IP address properties. |
To change IP … |