Knowledgebase

Using Your Hosting Control Panel — Daily Tasks Print

  • 0

Everything below is done from your hosting control panel (login via Services → My Products → Login to Control Panel).

Files & websites

  • File Manager — upload, edit, extract zips directly in the browser. Website files live in public_html.
  • FTP accounts — create per-developer FTP users; never share your main password.
  • Subdomains / Addon domains — host blog.yourdomain.com or a second website on the same plan.

Databases

  • Create a database + user, assign ALL PRIVILEGES, then use those credentials in your app config.
  • phpMyAdmin for imports/exports; large imports are easier as .sql.gz.

Email

  • Create mailboxes, set quotas, and use the built-in webmail.
  • Forwarders and autoresponders are under Email section — useful for sales@ → team routing.

Security & maintenance

  • SSL/TLS Status — check AutoSSL, run it manually after DNS changes.
  • Cron Jobs — schedule scripts (e.g. WordPress wp-cron, cleanup tasks).
  • Backups — download full backups before major changes; pair with our CodeGuard service for automated daily backups.
  • Resource usage — watch CPU/memory graphs; sustained 100% means it is time to upgrade or optimise.

Was this answer helpful?
Back