> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Customize Your Minecraft Server MOTD

> Create a compelling MOTD for your Minecraft server using color codes, formatting symbols, and special characters to make a professional first impression.

## Defining Your First Impression

The "Message of the Day" (MOTD) is the primary text displayed immediately beneath your server's name in the multiplayer lobby. Beyond a simple greeting, a well-architected MOTD serves as a important marketing tool that attracts players by highlighting your server's unique features, active game modes, or ongoing community events. The FREAKHOSTING Game Panel provides full access to your configuration files, enabling you to implement complex, stylized MOTDs that differentiate your server from the competition.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    3 Minutes
  </Card>
</CardGroup>

***

## Configuration via server.properties

The core MOTD is defined within the engine's primary property registry.

<Steps>
  <Step title="Access the File Manager">
    Log in to the [Game Panel](https://games.freakhosting.com) and navigate to the **Files** tab.
  </Step>

  <Step title="Edit Properties">
    Locate and open the **`server.properties`** file.
  </Step>

  <Step title="Locate the Variable">
    Find the line starting with `motd=`.
  </Step>

  <Step title="Apply Customization">
    Enter your desired message after the equals sign. To apply changes, **Restart** your server via the console.
  </Step>
</Steps>

***

## Advanced Stylized Formatting

Minecraft uses specific Unicode escape sequences to render colors and font styles within the `server.properties` file.

### Common Escape Codes

| Effect    | Unicode Sequence |
| :-------- | :--------------- |
| **Red**   | `\u00A7c`        |
| **Gold**  | `\u00A76`        |
| **Blue**  | `\u00A79`        |
| **White** | `\u00A7f`        |
| **Bold**  | `\u00A7l`        |

**Implementation Example:**
`motd=\u00A76FREAKHOSTING \u00A7f| \u00A7cSurvival Evolved \u00A7l[NEW]`

***

## Strategic Branding Tools

<AccordionGroup>
  <Accordion title="using Online Visual Editors">
    Manually calculating Unicode escape sequences can be technically demanding. We highly recommend using visual design tools such as **[mcmotd.cc](https://mcmotd.cc)** or **[minecraft.tools](https://minecraft.tools)**. These platforms allow you to design your MOTD in a real-time preview and instantly generate the correctly formatted "Server Properties" code for you to paste.
  </Accordion>

  <Accordion title="Multi-Line MOTDs">
    Standard MOTDs support up to two lines of text. To initialize a second line, use the newline escape sequence **`\n`** within your string.
  </Accordion>
</AccordionGroup>

<Tip>
  ### Dynamic MOTDs

  If you require more advanced functionality, such as alternating messages or player-count dependent MOTDs, we recommend installing a specialized plugin like **MiniMOTD** or **ServerListPlus** via our [Plugin Management System](/games/minecraft/how-to-install-plugins).
</Tip>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Minecraft:** Visuals optimized.
</div>
