How to Install Live Helper Chat on Windows 11
Live Helper Chat is an open source live chat software that enables businesses to provide real-time customer support. The software can be installed on Windows 11 operating system. This tutorial will guide you through the installation process.
Prerequisites
Before we start the installation process, make sure that your Windows 11 machine has the following software preinstalled:
- Apache Web Server
- PHP version 5.6 or later
- MySQL Database Server
Installation Steps
- Download the latest version of Live Helper Chat from the official website https://livehelperchat.com/.
- Extract the downloaded archive to a folder of your choice.
- Open the extracted folder and copy all the files to the Apache server's web root folder. In this tutorial, we will assume that the web root folder is located at
C:\Apache24\htdocs\. - Next, create a new MySQL database for Live Helper Chat. You can do this using a tool like phpMyAdmin or MySQL Workbench.
- Import the
lhc.sqlfile from the Live Helper Chat folder into the newly created database. - Configure the database connection settings by editing the
settings.ini.phpfile located in thesettingsfolder.
[database]
host=localhost
database=lhc
username=root
password=
port=
socket=
- Once you have configured the settings file, open your web browser and navigate to
http://localhost/livehelperchat/(assuming you copied the files to the web root folder). - The Live Helper Chat installation wizard should now be displayed on your screen. Follow the on-screen instructions to complete the installation process.
- Once the installation is complete, you can access the Live Helper Chat admin panel by navigating to
http://localhost/livehelperchat/index.php/site_admin/indexin your web browser.
Congratulations! You have successfully installed Live Helper Chat on your Windows 11 machine.