The File Manager in cPanel allows you to manage your website files directly through your browser, without needing FTP software.
Accessing File Manager:
-
Log in to cPanel.
-
In the "Files" section, click on "File Manager."
-
A new window will open. You will usually be prompted to choose a directory. Select "Web Root (public_html)" and check "Show Hidden Files." Click "Go."
Key Functions:
-
Uploading Files:
-
Navigate to the folder you want to upload to (usually
public_htmlfor your main site). -
Click the "Upload" button in the top toolbar.
-
Click "Select File" and choose the file from your computer, or drag and drop.
-
Wait for the upload to complete.
-
-
Creating Folders/Files:
-
Click the "New Folder" or "New File" button in the top toolbar.
-
-
Editing Files:
-
Right-click on any file (e.g.,
.htaccess,wp-config.php) and select "Edit" or "Code Edit." Confirm any warnings.
-
-
Compressing/Extracting:
-
Select multiple files, right-click, and choose "Compress" to create a ZIP file.
-
To extract a ZIP file, right-click it and choose "Extract."
-
-
Changing Permissions:
-
Right-click a file, select "Change Permissions," and set the numeric value (e.g., 644 for files, 755 for folders).
-