> For the complete documentation index, see [llms.txt](https://kennisbank.mynode.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kennisbank.mynode.nl/minecraft/hoe-stel-ik-een-server-icon-in.md).

# Hoe stel ik een server icon in?

{% hint style="warning" %}
Om een server-icoon in te stellen, heb je een PNG-afbeelding nodig met een grootte van 64x64 pixels. Als je geen afbeelding hebt met deze grootte, klik dan [hier](https://genfavicon.com/) en volg de stappen op de website.
{% endhint %}

1\) Ga naar ons [gamepaneel](https://game.mynode.nl) en selecteer de server waarvan je de versie wilt wijzigen.

<figure><img src="https://www.mynode.nl/assets/img/kennisbank/minecraft/select_server.png" alt=""><figcaption></figcaption></figure>

2\) Ga naar de header en klik op de knop `Files`. Upload vervolgens het bestand en wijzig de naam naar "server-icon.png".

<figure><img src="https://www.mynode.nl/assets/img/kennisbank/minecraft/icon/rename_file.png" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Herstart nu de server en als alles goed is gegaan, zou je het server logo nu moeten zien in de serverlijst van Minecraft.
{% endhint %}

{% hint style="info" %}
Als je er niet uitkomt of hulp nodig hebt, neem dan contact op met onze ondersteuningsafdeling via onze [website](https://mynode.nl/submitticket.php) of stuur een e-mail naar <info@mynode.nl>. Als je op zoek bent naar een snel en simpel antwoord, kun je altijd onze [Discord-server](https://discord.gg/eWtpVqu3WQ) bekijken voor ondersteuning vanuit de community.
{% 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, and the optional `goal` query parameter:

```
GET https://kennisbank.mynode.nl/minecraft/hoe-stel-ik-een-server-icon-in.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.
