Skip to main content
Cronjobs run a command on a schedule on your Grid Hosting account. Jobs run as the main user shown under Account Information on the dashboard (for example c1234567). The schedule is UTC. The shortest interval is once per minute. The job’s PATH includes /usr/local/bin, so composer and wp (WP-CLI) are available without a full path. You can also call a versioned PHP binary, such as php84. Cron does not email you the output. stdout and stderr are not discarded unless you redirect them. Handle output yourself, for example append to a log file or send it to /dev/null.
If you only need to hit a URL on a timer, use URL Scheduler instead of a full cron command.

Add a cronjob

1

Log in

Log in to your hosting panel at hosting-panel.net.
2

Open Cronjobs

Go to ToolsCronjobs.Each row shows Cron Expression, Next Run, and Command. You can Edit or Delete a job.
Cronjobs overview with expression, next run, command, Edit, Delete, and Add new cronjob
3

Add new cronjob

Click Add new cronjob.
4

Set the schedule

Choose a Predefined Cron Expression, or type your own in Cron Expression, such as * * * * *. Picking a predefined option fills the expression field.Predefined options include:
  • Once Per Minute
  • Once Per 5 Minutes
  • Once Per 15 Minutes
  • Once Per 30 Minutes
  • Once Per Hour
  • Twice Per Day
  • Once Per Day
  • Once Per Week
  • On the 1st and 15th of the Month
  • Once Per Month
  • Yearly
Cronjob predefined expression dropdown from once per minute through once per month
5

Set the command

Enter the Command. The form shows an example using your account path, such as php84 /home/c1234567/domains/example.com/wp-cron.php.Redirect stdout and stderr if you do not want them to accumulate.
Add new Cronjob form with predefined expression, cron expression field, command, and Add cronjob
6

Save

Click Add cronjob. The job runs on the UTC schedule you set. Suspended accounts do not run cronjobs until the account is unsuspended.
The Cronjobs list is paginated when you have many jobs.
Last modified on September 7, 2026