Installing Clientexec
This article will show you how to install Clientexec manually (without the use of a script auto-installer). Before proceeding, we recommend reviewing the System Requirements to ensure your hosting environment is fully compatible.
🛠️ Manual Installation Steps
Once you’ve confirmed your hosting environment meets the requirements, follow these steps to complete your manual installation:
📥 1. Downloading Clientexec
- Visit the Clientexec Downloads Page.
- Click the orange “Download” button to get the latest stable version as a
.zip
file.
📤 2. Uploading and Extracting Clientexec
You can upload the Clientexec ZIP file to your server using either cPanel File Manager or FTP:
➤ Using cPanel File Manager
- Log into your cPanel Control Panel.
- Open File Manager.
- Navigate to the
public_html
directory. - Click the Upload button.
- Select the Clientexec
.zip
file you downloaded. - After the upload completes, locate the ZIP file in File Manager and Extract its contents.
- (Optional) Rename the extracted folder to something like
clients
for cleaner URLs.
➤ Using FTP
- Extract the ZIP archive on your computer.
- (Optional) Rename the folder (e.g., to
clients
if you want to access it atyourdomain.com/clients
). - Open your FTP client and connect to your hosting account.
- Navigate to the
public_html
(or root web directory). - Upload the extracted folder in Binary mode.
đź§± 3. Creating a Database
Clientexec requires a MySQL database to function. Here’s how to create one via cPanel:
- Log into cPanel.
- Click on MySQL® Database Wizard.
- Enter a Database Name, then click Next Step.
- Create a Database User with a strong password and note it down.
- Click Create User.
- Select All Privileges and confirm by clicking Make Changes.
You now have a database ready for Clientexec!
🚀 4. Completing the Installation Wizard
Once everything above is set:
- Visit the URL where you uploaded Clientexec, e.g.
https://yourdomain.com/clients
. - The Clientexec Installation Wizard will launch automatically.
- Follow the on-screen prompts to complete your installation.
If you encounter any issues during installation, feel free to reach out to our Support Team for assistance.
Updated on: 17/06/2025
Thank you!