Creating a time based schedule

To create a schedule that runs at a specific time first click the create button, then name it and create a trigger. If we want to start the server at 12pm for example we'd do the following. 0 0 12 * * * Starts the server at 12pm exactly. It's important we set the second and minute to 0. 

image.png

Next we need to add our action, in this example we want to start the serverimage.png

Click "Create First Step"

image.png

Change the action type to "Send Power Signal" and the power action to "Start", click create and that's it for your start action.
Next create a new schedule to stop the server. In this example we're stopping the server at 3pm

image.png

after that add the same new action to stop the server and you're all set

 


Revision #3
Created 2026-01-29 01:49:47 UTC by Brandon Fagan
Updated 2026-05-09 17:25:23 UTC by Brandon Fagan