Introduction
This article provides the steps needed to install WHMCS.
Procedure
- Navigate to
https://www.whmcs.com/download/cpanelstore
, the WHMCS website. - Enter your license key in the text box.
- Click the "Validate and Download" button.
- The system will download a
.zip
file that contains the WHMCS files. - Unzip the contents of the
.zip
file to a folder on your computer. - In the WHMCS folder, rename the
configuration.php.new
file toconfiguration.php
. - Upload the WHMCS folder to your website.
Please note that you may rename the folder if desired. - Navigate to
https://$domain.tld/$whmcs/install/install.php
.
Please note that "$domain.tld" and "$whmcs" must be replaced with your domain name and the folder name to which the WHMCS files were uploaded, respectively. - Follow the on-screen instructions to complete the installation.
- Access the server's command line via SSH or "Terminal" in cPanel.
- Change the working directory to the WHMC folder.
cd /home/$username/public_html/whmcs
Please note that "/home/$username/public_html/whmcs" must be replaced with the path where the WHMCS files are located. - Run the following commands to update the following permissions.
chmod 400 configuration.php
chmod 777 attachments
chmod 777 downloads
chmod 777 templates_c
- Delete the
install
directory. - Log in to your WHMCS account with your license key.
Comments
0 comments
Article is closed for comments.