> For the complete documentation index, see [llms.txt](https://commanderhelp.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://commanderhelp.verifone.com/customer-documentation/petro-and-c-store/commander-central/commander-central-user-guide/site-configuration/system-settings.md).

# System Settings

### NTP Settings

Controls core operational configurations, including time synchronization through an NTP (Network Time Protocol) server. The System Settings section is located at Verifone Commander Central > Configuration > Site Management > (Site) > System Settings.

#### NTP Server

The NTP server ensures the device maintains accurate, consistent time for transactions, logging, and network communication.

<figure><img src="/files/tKALSZooW9JH7j958oY2" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="218" valign="top">Field/Button</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">NTP Enabled</td><td valign="top">Turns on automatic time synchronization using a Network Time Protocol server.</td></tr><tr><td valign="top">NTP Disabled</td><td valign="top">Stops the device from syncing its clock with an NTP server.</td></tr><tr><td valign="top">NTP Server Address</td><td valign="top">Specifies the server the system contacts to obtain accurate time.</td></tr><tr><td valign="top">Discard</td><td valign="top">Remove any changes made to this form.</td></tr><tr><td valign="top">Apply Changes</td><td valign="top">Save all changes made to this form.</td></tr></tbody></table>

### Reboot Commander

{% hint style="warning" %}
Rebooting the Commander Site Controller will interrupt all active fuel and payment transactions at the site. Coordinate with site staff before initiating a remote reboot and confirm no customers are actively fueling or processing payments.
{% endhint %}

The Reboot Commander command allows authorized users to remotely reboot the Verifone Commander Site Controller at a site. This is typically used during maintenance or when the Verifone Commander Site Controller requires a restart to apply configuration changes.

Navigation: Verifone Commander Central > Site Management > (Select Site) > System Settings > Reboot Commander.

<figure><img src="/files/YoHJ7tEgSfcQDwf2OZEt" alt=""><figcaption></figcaption></figure>

To reboot the Verifone Commander Site Controller:

{% stepper %}
{% step %}
**Navigate**

Navigate to System Settings > Reboot Commander.
{% endstep %}

{% step %}
**Check Site**

Make sure the site is idle before you continue. Confirm that no transactions are currently in progress at the site.
{% endstep %}

{% step %}
**Select**

Start the Reboot Commander.
{% endstep %}

{% step %}
**Review Prompt**

Review the confirmation prompt carefully:

“Rebooting the Commander will take fuel and payments offline during the reboot period. Please ensure there are no transactions currently in progress prior to rebooting the Commander, as these transactions may not be completed as a result of the reboot. Are you sure you want to reboot the Commander?”
{% endstep %}

{% step %}
**Confirm**

Select Confirm to proceed, or Cancel to abort.
{% endstep %}

{% step %}
**Track Status**

Monitor the reboot until the Commander Site Controller is back online. The command status updates to ACCEPTED, then IN\_PROGRESS. The Verifone Commander Site Controller will reboot and come back online automatically. Monitor the status indicator to confirm the Verifone Commander Site Controller is back online after the reboot.
{% endstep %}
{% endstepper %}

<table><thead><tr><th width="214" valign="top">Field / Button</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Reboot Commander</td><td valign="top">Sends a reboot command to the Commander Site Controller at the site. A confirmation prompt is displayed before the command is submitted. Fuel and payment operations will be offline during the reboot.</td></tr><tr><td valign="top">Commander Site Controller Status</td><td valign="top">Indicates whether the Commander Site Controller is currently online or offline. If the Commander Site Controller is offline, Commander Central will display: 'Commander is offline. Please check its connectivity with Commander Central.'</td></tr><tr><td valign="top">Last Command Status</td><td valign="top">Displays the status and timestamp of the most recently submitted Reboot Commander command.</td></tr><tr><td valign="top">Description</td><td valign="top">Displays a description or error detail for the last command execution.</td></tr><tr><td valign="top">Resend</td><td valign="top">Resends the Reboot Commander command. Available when status is FAILED or RETRY_RE-QUIRED.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://commanderhelp.verifone.com/customer-documentation/petro-and-c-store/commander-central/commander-central-user-guide/site-configuration/system-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
