Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Installation Guide for Windows

Prerequisites

Before proceeding with the installation, ensure you have:

...

  • Windows Server 2016 and 2019 (64bit)

  • Windows 10 and Windows 11

Download and Installation

  1. Download CTLive_XXX.exe.

  2. Run the installer and follow the on-screen instructions.

  3. The installation will automatically set up all dependencies, including CTLive, CTLiveMgr, IMChannel, CTLiveSocial and CTLiveBOT

  4. By default, CTLive will be available on the following ports:

    • HTTP: 80

    • HTTPS: 443

Accessing CTLive

Once installed, the CTLive script can be embedded into your website using the following URL:

...

Code Block
https://<hostname>/livechat/<tenant>/lib/livechatsdk.js

Setup and Configuration

The setup process is entirely handled by the installer, and no additional scripts need to be executed.

Nginx Configuration

If port 80 is already in use, modify the Nginx configuration:

  1. Open the file located at:

    Code Block
    C:\Program Files\nginx\conf\nginx.conf
  2. Change the HTTP and HTTPS ports:

    Code Block
    server {
        listen                   88;
        listen                   8443 ssl;
    }
  3. Restart Nginx for the changes to take effect.

MongoDB

Default Authentication For a single-tenant installation, the default MongoDB credentials are:

  • Database: admin

  • Username: mongoAdmin

  • Password: ******** (ask to customer support)

  • Port: Default MongoDB port

Accessing CTLive Manager

CTLive Manager (CTLiveMgr) is available at:

...

Note

It’s highly recommended to change default ctliveadmin password through the CTLiveMGR UI

CTLive Configuration Files

The JSON configuration files for CTLive are stored in:

Code Block
C:\ProgramData\Enghouse\ctlive

CTLive SDK

To download the SDK, use the following URL:

...