Install the Log Server

The Log Server installer and setup steps differ by platform. Select the platform that matches your environment.

Platform Guide Best For
Citrix Connector Appliance Install on Connector Appliance Most environments — automatic updates, no Docker management
Linux VM Install on Linux Production — most reliable, no user session dependency
Windows VM Install on Windows When Linux is unavailable

Port and Certificate Guidelines

  • Use HTTPS for enhanced security. HTTP is supported but not recommended in production.
  • The Connector Appliance supports port 443 only.
  • For Linux and Windows, choose any port outside the privileged range (0–1023).
  • Reference ports: 8443 (HTTPS), 8080 (HTTP).
  • Ensure your TLS certificate file is in .pfx format and trusted by all components uploading logs.

Scripts Created After Installation

Script (Linux .sh / Windows .bat) Purpose
StartLogServer Start the Log Server container
GetAuthKey Generate an authentication key
ListMachines List machines that have sent logs
DownloadLogsByTime Download logs by time range
DownloadLogsByWords Download logs by keyword search

Verify the Installation

After installing and starting the Log Server, call the ping endpoint from a browser or curl:

https://YourLogServerFQDN:8443/Ping
<!--NeedCopy-->

Expected response:

Pong UTC:08/19/2025 01:03:29 Version: 2511.1.6
<!--NeedCopy-->

If the ping fails, check configpath/weblogs.txt and review the Troubleshooting section.

Install the Log Server