# Put a domain name on your server

{% hint style="info" %}
This option creates a **Oxygenserv subdomain**. Example: `myserver.oxygenserv.com`.
{% endhint %}

### Objective

Allows an easier connection to your server. You share a name, not an IP.

### Step-by-step guide

{% stepper %}
{% step %}
**Open the Addons tab**

On the dashboard, click **Addons**.

<figure><img src="/files/064e63d47a72038f3977823631f6ff14bee31b8f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Start creating the subdomain**

Click on **Creating a subdomain**.

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

{% step %}
**Choose the name and create**

Enter the desired name. Example: `my-server`

<figure><img src="/files/0c253a6dcfa21f1763f4e4fe791b3f7bcd14fefc" alt=""><figcaption></figcaption></figure>

Click on **Create**.

You will get an address like: `my-server.oxygenserv.com`
{% endstep %}

{% step %}
**Use the domain to connect**

Use the subdomain instead of the IP.

{% hint style="info" %}
If your game uses a specific port, add `:PORT`. Example: `myserver.oxygenserv.com:30120`.
{% endhint %}
{% endstep %}
{% endstepper %}

### Common issues

#### The name is rejected or already taken

Try another name. Avoid spaces and special characters.

#### The domain does not resolve immediately

Wait a few minutes. DNS can take a short time.

### FAQ

#### Is this a “real” domain name that I own?

No. It is a subdomain under `oxygenserv.com`.

#### Can I use my own domain?

Yes, but not via the dashboard. You must configure it with your domain name provider.


---

# 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/dashboard/mettre-un-nom-de-domaine-sur-son-serveur.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.
