# Server Crashes

If your game server is experiencing frequent crashes, this guide will help you identify and resolve issues step by step. Follow the instructions in order, and if you need additional assistance, don’t hesitate to contact HidenCloud support through our [Discord](https://discord.gg/sXaa7Z5W5V) or [ticket system](https://dash.hidencloud.com/tickets).

***

## <mark style="color:blue;">Recent Changes?</mark>

If you made a change just before the crashes began, try reverting that change to see if the problem persists.

{% hint style="info" %}
Even simple changes, like adding an invalid character to the server name, can cause unexpected issues.
{% endhint %}

***

## <mark style="color:blue;">Schedule Regular Restarts</mark>

If crashes happen occasionally (e.g., every few days), scheduling regular restarts may help.

1. Go to \[*Configuration*] > \[*Schedules*] in the [HidenCloud panel](https://panel.hidencloud.com/).
2. Set up an automatic restart at intervals suited to your needs.

**Why It Helps**:

* Resolves memory leaks on long-running servers.
* Handles delayed actions on servers with many mods or players.
* Fixes errors in plugins for modded servers.

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

***

## <mark style="color:blue;">Update Your Server</mark>

Ensure that the game hosted on your server is up to date.

1. Check for updates on official platforms, such as the game developers’ Discord or HidenCloud community.
2. Restart your server to apply updates in most cases.
3. For specific games, HidenCloud provides detailed update guides.

***

## <mark style="color:blue;">Update Your Plugins</mark>

If your server uses plugins (e.g., for **Minecraft**, **CS2**, or other modded games), outdated plugins can cause crashes.

1. Identify the plugins installed on your server.
2. Download the latest version of each plugin from its official source.
3. Replace old files with the updated versions and restart your server.

{% hint style="warning" %}
Always back up your server before making significant changes.
{% endhint %}

***

## <mark style="color:blue;">Contact and Support</mark>

If the issue persists after trying all the steps above, reach out to HidenCloud support:

1. [**Discord**](https://discord.com/invite/sXaa7Z5W5V): Join our community for real-time assistance.
2. **Ticket System**: Submit a ticket from the [HidenCloud panel](https://panel.hidencloud.com/) with:
   * A detailed explanation of the issue.
   * Steps you’ve already attempted.

Our team will work with you to resolve the problem and restore your server as quickly as possible.

***

With these solutions, you should be able to address most server crash issues. If you have further questions or need advanced support, remember that we’re here to help!


---

# Agent Instructions: 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.hidencloud.com/hidencloud-panel/server-crashes.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.
