# 1. Login servers

You can create a connection to the login server in the Projects -> Login Server

1\. Click on the "Add server login" button

2\. Choose a gaming platform from the available ones

{% hint style="warning" %}
ATTENTION! If the gaming platform you need is not among the available platforms, please report it to the technical support contact information:
{% endhint %}

3\. After choosing a gaming platform, fill in the login server settings:

There will be 3 tabs available for filling: `Basic`, `Database` and `Ports`

**MAIN**

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

**DATABASE**

![](/files/-MDDuMFpNoztvAdS2esb)

To connect to the login server database, fill in the following fields:

|  №  | Field title    | Description                                                                                               |
| :-: | -------------- | --------------------------------------------------------------------------------------------------------- |
|  1  | Database type  | If your server is written in JAVA, choose MYSQL-JAVA, If your server is written in C ++, choose MSSQL-PTS |
|  2  | Database host  | database address IP                                                                                       |
|  3  | Database name  | Name of the database on the login-server                                                                  |
|  4  | Enter login    | login for authorization in the database                                                                   |
|  5  | Enter password | Password for authorization in the database                                                                |

**PORTS**

Specify the IP and port to access the login server. Using user root in mysql or sa in mssql is not safe!

**4.** Click "SUBMIT"

After filling in all the data and creating a new login, the server will appear in the section "Login servers"

![](/files/-MDDvGKcP6Nu-ZiBSuO3)

After your login server appears in the server list, you can check the server availability from the MMO system.&#x20;

To do this, click on the "Check connection" button

!["Check connection" button](/files/-MBL-C8mhRQXbxbhhhOo)

A window with status information will open:

![](/files/-MDDwUX0bVOeZ3rvOBgc)

If there are no connection errors, the status will be OK for all rows.

If there are some errors, the error text will be shown.&#x20;

If there are some error messages in the above window and you do not know what to do with them, contact technical support, indicating your MMO account and the name of the login server


---

# 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.mmoweb.biz/quick-start-guide/settings/login-servera.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.
