Get your website live by uploading files through File Manager or FTP.
1. Using File Manager in cPanel:
- Log in to cPanel through your client portal.
- Navigate to the File Manager section under the Files category.
- Open the public_html directory (this is your root folder for your website files).
- Click Upload in the top menu.
- Select the files from your computer and upload them.
- Once uploaded, ensure your main file (e.g.,
index.htmlorindex.php) is in the public_html folder.
2. Using FTP:
To upload files via FTP, follow these steps:
- Install an FTP client (e.g., FileZilla).
- Configure your FTP client with the following details:
- Host:
ftp.yourdomain.comor your hosting IP address. - Username: Your cPanel username.
- Password: Your cPanel password.
- Port: 21 (standard FTP port).
- Host:
- Connect to your server.
- Navigate to the public_html folder in the remote directory.
- Upload your files from your local directory to the public_html folder.