> ## 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 Configure Server Identity & Branding in Rust

> Customize your Rust server description, website links, and header image for the masterlist browser to build a professional presence and attract players.

## Establishing Your Community Identity

Your server's entry within the Rust Master List serves as your primary marketing portal. A high-resolution header image, combined with a professionally formatted description, can significantly increase your community's visibility and conversion rate. By effectively communicating your server's rules, rates, and unique features before a player even initializes their connection, you ensure you attract the specific audience your community was designed for.

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

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

***

## Technical Visual Specifications

The **Header Image** is the primary visual banner displayed within the server browser overlay.

* **Recommended Dimensions:** `1024x512` pixels (Standard 2:1 aspect ratio).
* **Format Requirements:** You must use a direct link to a `.jpg` or `.png` file.
* **Hosting Best Practices:** use a high-uptime image CDN such as Imgur. Ensure your URL points directly to the image data (e.g., `https://i.imgur.com/example.png`) rather than a web-based gallery page.

***

## Configuration Methodologies

Follow these steps to apply your community branding via the FREAKHOSTING management suite.

<Tabs>
  <Tab title="Startup Interface (Recommended)">
    1. Log in to the [Game Panel](https://games.freakhosting.com) and navigate to the **Startup** tab.
    2. Populate the **Server Description** field. Use the **`\n`** sequence to create intentional line breaks for improved readability.
    3. Paste your direct URL into the **Header Image** field.
    4. Input your community's Discord or website link into the **Server URL** field.
  </Tab>

  <Tab title="Manual File Management">
    1. Open the File Manager and navigate to: `/server/{identity}/cfg/server.cfg`.
    2. Add or update the following technical variables:
       ```cfg theme={null}
       server.headerimage "https://i.imgur.com/yourimage.jpg"
       server.description "First Line\nSecond Line\nThird Line"
       server.url "https://discord.gg/yourbrand"
       ```
    3. Save the file and restart the server to broadcast the updated metadata.
  </Tab>
</Tabs>

***

<Note>
  ### Strategic Marketing Tip

  The average player spends less than three seconds reviewing a server description before moving to the next entry. We recommend front-loading your most critical features - such as **"2x Loot"**, **"No Blueprints"**, or **"Group Limit: Trio"** - within the first two lines to maximize impact.
</Note>

***

<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 | **Rust:** Brand identity active.
</div>
