In this guideline, you will find detailed instructions on how to manage (add, delete, view, modify) files from your cPanel account using File Manager.
How to access File Manager:
1. Log into your cPanel account.
2. Navigate to Files section > File Manager menu:
3. You will be taken /home/user directory by default. Feel free change the default directory in Settings menu:
Here you can also enable Show Hidden Files (dotfiles) option. In this way system files, like .htaccess, will be displayed in File Manager as well:
4. The public_html folder is the web root for your primary domain name. This means that public_html is the folder where you put all website files which you want to appear when someone types your main domain (the one you provided when you signed up for hosting).
If you wish to upload files for your addon domain, you will need to move to public_html/youraddondomain.com directory.
5. The interface of File Manager is divided into 4 sections:
#1 The file manager toolbar
#2 The file window
#3 The navigation toolbar
#4 Current location window
In the first section, you can find a toolbar with all the basic functions for managing files like create a new folder, delete a file, upload/download and much more.
The second is the file listing section, it displays the content of the selected directory. If no files or folders are created, the following message will be displayed in the file window.
This directory is an empty message.
The navigation toolbar section allows navigating between folders in the file window.
The location section shows the directory you are currently located in.
NOTE: The files will be stored in the trash folder for 90 days. After that, they will be removed from the server automatically.
Edit: this editor will edit a document as code and give line numbers down the side of the editor. You can highlight your code with color by using the syntax drop-down menu and selecting the code you are working with
HTML Editor: this editor will edit a document as an HTML document. In this editor, you can also switch between design view (as a text document), source view (through the html code itself), or a preview mode (view the page through the web) by selecting the appropriate tab in the bottom left of the editor
It is useful to store a group of files in one file for an easy backup or for a transfer to another directory as well as compress large files. Compressed files take up less disk space and are downloaded faster via the Internet. The data can be compressed into a single *.zip, *.Gz, or *.Bz2 archive.
Useful Links