Introduction WordPress can be installed on a subdomain through cPanel using the WordPress installer. This is useful for creating blogs, staging sites, development environments, or separate website sections. Prerequisites Before proceeding, ensure: Implementation Step-1: Log in to the Cpanel accountStep-2: Click on WordPress Step-3: Click on install this application Conclusion Installing WordPress on a subdomain ..
Introduction A hostname SSL certificate secures connections to cPanel services and helps prevent browser security warnings. Installing a valid hostname SSL certificate ensures secure access to services such as WHM, Webmail, FTP, Exim, and Dovecot. Prerequisites Implementation cPanel Services That Use the Hostname SSL Certificate The hostname SSL certificate is applied to the following services: ..
Introduction The cPanel File Manager is a web-based tool that allows users to manage website files directly from the hosting control panel without using FTP software. With File Manager, you can upload files such as website pages, images, scripts, backups, and documents quickly and securely. This method is especially useful for users who need a ..
Introduction Sometimes, you may suddenly lose Internet access and see an error message such as: This issue usually occurs when your system cannot communicate with the DNS (Domain Name System) server. Since DNS is responsible for translating website names into IP addresses, any DNS-related issue can prevent websites from loading in your browser. Fortunately, this ..
Introduction A missing PHP extension in a Laravel application can cause a 500 Internal Server Error. Enabling debug mode helps identify the exact issue, such as missing PHP modules like fileinfo. Prerequisites Implementation Enable Debug Logs on Laravel Application Step 1 Log in to the server or browse the domain home directory through File Manager. ..
Introduction If you forget the administrator password for your WordPress website, you can reset it directly from the database using phpMyAdmin in cPanel. Prerequisites Implementation How to Change WordPress Admin Password in Database from cPanel Step 1 Step 2 Step 3 Step 4 Step 5 Open the table: Step 6 In the user_pass row: Step ..
Introduction In Linux systems, users who belong to the wheel group are usually granted elevated privileges through sudo. By default, these users may also be able to switch to the root account using sudo su – or reset the root password using sudo passwd root. For security and access-control purposes, administrators may want to prevent ..
Introduction cPanel provides command-line utilities that allow administrators to manage hosting accounts directly from SSH. The removeacct script can be used to terminate a cPanel account quickly from the command line. Prerequisites Before proceeding, ensure: Implementation Step 1: Login via SSH Access the server through SSH as the root user. Step 2: Run the Account ..
Introduction ConfigServer Security & Firewall includes Login Failure Daemon (LFD) monitoring, which tracks user activities and sends alerts for suspicious processes or login attempts. Administrators can exclude specific users from LFD alerts when required. Prerequisites Before proceeding, ensure: Implementation Step 1: Log in to the server via SSH as root and enter the below command ..
Introduction WHM (WebHost Manager) is a server administration interface used by hosting providers to manage multiple cPanel accounts. One common administrative task is identifying suspended accounts, which are temporarily disabled due to billing issues, policy violations, or manual action. Suspended accounts can be viewed both from the WHM graphical interface and via command-line tools. Prerequisites ..
Recent Comments