Introduction : In today’s digital age, web hosting is an essential service for businesses and individuals alike. To manage your web hosting server efficiently, cPanel/WHM (Web Host Manager) is an industry-standard control panel that simplifies server administration tasks. In this guide, we will walk you through the process of installing and setting up cPanel/WHM on Linux servers purchased from Whiscloud.com, a reputable hosting provider. With cPanel/WHM, you can effortlessly manage websites, email accounts, databases, and more. Let’s dive into the steps to get your cPanel/WHM server up and running smoothly.
nnnn- n
- Choose the Right Server: Before you can install cPanel/WHM, you’ll need a Linux-based server from Whiscloud.com. Ensure that you’ve selected the server configuration that suits your needs, taking into consideration factors like CPU, RAM, storage, and bandwidth. nnnn
- Access Your Server: Once you’ve purchased your server from Whiscloud.com, you’ll need to access it. You can do this using Secure Shell (SSH) with the provided credentials. Open your terminal and run: n
ssh root@your_server_ipn
nnnnReplace your_server_ip
with the actual IP address of your server.
- n
- Update Server Software: Before proceeding with the installation, it’s crucial to ensure your server’s software is up-to-date. Run the following commands: n
yum updaten
nnnnFor Ubuntu/Debian-based systems:
nnnnapt update && apt upgraden
nnnn- n
- Prepare the Server: Before installing cPanel/WHM, make sure that your server meets the system requirements provided by cPanel. These typically include a fresh installation of CentOS, CloudLinux, or Red Hat Enterprise Linux. Check cPanel’s documentation for the specific requirements. nnnn
- Download cPanel/WHM Installation Script: Navigate to the
/home
directory and download the cPanel/WHM installation script: n
cd /homencurl -o latest -L https://securedownloads.cpanel.net/latestn
nnnnRun the Installation Script: To begin the installation, execute the downloaded script:
nnnnsh latestn
nnnnThis script will take care of downloading and installing cPanel/WHM on your server. The process might take some time, so be patient.
nnnn- n
- Set Up cPanel/WHM: After the installation is complete, you’ll be guided through the setup process. Follow the on-screen instructions to configure your server settings, including hostname, IP addresses, and network configuration. nnnn
- License Activation: You’ll need a valid cPanel/WHM license to use the software. If you don’t have one already, you can purchase it from the cPanel store. Once you have the license, enter it during the setup process to activate cPanel/WHM. nnnn
- Firewall Configuration: cPanel/WHM requires specific ports to be open for proper functionality. Use a firewall management tool like
firewalld
oriptables
to configure the necessary rules. Typically, you’ll need to open ports 80 (HTTP), 443 (HTTPS), and 2087 (cPanel) for web access. nnnn - Accessing cPanel/WHM: Once everything is set up, you can access cPanel/WHM via a web browser. Open your preferred browser and enter your server’s IP address or hostname followed by
/whm
, like this:https://your_server_ip_or_hostname:2087
. Log in using the root credentials you set during installation. n
Conclusion: Congratulations! You’ve successfully installed and set up cPanel/WHM on your Linux server from Whiscloud.com. With cPanel/WHM, you have a user-friendly control panel to manage your web hosting environment efficiently. From managing websites to handling email accounts and databases, cPanel/WHM streamlines the process. Remember to keep your server and cPanel/WHM installation up-to-date to ensure optimal performance and security. Explore cPanel’s extensive documentation and community forums for further assistance and customization options. Happy hosting!
n