Introduction
Managing your website files is one of the most essential tasks when it comes to web hosting. With cPanel’s File Manager, you can upload, edit, move, organize, and delete your site’s files — all without needing an FTP client or advanced technical knowledge.
Whether you’re updating your website content, editing code, or adding new media, cPanel makes file management fast and easy through a browser-based interface.
How to Access File Manager in cPanel
-
Log in to your cPanel account
-
Scroll down to the "Files" section
-
Click on File Manager
This will open a new window showing the directory structure of your hosting account.
Common File Manager Actions
Upload Files
-
Navigate to the desired folder (usually
public_html
) -
Click the Upload button from the top menu
-
Select your file(s) from your computer
-
The upload progress will be shown; once complete, return to File Manager
Edit Files
-
Right-click on any file and choose:
-
Edit (for plain text or code files)
-
HTML Editor (for WYSIWYG editing of HTML pages)
-
-
Make changes and click Save Changes
Extract & Compress
-
To save space or create downloadable ZIPs:
-
Select multiple files/folders → Right-click → Compress
-
To unpack a ZIP: Right-click → Extract
-
Move or Copy Files
-
Select one or more files/folders
-
Click the Move or Copy button
-
Enter the destination directory path and confirm
️ Delete Files
-
Right-click on any file or folder → Delete
-
Deleted files are sent to the Trash (unless you choose "Skip the Trash")
⚠️ Important Folders to Know
-
public_html
– Your main website directory (files here are publicly visible) -
cgi-bin
– Folder for running CGI scripts (advanced use) -
logs
,tmp
– Contain access and error logs (do not delete)
File Permissions
You can set or change permissions on files:
-
Right-click the file → Change Permissions
-
Use the checkboxes to set read/write/execute permissions (e.g., 755 or 644)
Tips
-
Always backup your files before editing or deleting
-
Keep file names lowercase and avoid spaces/special characters
-
Use folders to keep your site organized
✅ Conclusion
The File Manager in cPanel is a powerful yet simple tool that gives you complete control over your website files directly from your browser. With just a few clicks, you can perform tasks that would otherwise require an FTP client or technical commands.