Changing the default port of a remote proxy - Key Systems Security Asset Manager 3.0.0

Key Systems Security Asset Manager Plugin Guide 3.0.0

Product
Key Systems Security Asset Manager
Content type
Guides > Plugin and extension guides
Version
3.0
Release
3.0.0
Language
English
Last updated
2024-03-01

If the default port of the remote proxy is unavailable, you must change the web port so Security Center can connect to it.

Procedure

  1. On the server that hosts remote proxy, open Windows Services.
  2. Stop the Genetec Key Systems Proxy service.
  3. In Windows, open the Genetec Key Systems Proxy installation folder.
    By default, this is found in C:\Program Files (x86)\Security Center Plugins\Key Systems Proxy.
  4. Open the appsettings.json file.
  5. Find the kestrel section. By default, it is displayed as follows:
    Code
    "Kestrel": {
                    "Endpoints": {
                      "Https": {
                        "Url": "https://+:8901"
                        "Certificate": {
                          "Store": "My"
                          "Location": "LocalMachine",
                          "Subject": "localhost"  
  6. In the Url property, enter the desired port.
  7. Save and close the file.
  8. Start the Genetec Key Systems Proxy service.