How to Use cPanel File Manager
cPanel File Manager is a web-based tool that allows you to manage all your website files directly from your browser — no FTP client needed. You can upload, delete, edit, rename, compress, and extract files easily.
How to Access File Manager
- Login to cPanel.
- Under the Files section, click File Manager.
- File Manager will open showing your hosting directory structure.
Understanding the Directory Structure
/public_html/– This is your website's root folder. All public website files go here./public_ftp/– FTP public folder./mail/– Email storage folder (do not modify)./logs/– Server log files.
Key Actions in File Manager
Upload a File:
- Navigate to the folder where you want to upload.
- Click Upload in the top toolbar.
- Drag and drop files or click Select File to browse.
Create a New File or Folder:
- Click + File or + Folder in the toolbar.
- Enter the name and click Create New File/Folder.
Edit a File:
- Right-click on any text file (e.g.,
.php,.html,.css). - Click Edit to open the built-in code editor.
- Make your changes and click Save Changes.
Delete a File or Folder:
- Select the file or folder.
- Click Delete in the toolbar or right-click and choose Delete.
- Confirm the deletion.
Compress / Extract Files:
- Select files/folders and click Compress to create a .zip or .tar.gz archive.
- To extract, right-click a compressed file and click Extract.
Warning: Deleted files in File Manager cannot be recovered easily. Always take a backup before deleting important files.
Showing Hidden Files
By default, files starting with a dot (like .htaccess) are hidden. To show them:
- Click Settings (top right of File Manager).
- Check Show Hidden Files (dotfiles).
- Click Save.
If you continue to face issues, please open a create a request.
