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.

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

  1. Open a Command Prompt (Run as administrator)
  2. Type in the command below and execute it.
netsh http add urlacl url=http://+:12556/ user=”NETWORK SERVICE”
  1. Open a Command Prompt (Run as administrator)
  2. Type in the command below and execute it.
netsh http delete urlacl url=http://+:12556/

Contributor: Brandon & Seth, Cyrious

Date: 7/5/2013

Version: Control 5.1

You could leave a comment if you were logged in.