> For the complete documentation index, see [llms.txt](https://docs.ssz.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ssz.gg/troubleshooting/common-fixes/fix-system-clock.md).

# Fix Your System Clock

*Loaders verify your license against their servers, and that check fails if your Windows clock is out of sync — even by a small amount. The errors this causes almost never mention time, which makes it easy to miss.*

{% hint style="info" %}
**Fix your clock if:**

* The loader **closes immediately** without showing any error
* Login fails with a **generic "Error"** and no details
* Authentication fails even though your **license key / credentials are correct**
  {% endhint %}

{% stepper %}
{% step %}

### Open Date & Time Settings

1. Right-click the **clock** in your taskbar
2. Select **Adjust date/time**
   {% endstep %}

{% step %}

### Sync Your Clock

1. Make sure **Set time automatically** is turned **On**
2. Make sure **Set time zone automatically** is turned **On** (or your time zone is correct)
3. Click **Sync now**
4. Verify the displayed time is correct and the sync reports success
   {% endstep %}

{% step %}

### Restart the Loader

1. Close the loader **completely**
2. Open it again and log in
   {% endstep %}

{% step %}

### Still Failing? Restart Your PC

If the loader still won't authenticate after syncing, restart your computer and try once more.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Clock keeps drifting back?** Your motherboard's CMOS battery may be dying — the clock resets every shutdown. Replace the battery, or re-sync before each session. If authentication still fails with a correct clock, create a ticket in our [Discord](https://ssz.gg/discord).
{% endhint %}


---

# 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:

```
GET https://docs.ssz.gg/troubleshooting/common-fixes/fix-system-clock.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
