The cPanel File Manager is a full file browser right in your control panel — upload, edit, move, compress and set permissions without ever opening an FTP client. It’s one of the tools you’ll return to constantly, so learning it well pays off. Here’s how to get the most from it.
Getting oriented
Open File Manager under the Files section. Your website’s public files live in public_html — that’s the folder visitors reach when they load your domain. Files outside it (like mail and your home directory) aren’t web-accessible, which is exactly where you’d keep things you don’t want served to the public.
Show hidden files first
Many important files — like .htaccess and WordPress’s wp-config.php backups — start with a dot and are hidden by default. Click Settings in the top-right and tick Show Hidden Files. Do this early; you’ll often need those hidden files when troubleshooting.
Uploading and downloading
The Upload button lets you send files from your computer to the current folder — drag and drop works too. Download pulls a file back to your computer. For large uploads, this is often more reliable than a browser-based app upload.
Editing files directly
Right-click any text file and choose Edit (or Code Edit for syntax highlighting) to make changes without downloading. This is perfect for quick edits to .htaccess, wp-config.php or a stylesheet. Always keep a copy of the original before editing config files, in case you need to undo.
Compressing and extracting
Select multiple files and use Compress to bundle them into a zip — handy for downloading a whole site or folder at once. The Extract option unpacks an archive you’ve uploaded, which is far faster than uploading thousands of individual files.
Setting permissions
Right-click a file and choose Change Permissions to set who can read, write and execute it. Standard safe values are 755 for folders and 644 for files. Never set anything to 777 — it’s a security risk.
The trick with copying and moving
Select a file and use Copy or Move, then type the destination path. This is quicker than dragging for deep folder structures. Renaming a folder (like plugins to plugins-off) is a common troubleshooting move you’ll use often.
Once you’re comfortable here, you rarely need an FTP client at all. If you ever accidentally edit or delete something important, don’t panic — restore it from a backup, and if you’re stuck, we’re here to help.