Cron jobs allow you to run scripts automatically at scheduled times.
Common Uses
- Running backups
- Sending scheduled emails
- Automating tasks
Step 1: Log in to SiteWorx
https://www.domain.com:2443/siteworx
Step 2: Go to Cron Jobs
Navigate to Hosting Features → Cron Jobs.
Image Placeholder: Cron Jobs section in SiteWorx.
Step 3: Create New Cron Job
- Set schedule (e.g. every hour, daily)
- Enter command or script path
Example
php /home/username/html/script.php
Step 4: Save
Important
- Incorrect cron jobs can cause errors
- Use correct file paths
- Ask support if unsure