To install and optimize iKode Live Chat (historically distributed as part of the iKode Helpdesk X / Service Desk suite), you need to host the software on your server, embed the client-side widget into your website, and fine-tune its performance settings. Phase 1: Installation Guide
iKode Live Chat is a self-hosted PHP and MySQL-based application. 1. Server Prerequisites
Ensure your hosting environment meets the baseline requirements: PHP version 7.4 or higher MySQL version 5.7+ or MariaDB 10.3+ Web Server: Apache (with mod_rewrite enabled) or Nginx Extensions: PDO MySQL, cURL, OpenSSL, and GD Library 2. Core Software Installation
Download the Package: Acquire the installation archive from the iKode Download Portal or your licensed account dashboard.
Upload Files: Unzip the archive and upload the files to your web server using an FTP/SFTP client or your hosting file manager. Place them in your root directory (e.g., public_html/) or a subdirectory (e.g., public_html/chat/).
Create a Database: Log into your web hosting control panel (e.g., cPanel), navigate to MySQL Databases, create a new database, create a user, and assign the user to that database with “All Privileges”.
Run the Web Installer: Open your browser and navigate to your domain where the files were uploaded (e.g., ://yourwebsite.com). Follow the on-screen prompts: Accept the license agreement.
Input your MySQL database credentials (host, database name, username, password). Create your administrator account credentials.
Clean Up: For security, delete the /install directory from your server via FTP once the setup finishes. 3. Embedding the Live Chat Widget
To make the chat visible to your visitors, you must inject its JavaScript snippet into your website: Log into your iKode admin panel.
Navigate to Settings > Chat Widget and copy the generated HTML script snippet.
Paste this snippet into your website’s code right before the closing
Leave a Reply