# Server setup

## Hosting a server

To host a server, you have two options: you can use a (free) server provider or you can host your own server.

### Third-party server hosting

If you choose a third-party server provider, we recommend you go with [playtogether.gg](https://playtogether.gg/) (a free, Skyrim Together-specific server hosting website). The setup for server hosting is significantly easier, so consider this option if you are not very handy with computers.

{% hint style="danger" %}
Playtogether.gg can't be used solely for playing with the same people in your LAN! \
It counts the internet connection (your house) as one Player and therefore kicks everyone from the server that uses this internet connection, if there aren't other players on the server not using said internet connection.
{% endhint %}

### Hosting your own server

If you want to host your own server, please continue reading the guide :thumbsup:

![](https://i.imgur.com/AcYs2XE.png)


---

# 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://wiki.tiltedphoques.com/tilted-online/guides/server-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.
