====== {$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 ===== - Open a Command Prompt (Run as administrator) - Type in the command below and execute it. [[code]] netsh http add urlacl url=http://+:12556/ user=”NETWORK SERVICE” [[code]] ===== Deleting a URL Registration ===== - Open a Command Prompt (Run as administrator) - 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 ===== * Backlinks [[include_pagepage_componentbacklinks]]