> For the complete documentation index, see [llms.txt](https://help.minexon.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.minexon.net/admin-panel/store/server.md).

# Server

{% hint style="info" %}
Attention! Note that you must have a game hosting provider before adding a server.
{% endhint %}

## Adding a Server

We need to fill in the boxes indicated step by step. First, let's find out what all the boxes are for and how to fill them.

1. Server Header: Your server header will appear when purchasing items in the market. If you have a multi-game mode, it is recommended to write the name of your game type.
2. Visibility: This setting allows the server to be active in the market. It has 3 options: "Public, Link Only, and Private".
3. Server IP Address: You need to enter your provider's numeric ip address in this section. (Example: 0.0.0.0)
4. Console Connection Type: In this section, there are 3 connection types that you can use to establish a connection between the Server and your Site. You can choose the type that is suitable for your server and use it. (Detailed explanation will be added soon.)
5. Console Connection Port: You need to enter your connection port in this section. (Make sure your hosting opens this port for external connections!)
6. Console Connection Password: You need to enter the password you set in the connection plugin in this section.
7. Image: In this section, you need to add an image for your Server's Banner.&#x20;

### Video Lecture

{% embed url="<https://cdn.discordapp.com/attachments/997110363638222879/1077568242513608764/SunucuEkleme.mp4>" %}

### Editing and Removing Servers

Here you can edit and delete servers. In addition, when there is a problem with your connection type, you can make changes from this section.

### Video Lecture

{% embed url="<https://cdn.discordapp.com/attachments/997110363638222879/1077568353159360614/bandicam_2023-02-21_15-30-14-710.mp4>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.minexon.net/admin-panel/store/server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
