# How do I direct my domain to an IP address?

## Activating DNS Hosting

In the main category we find the **DNS hosting** section.

<figure><img src="/files/TxB2LsrkvJ24RUmA43Me" alt=""><figcaption></figcaption></figure>

Here we need to order a free hosting service, which will be necessary in working with the Domain name.

Set the payment period to **1 yea**r and click **Order**.

<figure><img src="/files/TC7KHlTUpCYYnSB4ntYd" alt=""><figcaption></figcaption></figure>

Add product to cart. Click **Activate**.

<figure><img src="/files/4x1l4cIKubnXwEIGRNY0" alt=""><figcaption></figcaption></figure>

Our order is being processed and will be available in a few seconds.

<figure><img src="/files/r2KcDIAC57chY0Hc6z8C" alt=""><figcaption></figcaption></figure>

The **DNS hosting** service has been activated!

## Setup process

The data to enter the panel you can find on el. the mail that is linked to the **Billing System** account, or select the service and click the **Instruction** button.

<figure><img src="/files/gbd723KVNEoECrPxbH3r" alt=""><figcaption></figcaption></figure>

In the window that opens, we see information about the service, as well as data for entering the **control panel**.

<figure><img src="/files/5K48aJaKA2xvmy2szBtU" alt=""><figcaption></figcaption></figure>

Go to the [link ](https://ns1.spacecore.pro:1500/dnsmgr)and login.

<figure><img src="/files/YPXknAITJtbOc3kqIa6g" alt=""><figcaption></figcaption></figure>

We’re in the control panel. Click the New **Domain button**.

Specify the Domain name itself, if you wish, you can specify your mail in the Administrator’s Email field (it is necessary for the Hosting Provider to contact you directly in case of questions) and click **OK**.

<figure><img src="/files/ms7TK82ju1BWnGqF3hqF" alt=""><figcaption></figcaption></figure>

Our domain was added to the panel.

<figure><img src="/files/8rA2YR4qh2beyjtiClq3" alt=""><figcaption></figcaption></figure>

Click on the domain line and then click on the **Records** button.

<figure><img src="/files/tMWALaybXuFjurY1TfeS" alt=""><figcaption></figcaption></figure>

All standard domain name records are visible here. Click the **Create** button.

<figure><img src="/files/WOZIEuyjUy1Oqqlc8HLS" alt=""><figcaption></figcaption></figure>

In the **Name** line, enter the symbol «**@** » to apply the entry to the **address**, **not the subdomain**. Specify the **IP address** to which our domain should refer and click **OK**.

<figure><img src="/files/nrOqBRJaTqgxZaYYLM2K" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Record Types:\
&#x20;**A** — specifies the address the domain will reference.\
**АААА** — is also used to link to a domain, but under **IPv6-адреса**.\
**NS** — to specify the DNS server that will use the domain(**ns1.spacecore.pro ns2.spacecore.pro**).\
**MX** — the record specifies the mail server for the domain name.\
**TXT** — attaches text information to the domain, usually used to confirm domain name ownership.\
**SRV** —most often used to specify data under special protocols (for example: **SIP, XMPP**).\
**CNAME** — the record creates aliases for the domain.\
**DNAME** —is used to create aliases, but only subdomain, without affecting the primary domain name.\
**PTR** — links the IP address to the domain name, usually required for mail services.\
**CAA** —specifies the certified certification authorities.\
**DS** — entry specifies the key to use**DNSSEC**.\
**TLSA** — is used to **TLS-аутентификации**.
{% endhint %}

Done, our **A-record** successfully added.

Now we just have to wait.

{% hint style="info" %}
Note that if you rent your server from us, the **DNS** update will take a few minutes.&#x20;

In case of renting hardware (not domain) from another provider, the upgrade can take up to **48 hours**.
{% endhint %}

## Result

<figure><img src="/files/PC3dOF5XrlN3vgNSf0yD" alt=""><figcaption></figcaption></figure>

After a short period of time (**3-4 minutes**) our Domain successfully directs the user to the required site!


---

# 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://spacecore.gitbook.io/wiki/en/network-and-security-configuration/how-to-connect-domain.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.
