# How to make custom ip address

### Choosing A Domain Provider

There are a lot of places where you can register a domain. Here are a few popular ones:

* [Endercloud domains](https://billing.endercloud.in/domains)&#x20;

If you want to register a free domain, try [Freenom](https://www.freenom.com/).

> We’re unrelated to the above services and are simply providing examples. Feel free to use any domain provider you want.

### Creating A SRV Record

You are required to use a SRV record to link your domain to your Minecraft server. Some domain providers like Freenom don’t provide this, so we recommend that you use Cloudflare. To create a SRV record, you must first go to your domain’s DNS settings. Create a new record, then follow the table below:

| Record Type | Name | Service     | Priority | Weight | Port   | Target |
| ----------- | ---- | ----------- | -------- | ------ | ------ | ------ |
| SRV         | @    | \_minecraft | 0        | 5      | 000000 |        |

Make sure to replace `<server_IP>` with your Minecraft server’s IP, for example india7`.endercloud.in`.

Make sure to change `port` to your server’s port.

> It may take up to 24 hours for your DNS settings to be updated.

You should be able to join your server with your new custom IP.

{% hint style="info" %}
N**eed a domain name for your Minecraft server?** Get a free custom subdomain in just a few clicks! 🎮✨ Visit <https://subdomain.endercloud.in/> and claim yours now! 🚀
{% endhint %}


---

# 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://know.endercloud.in/faq-minecraft/how-to-make-custom-ip-address.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.
