> For the complete documentation index, see [llms.txt](https://docs.ember.host/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ember.host/server-management/server-icon.md).

# Server Icon

### Introduction

There are two ways to set an icon for your Minecraft server: automatically \[via the set icon feature in the Ember Panel] or manually. Thus, this guide is split into two: one for those who want a quick automatic setup, or those who want more control and detail over their icon. If you want a more tailored and fitting icon, consider creating and uploading your icon manually.

### Automatic Setup

Prepare an PNG or JPG image on your computer, go to our web panel, click the files tab, and click this button:

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

Upload the image from your computer, and that's it! A Minecraft server icon is 64 x 64 pixels, so any image with too high a resolution will be binned down to that resolution. Restart your server and you'll see your new icon.

### **Manual Setup Requirements**

1. You need an image that is 64 x 64 pixels. (Try using <https://genfavicon.com> to resize your icon/image if it isn't!)
2. The image must be in PNG format.
3. The image must be named `server-icon.png`.

### Setup

Start by either connecting your server via SFTP or in the 'files' tab on the web panel. If you're unsure how to manage your files, check out [our page on file management](/ember-panel/file-management.md).

Once you have gone to the files tab (or successfully connected to your server via SFTP), upload your 64 x 64 server icon named `server-icon.png` to your server's home directory. This means that it should not be uploaded into any particular folder!

After you've uploaded the image, just restart your server and the changes should be applied. Enjoy your server's new icon!

If you have any more questions, you can receive support from either our knowledgable community or dedicated staff at any time of day in our [Discord](https://discord.com/invite/68s9zKtSFb). Good luck with your server!

{% embed url="<https://ember.host>" %}


---

# 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://docs.ember.host/server-management/server-icon.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.
