The IP addresses or names of clients that can send service control actions to the service. Separate multiple addresses with commas. There must be no space before or after the comma.
Adding a client to ServiceControlClients
does not enable it to send service status actions. To enable a client to send status actions, you must add the IP address or host name to the ServiceStatusClients.
You can use wildcards in the IP addresses. For example, type 187.*.*.*
to permit any machine whose IP address begins with 187
to control the service. You can also filter the ServiceControlClients
parameter using CIDR notation.
Type: | String |
Default: | None |
Required: | Yes |
Configuration Section: | Service |
Example: | ServiceControlClients=localhost,127.0.0.1
|
See Also: | ServiceACIMode
ServiceHost ServicePort ServiceStatusClients |
|