Install CloudLinuxOS in cpanel.
Install cloudlinuxOS in cpanel.
Install cloudlinuxOS in cpanel.
Introduction Switching your cPanel server from CentOS to CloudLinux OS improves stability, security, and resource management using LVE (Lightweight Virtual Environment). Prerequisites Implementation Step 1: Get Activation Key Step 2: Download Installation Script wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cpanel2cl Step 3: Run Installation Script sh cpanel2cl -k <activation_key> Step 4: If License via cPanel… Continue Reading Install CloudLinux OS in cPanel.
Introduction ASSP (Anti-Spam SMTP Proxy) is a spam filtering system commonly integrated with cPanel servers to protect email services from unwanted spam. When managing a mail server, administrators often need to trace emails, debug delivery issues, and monitor spam filtering behavior. This guide provides essential commands to help you troubleshoot… Continue Reading ASSP spam filter in cpanel. useful commands.
Hello, Is there any way to decrypt “Cpanel password. I know that the cPanel user is listed in “/etc/passwd” and password is encrypted in the “/etc/shadow”. If some one forgets the password the only option available is to reset the password. Is there any option to view the password without… Continue Reading cPanel password – decrypt it
Introduction If your PHP info page is not reflecting changes on your VPS, it is usually due to the PHP configuration not being loaded correctly. This solution ensures that your custom php.ini file is properly applied using CGI. Prerequisites Implementation cp /usr/local/cpanel/cgi-sys/php5.cgi /home/username/public_html/cgi-bin cd /home/username/public_html/cgi-bin vi phpini.cgi Add the following… Continue Reading PHP info page is not working
Introduction Exim is a widely used mail transfer agent (MTA) on Linux servers, especially in cPanel/WHM environments. It is responsible for handling the sending, receiving, and routing of emails. Managing the mail queue and troubleshooting email issues using Exim commands is essential for maintaining smooth email delivery. Prerequisites Before using… Continue Reading Exim mail server – commands
Introduction RVSiteBuilder is a website builder integrated with cPanel, allowing users to create websites easily. Sometimes, users may encounter a fatal error indicating that the license file has expired, which prevents access to RVSiteBuilder. Prerequisites Before resolving this issue, ensure the following: Implementation Step 1: Identify the Issue The error… Continue Reading RVsitebuilder error in cPanel.
Introduction Apache HTTP Server is one of the most widely used web servers in the hosting industry. However, with increasing performance demands, many administrators look for faster alternatives. LiteSpeed Web Server is a high-performance web server that is compatible with Apache configurations and offers significantly better speed and scalability. It… Continue Reading How to Install LiteSpeed Web Server on cPanel/WHM Server
Introduction LiteSpeed is a high-performance web server that is widely used as an alternative to Apache for improved speed, scalability, and security. Installing LiteSpeed in cPanel allows you to enhance website performance, reduce server load, and improve overall user experience. It integrates seamlessly with cPanel and provides features like caching… Continue Reading Litespeed installation in cPanel
Apache with PHP. Source installation of apache with PHP. Notes.> If you try to install php-5.3 you will end up with “Zend parse error”. Please try to install PHP-5.2 or lower. > Please check whether you have installed ‘gcc’ and ‘Mysql’ and also ensure that Mysql is running. Please follow… Continue Reading Apache with PHP “Zend Phase error”