Knowledge Base
Categories: WHMCS
How to Manually Install WHMCS
To manually install WHMCS:
Step 1: Obtain a WHMCS License
HostGator no longer offers a free WHMCS license. You can purchase a WHMCS license directly from https://whmcs.com.
Step 2: Download WHMCS
Once you've requested your license from WHMCS, you may download the program by logging into your WHMCS client area at www.whmcs.com/members and following these steps:
- Click on the My Licenses & Services link.
- Select one of your active license keys to view its details.
- Choose the latest stable version to download from the downloads listed at the bottom of the page.
Step 3: Install WHMCS
The following instructions will guide you through manually installing WHMCS.
- Create the database
You will need to log in to your cPanel and create a database and a database user in the MySQL Databases section. For more information, please refer to this article.
- Manual setup
- After downloading the WHMCS installation files, you will need to unzip them to be uploaded to the server.
- Once you have unzipped WHMCS, it needs to be uploaded. This can be done via FTP or through your cPanel File Manager interface.
- You will need to rename the file configuration.php.new to configuration.php
- Next, you can rename the folder to whatever you like (billing, clients, etc.)
- Run the installation script
- Visit the installation script at 'http://www.example.com/whmcs/install/install.php' to run the installation process (Replace example.com with your actual domain name, and replace "whmcs" with the directory you placed WHMCS in).
- After reading the WHMCS End User License Agreement, click I Agree to continue.
- The initial setup will perform some checks to ensure you meet the system requirements and permission requirements.
- Click Continue if everything checks out.
- Enter the License Key you received from WHMCS and the database you previously created, then click Continue.
- Enter the details in the form for the administrator account so that you can access and set up your WHMCS installation.
- Once done, click Complete Setup.
- Finish up the installation
You can complete the installation process by performing the following:
- In the installation path, delete the install directory.
- (Optional) For additional security, you can move the attachments, downloads, and templates_c directories outside of any publicly accessible directories.
- You can follow the walkthrough provided by WHMCS to move the directories.
- Set up your cron to ensure WHMCS is performing its required scheduled tasks once a day.
- This can be done through cPanel's cron job feature or through the command line using the example below. (Be sure to replace the username with your actual cPanel username.)
0 0 * * * php -q /home/username/public_html/whmcstest/admin/cron.php
- This can be done through cPanel's cron job feature or through the command line using the example below. (Be sure to replace the username with your actual cPanel username.)
Related Articles
* Your feedback is too short