# Nodes

{% hint style="info" %}
Nodes, which are Hetzner servers, are dynamically purchased and deleted to save resources. Since these servers are billed hourly by Hetzner, we have implemented a 'blocking system.' This means that servers, when no longer in use, are blocked. They are excluded from the system, and no further Minecraft servers are launched on them. However, if there is insufficient performance, they are released again. At the end of each hour, all no longer needed servers are removed from your account.
{% endhint %}

### Node Lock System

{% hint style="info" %}
You have the option to lock nodes. This means they will not be deleted as long as the master instance is active. If the master instance is stopped, these servers will also be deleted, as an active connection between the node and master is no longer maintained for security reasons.
{% endhint %}

### However, what exactly is the lock system now?

The purpose behind this system is that many plugins or similar products depend on a Hardware ID or an IP address. Therefore, these servers can be locked to prevent deletion or replacement.

### And how do I lock a node?

Quite simple! In the [Wale Cloud Dashboard](https://walecloud.com/dashboard), go to the "Nodes" tab. At the end of each row, there is a "Lock" or "Unlock" button. You can use this to lock or unlock the node.


---

# 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.walecloud.com/wale-documentation/nodes.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.
