File management without additional software
The File Manager is a powerful tool that allows you to manage your website files directly within cPanel. In many cases, it replaces a separate FTP program and enables quick changes, uploads, or backups directly in your web browser.
The heart of it: The public_html folder
This is the web root directory for your primary domain. All files that visitors should see when they access your domain (e.g., index.php) must be uploaded to this folder.
Overview of common tasks
Use the "Upload" button in the toolbar. You can conveniently drag & drop files from your computer into the upload window.
In the top right, you can search specifically for filenames – either in the entire account or only in the current folder.
Editing & modifying files
Select a file and choose the desired action from the toolbar or via right-click:
| Function | Application |
|---|---|
| Edit / Code Editor | Change text or programming code directly in the browser (includes syntax highlighting). |
| Compress / Extract | Create .zip archives for backups or unpack uploaded CMS packages. |
| Permissions | Change read and write permissions (CHMOD), e.g., to 755 or 644. |
Trash & Safety
When you delete files, they end up in the system-wide Trash by default (under /home/user/.trash). They remain stored there for 90 days before being permanently removed. This allows you to recover accidentally deleted data at any time using the "Restore" button.
Careful with Git repositories
If a folder contains a Git repository, please do not manually edit files there in the File Manager. This can damage the version control. Use the Git interface in cPanel instead.Pro Tip: Hidden files (e.g., .htaccess)
Many important configuration files start with a dot (e.g., .htaccess) and are hidden by default. Here is how to make them visible:
- Click Settings in the top right corner of the File Manager.
- Check the box "Show Hidden Files (dotfiles)".
- Click Save.
Uploaded a very large file that won't open in the browser?
You should download files over 1 MB for editing or ask CURIAWEB support for advice!