Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.13 KB

TASKSCHEDULER.md

File metadata and controls

21 lines (19 loc) · 1.13 KB

Overview

Task scheduler is of course a very handy tool for automating actions when conditions are met.
Here's some things you can achieve using Task Scheduler to launch PalworldServerTools.

Launch Server on boot and restart at midnight

This tells the script to launch. The absence of the parameter "-noupdate" means it will also check for updates and install on launch (if there are any available). Example setup below:

  1. General
    image
  2. Triggers
    image
  3. Actions
    image
  4. Conditions
    Default settings.
  5. Settings
    image

Backup Server

Setup Task Scheduler with another task to run the script with the parameter -backup. Recommend setting this up to run every hour.