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 ..
Introduction Databases are a critical part of most websites, especially for applications like WordPress, Joomla, Magento, and custom PHP sites. Over time, a database can become corrupted due to server crashes, incomplete queries, or improper shutdowns. In cPanel, you can quickly repair MySQL databases using built-in tools without needing advanced command-line skills. Prerequisites Before repairing ..
Introduction NFS (Network File System) allows a Linux or cPanel server to access remote storage over the network as if it were a local filesystem. Mounting an NFS share is commonly used for backups, shared storage, and centralized data management. Prerequisites Implementation Mounting NFS File System Step 1 Log in to the cPanel server. Step ..
Recent Comments