Publishing your website on Ceyora shared hosting is straightforward. All files that should be visible on the internet must be placed inside the public_html directory of your hosting account.
Method 1 — cPanel File Manager (easiest)
- Log in to cPanel from the client portal or your welcome email
- Open File Manager
- Navigate to
public_html(or the folder for your addon domain) - Click Upload and select your website files
- If uploading a ZIP archive, extract it inside
public_html - Visit your domain in a browser to confirm the site loads
Method 2 — FTP (for developers)
- In cPanel, go to FTP Accounts and create an FTP user
- Use an FTP client such as FileZilla
- Connect with your domain (or server IP), FTP username, and password
- Port: 21 for FTP, or 22 for SFTP if enabled on your plan
- Upload files to
public_html
Important tips
- Your homepage file should be named
index.htmlorindex.php - File and folder permissions are usually 644 for files and 755 for folders
- Large uploads may fail on slow connections — use FTP for big projects