Version Management & Scheduled Restarts

Control Panel
26 May 2026 · By Josh P
Version Management & Scheduled Restarts

The Server panel in Settings covers two things: managing your Minecraft version and software type, and configuring a daily automatic restart.


Version & Modpack

The top of the Server panel shows your current server setup and lets you change it.

Current version

Three read-only fields show what your server is running right now:

FieldDescription
Server VersionThe Minecraft version (e.g. 26.1.2)
Server TypeThe server software (e.g. PaperMC, Forge, Fabric)
JDKThe Java version in use - set automatically based on your Minecraft version

Changing the version

Use the version selector dropdown to pick a new Minecraft version and type. Versions are grouped by type (Vanilla, PaperMC, Forge, Fabric, NeoForge). Then click Change Version to apply.

Changing versions can affect your world. Downgrades and cross-platform changes (e.g. Vanilla to Forge) carry risk. See Changing Your Minecraft Version for full guidance.

Installing a modpack

Click Select ModPack to search for and install a modpack. The modloader is set automatically based on the pack you choose.

See Installing a Modpack for full instructions.

Version Change


RAM Optimizations

The Ram Optimizations checkbox applies JVM garbage collection tuning flags to reduce lag spikes. Recommended for Vanilla and PaperMC servers; should be disabled on modded servers (Forge, Fabric, NeoForge) as it can conflict with mod memory management.

See RAM Optimizations for a full explanation.


Scheduled Restart

The Scheduled Restart section automatically restarts your server at a set time each day - useful for clearing accumulated memory, applying settings that require a restart, and giving your server a regular maintenance window.

Enabling a scheduled restart

  1. Toggle Enable scheduled daily restart on
  2. Set your preferred time and options (see below)
  3. Click Save Schedule

Options

FieldDescription
HourHour of day to restart (0–23) in the selected timezone
MinuteMinute within the hour, in 15-minute intervals: :00, :15, :30, or :45
TimezoneThe timezone the hour/minute is relative to - choose your local timezone so the restart happens when you expect
Stop timeoutSeconds to wait for a graceful shutdown before force-killing the process. Default is 60 seconds. Increase this for large worlds or servers with many plugins that take longer to save.

How it works

At the scheduled time:

  1. The system sends the stop command - triggering a graceful world save
  2. It waits up to the stop timeout for the server to shut down
  3. If the server hasn't stopped by the timeout, the process is force-killed
  4. The server restarts automatically

Players are disconnected during the restart. The server is typically back online within 1–2 minutes.

Recommended times

Use caseSuggested time
Active daytime server3:00–5:00 AM local time (lowest player activity)
Modded serverEvery night - modded servers benefit more from regular restarts
Event serverA specific off-peak window between events

Disabling

Toggle Enable scheduled daily restart off and click Save Schedule.

Schedule Restarts


Server Properties | Next: Danger Zone →

Related Guides