Overview
The File Manager in cPanel gives you direct access to your website's files from your browser — no FTP software needed. It’s useful for quickly uploading, editing, deleting, or backing up files in your hosting account.
Accessing File Manager
- Log into your cPanel account.
- Scroll to the Files section.
- Click File Manager.
- By default, it opens your home directory. To manage your website files, open the
public_htmlfolder.
Uploading Files
- Navigate to the folder where you want to upload files (e.g.,
public_html). - Click the Upload button in the top toolbar.
- Drag and drop files into the window, or use Select File to browse.
- Wait until the progress bar completes, then click Go Back.
Editing Files
- Right-click on the file you want to edit.
- Select Edit (for code/text) or HTML Editor (for visual editing).
- Make your changes and click Save Changes.
Tip: Always back up the file before editing, especially PHP files.
Extracting and Compressing Files
- Select one or more files/folders using the checkboxes or Ctrl/Cmd+Click.
- Click Compress to create a ZIP archive, or Extract to unzip an existing file.
Deleting Files
- Right-click the file or folder and select Delete.
- Choose whether to send the file to Trash or delete it permanently.
- To restore deleted items, open the Trash folder and move them back.
Changing File Permissions
- Right-click a file or folder and select Change Permissions.
- Use the checkboxes or numeric mode (e.g., 644 for files, 755 for folders).
- Click Change Permissions to apply.
Important: Avoid setting permissions to 777 as it poses a security risk.
Best Practices
- Work inside
public_htmlfor live website files. - Keep local backups before editing or deleting files.
- Don’t store sensitive data like passwords or backups in public_html.
- Use File Manager for quick tasks — consider FTP or Git for bulk or version-controlled work.
Need Help?
If you're unsure which files to modify or encounter a permissions error, open a support ticket and our team will assist you.