A cron job runs a command or script automatically on a schedule.
Create in DirectAdmin #
- Log in to DirectAdmin.
- Open Advanced Features and select Cron Jobs.
- Choose the minute, hour, day, month and weekday.
- Enter the complete command.
- Save the job.
- Check the application's logs after the next run.
Good Practice #
- Use absolute file paths.
- Redirect unnecessary output.
- Avoid running heavy tasks too frequently.
- Protect web-accessible cron scripts.
- Use the PHP binary required by the application.
Frequency #
Important: A poorly configured cron job can overlap with itself or consume excessive server resources.
Terminal and Shared Hosting #
Some Vertico shared hosting packages include Terminal access. Use Terminal only for commands permitted within your hosting account and avoid long-running processes that exceed shared-hosting limits.
Need Help? #
If you still need assistance, open a support ticket through your Vertico client account and include the affected domain or email address, a screenshot of the error, and the approximate time the problem occurred. Never send passwords by email or support ticket.
