---
title: How to Set Up Automated Restarts on a Palworld Server
description: Learn how to schedule automatic restarts for your Palworld server, send restart warnings to players, save the world before rebooting, and improve long-term server stability.
source: "https://nodecraft.com/support/games/palworld/setup/how-to-set-up-automated-restarts-on-a-palworld-server"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvNGZmMDcwNGFhZC9wYWx3b3JsZC1sYW5kaW5nLTEtMC0wLnBuZy9tLyJ9LHsibmFtZSI6ImdhbWVfbG9nbyIsImltYWdlX3VybCI6Imh0dHBzOi8vY21zLWEubm9kZWNyYWZ0LmNvbS9mLzEzMzkzMi82MDB4MzI1LzRiYzk5NDJjYzgvbG9nby5wbmcvbS8ifSx7Im5hbWUiOiJjdGFfdGV4dCIsInRleHQiOiJDcmVhdGUgeW91ciBvd24gc2VydmVyISJ9LHsibmFtZSI6InRleHQiLCJ0ZXh0IjoiSG93IHRvIFNldCBVcCBBdXRvbWF0ZWQgUmVzdGFydHMgb24gYSBQYWx3b3JsZCBTZXJ2ZXIifV0&s=133881918799a1f173acff3caf8ae30adfb547658ccc614eb2609a7575ac2487"
published: "2026-07-12T02:35:04.761Z"
updated: "2026-07-12T02:35:04.761Z"
---

# How to Set Up Automated Restarts on a Palworld Server

Learn how to schedule automatic restarts for your Palworld server, send restart warnings to players, save the world before rebooting, and improve long-term server stability.

Palworld servers can stay active for a long time. Bases keep working, players keep exploring, and someone is always convinced that one more dungeon run will only take five minutes.

Automated restarts give the server a fresh start without requiring you to sit beside the control panel waiting for the right moment. Nodecraft’s Automated Tasks can warn connected players, save the world, and restart the server in one organized sequence.

This guide covers how to schedule automatic restarts for your Palworld server with a six-minute warning.

## Can Palworld Send Automated Restart Warnings?

Palworld includes commands for broadcasting messages to connected players and saving the current world data. When entering these commands through an automated task, leave off the leading slash. Use the **broadcast** command to send a restart warning. For example:

**broadcast Automated server restart in 6 minutes.**

Use the **save** command to save the world. The automated task runs each job from top to bottom, allowing you to combine broadcast messages, wait timers, a world save, and the final restart.

## How Often Should You Restart a Palworld Server?

A daily restart during a quiet period is a good starting point for most Palworld servers. Busy or heavily modded servers may benefit from restarting every 6 or 12 hours. Avoid scheduling restarts too frequently unless you are actively troubleshooting performance problems. Players tend to get a little grumpy when their adventures are interrupted every other hour.

## Creating the Automated Restart Task

1. Navigate to your Nodecraft dashboard.
2. Locate your Palworld server and click **Panel**.
3. Stop the server.
4. Click Automated Tasks in the menu on the left.
5. Click **Create New Task**.
6. Enter a recognizable name, such as **Palworld Automated Restart**.

### Using Schedule Task

Select **Schedule Task** when you want the restart to happen at specific times on selected days.

1. Select **Schedule Task**.
2. Choose the days when the task should run.
3. Set the time when the warning sequence should begin.
4. Confirm that the correct timezone is selected.

This setup includes six minutes of warnings and wait time. Schedule the task six minutes before the time you want the server to restart.

For example, schedule the task for 5:54 a.m. if you want the restart to happen at approximately 6:00 a.m.

### Using Task Timer

Select **Task Timer** when you want the restart sequence to repeat after a set number of hours.

Enter the number of hours and minutes between each run. For a single restart each day, **Schedule Task** is usually the easier option. Use **Task Timer** for servers that need several restarts throughout the day.

## Adding the Restart Jobs

Jobs run from top to bottom. Click **Add Job** to add each part of the restart sequence.

### Add the Six-Minute Warning

1. Select **Run command**.
2. Enter the command **broadcast Automated server restart in 6 minutes.**

### Add a Five-Minute Wait

1. Click **Add Job**.
2. Select **Pause/wait timer**.
3. Set **Minutes to wait** to **5**.

### Add the One-Minute Warning

1. Click **Add Job**.
2. Select **Run command**.
3. Enter the command **broadcast Automated server restart in 1 minute.**

### Add a One-Minute Wait

1. Click **Add Job**.
2. Select **Pause/wait timer**.
3. Set **Minutes to wait** to **1**.

### Save the Palworld World

1. Click **Add Job**.
2. Select **Run command**.
3. Enter the command **save**

This saves the current world data immediately before the restart.

### Restart the Server

1. Click **Add Job**.
2. Select **Restart server**.
3. Confirm that the jobs appear in the following order:

- **Run command:** **broadcast Automated server restart in 6 minutes.**
- **Pause/wait timer:** **5 minutes**
- **Run command:** **broadcast Automated server restart in 1 minute.**
- **Pause/wait timer:** **1 minute**
- **Run command:** **save**
- **Restart server**

## Saving the Automated Task

1. Click **Save Task**.
2. Return to the main Automated Tasks page.
3. Confirm that the task is enabled.
4. Start the server.

The restart sequence will now begin automatically at the selected time or interval.

## Testing the Automated Restart

Test the task once before relying on it permanently.

1. Change the scheduled start time to a few minutes ahead of the current time.
2. Start the Palworld server.
3. Connect to the server.
4. Confirm that the six-minute warning appears.
5. Wait for the one-minute warning.
6. Allow the server to save and restart.
7. Reconnect and confirm that the world loaded correctly.
8. Change the task back to its intended schedule.

Testing the task helps confirm that the broadcast commands work and that the restart happens at the expected time.

## Palworld Restart Messages Are Not Appearing

Check the command formatting if connected players do not receive the warning messages.

Enter the commands without a leading slash:

**broadcast Automated server restart in 6 minutes.**

**broadcast Automated server restart in 1 minute.**

The server must also be online when the command runs. A stopped server cannot send a warning to connected players, mostly because there are no connected players left to warn.

You can also test the broadcast command manually through the server console before running the complete task.

## The Palworld Server Restarts at the Wrong Time

The selected schedule controls when the first job begins.

Because this setup includes a five-minute wait followed by another one-minute wait, the server restarts approximately six minutes after the task starts.

Confirm that the timezone shown beneath the schedule also matches your intended location.

## Temporarily Disabling Automated Restarts

Disable the task before performing updates, editing server files, or completing other maintenance.

This prevents the server from restarting in the middle of your work. Re-enable the task after maintenance is complete, unless you enjoy discovering that the server restarted at the single worst possible moment.

## Conclusion

Automated Palworld server restarts handle the entire process without requiring someone to sit beside the control panel with a stopwatch.

Players receive a six-minute warning, another message when only one-minute remains, and the world is saved before the restart begins. Once the task is tested and scheduled, it can quietly handle routine maintenance while everyone gets back to catching Pals and pretending their base organization makes sense.
