The Enhance File Manager lets you manage your website’s files directly from your browser — no FTP client needed.
Accessing the File Manager
- Log in to your Enhance control panel.
- Select the website you want to manage.
- In the left sidebar, click File Manager.
The File Manager opens showing your website’s document root, where your site files live.
What you can do
- Upload files — drag and drop files or use the upload button. You can upload archives (zip) and extract them on the server.
- Create files and folders — use the New button to create empty files or directories.
- Edit files — open text files (HTML, PHP, CSS, JS, .htaccess, etc.) in the built-in editor and save changes directly.
- Move, copy, rename, and delete — standard file operations on single files or selections.
- Extract and compress — unzip uploaded archives, or compress folders for download.
- Change permissions — set file and folder permissions when an application requires it.
For a typical website, directories should have permissions 755 and files 644. Avoid setting anything to 777 — it’s a security risk.
Uploading a website
To upload an existing site:
- Compress your site files into a .zip archive locally.
- In the File Manager, navigate to the document root.
- Upload the zip file.
- Right-click the archive and choose Extract.
- Ensure your site’s index file (index.html or index.php) sits directly in the document root.
When to use FTP instead
For very large uploads or automated deployments, an FTP/SFTP connection can be more reliable than browser uploads. See Managing FTP accounts in Enhance for how to set this up.