# Customize your MOTD in the server list

{% hint style="info" %}
The MOTD is the text displayed in the Minecraft server list.\
You can put colors there, and a second line.
{% endhint %}

### Objective

Change the server MOTD from the dashboard.

### Step-by-step guide

{% stepper %}
{% step %}
**Open the MOTD field**

On the dashboard, open the **Settings**.

Locate the field **MOTD**.

<figure><img src="/files/2a9e6abe02bfcc2e6cfd4b1daf8b339bbcf7bf84" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Generate and paste your MOTD**

You can generate an MOTD here: <https://minecraft.tools/fr/motd.php>

<figure><img src="/files/da2ce5dc00bb7f842d899234fc54f7c88f963342" alt=""><figcaption><p>How to generate your MOTD</p></figcaption></figure>

Paste the result into the MOTD field, then save.
{% endstep %}
{% endstepper %}

### Common issues

* **The MOTD does not change** : restart the server, then refresh the list in the game.
* **“Broken” colors** : check the generator format and avoid exotic characters.

### FAQ

#### Can I do it via server.properties?

Yes, via `motd=` in `server.properties`.


---

# 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.oxygenserv.com/en/minecraft/personnaliser-son-motd-dans-la-liste-des-serveurs.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.
