Search Our Database

Accessing website files using DirectAdmin (Enhanced Skin)

Introduction DirectAdmin is a powerful and user-friendly web hosting control panel designed for managing websites, emails, databases, and server configurations. Among its key features is the File Manager, a browser-based tool that enables users to access, modify, upload, and manage website files without needing external FTP software. This is particularly useful for users with minimal

How to modify cPanel user accounts in WHM

Introduction Web Host Manager (WHM) allows server administrators to manage cPanel user accounts efficiently. This includes modifying account settings, changing passwords, adjusting resource limits, and suspending or terminating accounts. In this guide, we will go through the steps to manage cPanel user accounts in WHM. Prerequisites WHM Root or Reseller Access Basic familiarity with WHM

How to editing files directly in cPanel File Manager

Introduction cPanel File Manager provides a convenient way to manage and edit website files without needing external FTP clients or text editors. Whether making quick adjustments to code, modifying configuration files, or updating website content, the built-in file editor simplifies the process. This guide will walk you through editing files directly in cPanel File Manager.

How to create and managing folders in cPanel File Manager

Introduction cPanel’s File Manager is a powerful tool that allows users to manage website files directly from a web interface without needing FTP access. One of its key features is the ability to create, move, rename, and delete folders to keep website files well-organized. This guide provides step-by-step instructions on how to effectively manage folders

How to add a new user with folder access in FileZilla Server

Introduction FileZilla Server allows users to create new users with specific access privileges for managing files over FTP. This guide will walk you through the steps to add a new user in FileZilla Server, configure their settings, and set directory permissions.   Prerequisites FileZilla Server is already installed and running on your system You have

How to setup FileZilla server on Windows

Introduction FileZilla is a highly trusted FTP server solution that enables you to manage file transfers efficiently. It provides a simple interface for setting up file-sharing capabilities on a Windows server, ensuring secure access for multiple users. Whether you’re setting up a personal FTP server or hosting file access for an organization, FileZilla makes the

How to secure your website from hackers

Introduction Website hacking can lead to significant disruptions, data breaches, and loss of trust. This guide is for website owners and administrators looking to take proactive steps to reduce the risk of hacking and safeguard their websites. By following the outlined practices, you can minimize vulnerabilities and enhance security.   Prerequisites Administrator access to the

Install LEMP on CentOS 7

Important Note: CentOS 7 has reached its end-of-life (EOL) as of June 30, 2024 and is no longer supported by Red Hat. It is recommended to upgrade to a supported version, such as CentOS Stream 9 or an alternative Linux distribution, to ensure continued security updates and support. Introduction LEMP is a popular software stack

FileZilla timeout settings

Introduction FileZilla is a cross-platform FTP application that allows users to access server files without directly logging into the server interface. One of FileZilla’s key features is the Timeout function, which automatically disconnects the session after a specific period of inactivity (default is 20 seconds). Upon disconnection, users must re-enter their password to log in

How to disable APC Cache In Linux using .htaccess

Introduction APC (Alternative PHP Cache) is a tool that enhances website performance by caching PHP scripts. However, you may need to disable it during development or troubleshooting to ensure accurate debugging. This guide will walk you through the steps of disabling APC by modifying the .htaccess file. It is designed for developers or system administrators