The File Manager in your hosting control panel allows you to upload and manage your website files directly from your browser — no FTP software required.
Whether you're launching a new site, updating content, or replacing old files, this guide will walk you through it.
🔐 First: Access Your Hosting Control Panel
If you’re not already logged in to the control panel, follow this quick guide:
👉 How to Access Your Web Hosting Control Panel
Once you're in, continue below.
📁 Step 1: Open the File Manager
-
In the control panel dashboard, look for File Manager
-
Click it to launch the browser-based file management tool
🌐 Step 2: Navigate to Your Website’s Directory
For your main website, open the following folder:
/domains/yourdomain.com/public_html/
This is your website’s root directory — files placed here will load when someone visits your domain.
If you’re uploading files for a subdomain, look for a separate folder under /domains/
with the subdomain's name.
⬆️ Step 3: Upload Files
-
While inside the correct folder, click the Upload button (usually at the top of the page)
-
Select your files or drag them in from your computer
-
Wait for the upload to complete — files will appear in the directory
Tip: If you’re uploading a full website folder, consider compressing it to a .zip
first. You can upload the zip file and extract it directly in the File Manager.
🏠 Step 4: Set the Homepage File
Make sure your homepage file is named either:
-
index.html
-
or
index.php
This tells the web server what to load when someone visits your site.
🛠 Optional Tools in File Manager
-
Create folders for organisation
-
Edit files using the built-in code editor
-
Extract ZIP files to upload multiple files at once
-
Rename or delete files as needed
-
Check permissions (folders: 755, files: 644)