You can easily create Scheduled Tasks via the PloxHost Panel.

Select "Schedules" from the sidebar. Then click "Create Schedule"
c02921b6b3cf67024d35b4ec6250db4a599f83786c8a31f7b85141cb4f761f544b8828015b4e83aa?t=0c259942788acf8519988ab4545ebf70

Enter the name of your schedule

The second info box is the crontab syntax.  You can find basic crontab syntax via this link: https://crontab.guru/examples.html

For example, if you wanted a cron to run every 10 minutes. This would be the crontab syntax:
*/10 * * * * (Spaces mean put it into the next box)
3adfadc69de1c0f831b1a9b1e3fc6438fef3738f93459ec86406862320ce7208c2a058882f2fae6a?t=d8e66cef3b09555f9cb62a95ba62b6ff


Once you have finalized your options. Click create.

You can the view the scheduled task. Click on it to configure the actions
9f6104547715ccd75642e35d23d828068f26569bd7d7401d745d05f3d679331718e4425448829820?t=dadf7f27e8e979cd2e91cb13d52f9bdf


Click "Add Task"
d98b7988f68c179ab5acb9753943aca24bb07d73b0706dae3459f10dde9af3639339c24f08e70e25?t=59524eaa065b65695d2e06d0a9007d73

64228bb54fd7826e076e3233b28412d76a3d0bad9a512874a514e42a06726079c4e336cfac81cba9?t=0ee4e7268452fa1ba89942c71299122a

Select the action, and paylod if need be. The payload would be the command to run in this case.

Once you have configured the rest, click "Create task".


Your schedule is now set.