Skip to content

Schedules

You can set up schedules to restart your server, send commands, or do game-specific tasks such as wiping Rust servers.

Game Host Bros Schedules

  1. Load the Game Host Bros Panel and select your server.
  2. In the left-hand menu, click Configuration > Schedules.
  3. Click the Create button.
  4. Give your schedule a name, in this example we will use “Restart” as the name.
  5. Put in the time you want the server to perform the action in cron format. Templates are below.
  6. It will now say AT 10:00, Next run at November 29, 2023 @ 6:00 PM. That means at 6:00PM your time the schedule will run.
  7. Click Submit and then Create Task on the top right and select the type of Task you want to perform. Example: we use power action, and restart.

If you have multiple tasks you want to run, for example you want to run a save command then then restart the server, you can use the Time Offset function. This is measured in seconds and its the delay from when your last task was run.

Here is a video we’ve made for schedules. While the Game Panel looks slightly different, the functionality is the same.

Play

Here is a list of popular times in cron format to help you set up restart schedules effectively.

Timezone-Specific Schedules

Use the following cron entries to set restart schedules for specific server locations at 4am, based on their time zones:

LocationTime ZoneCrontab Entry
SingaporeUTC+80 20 * *
SydneyUTC+100 18 * *
Los AngelesUTC-80 12 * *
DallasUTC-60 10 * *
AshburnUTC-50 9 * *
LondonUTC±00 4 * *
FrankfurtUTC+10 3 * *

Common Crontab Entries

DescriptionCrontab Entry
Every 1 hour0 * * *
Every 2 hours0 */2 * *
Every 4 hours0 */4 * *
Every day0 0 * *