Knowledgebase

Find configuration & troubleshooting guides

Hosting

Deploying Your Website

4 min read
Beginner
Updated Jan 14, 2024
Deploy SFTP Files Launch
  1. Create your hosting space in the dashboard.
  2. Upload files via SFTP or the file manager to the public root (usually public_html).
  3. Set correct permissions (directories 755, files 644 typical).
  4. Add environment config (.env / config.php) with database credentials.
  5. Visit the domain to confirm rendering and trigger SSL.

Errors? Check logs in /logs or enable display errors in a staging environment only.