# Setup guide

### Creating the network

To create a new network on the panel, you need to register or login and proceed to click on this button&#x20;

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

You will be asked to enter a name for the network :&#x20;

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

Once you created it, you will be redirected to the overview page <br>

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

At that moment your network is not active, for it to be active you need to complete the 2 setup task showing on the screen :

* Set up your backend(s)
* Set up your domain / subdomains

### Backend set up

To create a new backend for your newly created network, simply click on the Setup button, and it will bring you to the  backend page

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

Click Add backend and select your backend type :

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

We support **IPv6** as backend for Java and Geyser with the format **\[fd42:42:42::1]:25565**

Once added, you can choose to use the plugin **OR** proxy protocol, if you use proxy protocol you don't need the plugin.

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

<div><figure><img src="/files/olhJUfyQLFutRi9XYZnl" alt=""><figcaption></figcaption></figure> <figure><img src="/files/hPB9gRUq4CR7Tq8KNMXm" alt=""><figcaption></figcaption></figure></div>

### Adding a new domain / subdomain

Once you added your backend, go back to the network overview page and click on Set up your domain

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

Before choosing a location, we suggest you to use our ping tool to make sure you select the best location&#x20;

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

Select your backend or manually input one&#x20;

<figure><img src="/files/7zwbu44TvKpKFBfneYq3" alt=""><figcaption></figcaption></figure>

Then you will see the results and then choose the best CNAME location for your server&#x20;

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

When you chose the best location, you can go back to the domain tab and choose the location on the right

<figure><img src="/files/53mVKMmbANMsJoghsVX6" alt=""><figcaption></figcaption></figure>

Copy the CNAME record and head to your DNS manager to create the following record&#x20;

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

Make sure to disable the Cloudflare proxy (Orange cloud), once it's done head back to the panel and add your domain / subdomain.

<figure><img src="/files/7jtzB8R5ajZ65eXle4oP" alt=""><figcaption></figcaption></figure>

Now your network should be active :D&#x20;

{% hint style="info" %}
You need to add all subdomains in Infinity-Filter for them to work, adding your root domain only will not work.
{% 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://docs.infinity-filter.com/setup-guides/setup-guide.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.
