What is File Manager?
cPanel File Manager is a web-based file management tool that allows you to manage your website files directly from your browser without needing FTP software. You can upload, download, edit, delete, and organize files and folders.
Upload
Add files to server
Download
Save files locally
Edit
Modify file content
Delete
Remove files
Accessing File Manager
Step 1: Log into cPanel
Access your cPanel control panel using your login credentials.
Step 2: Find the Files Section
Look for the "Files" section on your cPanel dashboard.
Step 3: Click File Manager
Click on "File Manager" to open it in a new window or tab.
File Manager Interface
The File Manager interface consists of several main areas:
Quick navigation to common directories
File and folder listing
Action buttons for file operations
Shows current directory location
Important Directories
public_htmlYour main website directory. Files placed here are accessible via your domain name.
Home DirectoryThe root directory of your account. Contains public_html and other system folders.
mailStores email data for your email accounts.
logsContains access logs, error logs, and other server logs.
Common File Operations
Uploading Files
- Navigate to the desired directory (usually public_html)
- Click "Upload" in the toolbar
- Drag files to the upload area or click "Select File"
- Wait for upload to complete
- Close the upload window to return to File Manager
Creating New Files
- Navigate to the directory
- Click "+ File" in the toolbar
- Enter the filename (e.g., index.html)
- Click "Create New File"
Creating New Folders
- Navigate to the parent directory
- Click "+ Folder" in the toolbar
- Enter the folder name
- Click "Create New Folder"
Editing Files
- Right-click on the file
- Select "Edit" or "Code Edit"
- Make your changes in the editor
- Click "Save Changes"
- Close the editor window
Deleting Files or Folders
- Select the file(s) or folder(s)
- Click "Delete" in the toolbar
- Confirm the deletion
Warning: Deleted files cannot be recovered unless you have a backup.
Working with Archives
Extracting Archives
- Upload the archive file (.zip, .tar.gz)
- Right-click on the archive
- Select "Extract"
- Choose extraction location
- Click "Extract File(s)"
Creating Archives
- Select file(s) or folder(s)
- Click "Compress"
- Choose compression type
- Name the archive
- Click "Compress File(s)"
File Permissions
Changing Permissions
- Right-click on file or folder
- Select "Change Permissions"
- Set permissions using checkboxes or numeric value
- Click "Change Permissions"
755Directories
Owner: read/write/execute
644Files
Owner: read/write
600Sensitive Files
Owner only: read/write
Troubleshooting
Upload Fails
- • Check file size limits
- • Ensure sufficient disk space
- • Try smaller files or use FTP for large files
Permission Denied
- • Check file/folder permissions
- • Ensure correct ownership
- • Contact support if issue persists
Files Not Showing on Website
- • Verify files are in public_html
- • Check file naming (index.html vs Index.html)
- • Clear browser cache
- • Verify file permissions
Best Practices
- • Always backup files before making major changes
- • Use meaningful file and folder names
- • Organize files in logical directory structures
- • Remove unused files to save disk space
