Documentation Index
Fetch the complete documentation index at: https://knowledgebase.newyorkcityservers.com/llms.txt
Use this file to discover all available pages before exploring further.
In this guide we will cover the steps to setup automatic reboots of your VPS using Windows Task Scheduler.
Step By Step Guide
Open Task Scheduler
Click on the Windows icon at the bottom left of the screen, and open the Task Scheduler program.Click Create Task
On the right side column, locate and click on “Create Task”.Enter Task Name
Enter a name for your task (you may enter anything).Add New Trigger
Click the Triggers tab, and then click “New”.Configure Trigger
Configure when the scheduled reboot should run. Select Weekly, and then choose the day of the week.We recommend selecting Saturday to ensure that your VPS is rebooted while the market is closed. You may also set a specific time by adjusting the “time” in the “start” field.
Create New Action
Click the Actions tab and click “New”.Configure Action
Ensure that “Action” is set to “Start a program”.
- In the Program/script box, enter:
Shutdown
- In the Add arguments box, enter:
/r
Click OK to save. Your automatic scheduled reboot is now configured. The VPS will reboot each Saturday at the designated time entered in Step 5.
After setting up automatic reboots, you can also configure your platforms to automatically start after each reboot. With this setup your VPS can:
- Reboot itself each weekend
- Automatically start your platforms and software as soon as the reboot completes
See the Configure VPS Monitor & Auto Startup guide to set this up.