# How to Create a Subdomain for Your Game Server on XGamingServer (/docs/panel-guides/subdomains)





import { Step, Steps } from 'fumadocs-ui/components/steps';

Subdomains give your server a memorable address instead of a raw IP and port number.

Create a Subdomain [#create-a-subdomain]

<Steps>
  <Step>
    Open Subdomains [#open-subdomains]

    Click **Subdomains** in the sidebar.

        <img alt="Subdomains page" src={__img0} placeholder="blur" />
  </Step>

  <Step>
    Create a new subdomain [#create-a-new-subdomain]

    Click **Create Subdomain** (bottom-right). Enter:

    * **Subdomain** — your chosen name (3–32 characters, e.g., `myserver`)
    * **Domain** — select from the available domains in the dropdown
  </Step>

  <Step>
    Done [#done]

    The subdomain is created and pointed to your server's primary allocation. DNS may take a few minutes to propagate.
  </Step>
</Steps>

Manage Subdomains [#manage-subdomains]

Each subdomain shows:

* The **full address** (e.g., `coolpeople.armareforger.cc`)
* **Created** date
* **Update** button — change which allocation it points to
* **Delete** button — remove the subdomain

> Share the subdomain with players instead of your IP:Port — it's easier to remember and won't change if your port allocation changes.

Related Guides [#related-guides]

* [Network](/docs/panel-guides/network) — manage the port allocations subdomains point to
