Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It's time to change your HostBill's password. Click on My Account within the HostBill administrative control panel located at the top right and edit your admin settings. Choose a strong password, then click Save.And to

Automation / cron setup

...

To finalize setup, you'll need a properly functioning cron job. Create two cron jobs:

Pointing to the /admin/cron.php file set to run every 5 minutes.

Code Block
languagetext
*/5 * * * * php -q /path/to/hb/admin/cron.php

Pointing to queue.php to run every minute.

...

languagetext

...

Refer to Automation/cron setup article


You're now ready to start using HostBill. Refer to the security guidelines for further enhancements.

...