> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/add-a-server-icon.md).

# Add a server icon

Changing your Minecraft server icon is an excellent way to update your server's appearance quickly and easily. It's really easy to add an icon to your server.&#x20;

## Preparing the icon

You must follow three simple rules when preparing your icon.&#x20;

Use a tool like [Simple Image Resizer](https://www.simpleimageresizer.com/) to change your image size to 64x64 pixels.

Rename the file to `server-icon` and ensure the file type is PNG.

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

{% hint style="info" %}
We recommend using a simple icon that's high contrast, so that the colours properly display and stand out against Minecraft's server list background.
{% endhint %}

## Uploading the icon

Head over to the [Game Panel](https://game.lodestone.host) and select "File Manager" on the sidebar menu.

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

You can now click "Upload" and select the image from your local files.

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

Once it's uploaded, restart your server for the icon to display in-game.


---

# 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://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/add-a-server-icon.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.
