# Connecting to your server

**Connecting with Tibia native client**

In order to connect to your server, you will need [OtLand IP Changer](https://otland.net/threads/otland-ip-changer.134369/). This tool lets you change the IP address of your Tibia client, so that you can connect to the server when entering your account name and password to log in.

The first thing to do after downloading and opening it is to go to Settings, click on "Add new Tibia client", set the version and select the Tibia client executable file. Finally, click the "Add" button.

Close the settings windows and enter 127.0.0.1 in the IP field, select the client version and click "Apply".

The client should start automatically and you should be able to log in using your account name and password, if you have already created one using the website we set up previously.

**OTClient**

If you wish, you can alternatively use OTClient to connect to your server, this way you won't need any IP changer. If you are running Windows, you can find the latest builds for Windows here: <https://otland.net/threads/otclient-builds-windows.217977/>. Please note that it might not be the latest version, if you wish to use the latest version, you will have to compile your own. To do that, you can follow these guides:

* Android: <https://github.com/edubart/otclient/wiki/Compiling-for-Android>
* Linux: <https://github.com/edubart/otclient/wiki/Compiling-on-Linux>
* Mac OS X: <https://github.com/edubart/otclient/wiki/Compiling-on-Mac-OS-X>
* Windows: <https://github.com/edubart/otclient/wiki/Compiling-on-Windows>
* The source code can be found here: <https://github.com/edubart/otclient/archive/master.zip>


---

# 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.otland.net/ots-guide/running-your-first-ot-server/connecting-to-your-server.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.
