Granting administrator privileges to connect to the Simple Host service - Patroller 6.7

Genetec Patroller™ Administrator Guide 6.7

Product
Patroller
Content type
Guides > Administrator guides
Version
6.7
Release
6.7.1
Language
English
Last updated
2024-01-22

Before you can connect your application to the Simple Host service, you'll need to explicitly grant the user administrator privileges to the Simple Host ports and addresses using Netsh.exe tool.

Procedure

  1. Make sure that the user has an administrator account on the computer.
  2. Right-click the Command prompt, and then click Run as administrator.
  3. At the command prompt, type:

    netsh http add urlacl url=http://+:8001/SimpleHost/ user=<domain>\ <user>

    Replacing <domain> and <user> with the computer domain and user name respectively.

    NOTE: To remove this permission, use the following command:

    netsh http delete urlacl url=http://+:8001/SimpleHost/

  4. Restart Genetec Patroller™

Results

You are now ready to connect to the Simple Host service.