Table of Contents

{$page}

CHAPI runs as a NETWORK SERVICE and needs a URL registration for its HTTP listener. The installers automatically add this registration for us but we can also do it manually if required via command line commands.

Cautions

Warning - Do not perform when users are logged into Control.

Adding a URL Registration

  1. Open a Command Prompt (Run as administrator)
  1. Type in the command below and execute it.

code

netsh http add urlacl url=http://+:12556/ user=”NETWORK SERVICE”

code

Deleting a URL Registration

  1. Open a Command Prompt (Run as administrator)
  1. Type in the command below and execute it.

code

netsh http delete urlacl url=http://+:12556/

code

Source

Contributor: Brandon & Seth, Cyrious

Date: 7/5/2013

Version: Control 5.1

See Also