# Overview

## Overview

This section will provide an overview of the various guides and approaches to server setup.

The Windows version will have a few more options than the Linux version. Simply because using Docker is the simplest thing to do on Linux.

Choose only **one** of the options, whatever suits you the best.

## Windows

### [**Regular server setup**](/tilted-online/guides/server-guide/windows-setup/regular-setup.md) **(with port forwarding)**

This guide will walk you through the process of setting up a server on your Windows PC using only Windows. Aside from MO2 and/or VMM, there will be no additional software.

I would only use this option if you are familiar with port forwarding and/or have done it **numerous times** before.

### [**ZeroTier server setup**](/tilted-online/guides/server-guide/windows-setup/zerotier-setup.md) **(without port forwarding)**

This guide will walk you through the process of installing ZeroTier on your Windows PC.

While ZeroTier may appear intimidating at first, the guide will walk even the most inexperienced user through both hosting a server and connecting to the server with ease!

## Linux

### [**Docker setup**](/tilted-online/guides/server-guide/linux-setup/docker-setup.md) **(with portforwarding)**

This guide will walk you through the process of installing a server on your Linux PC using Docker.

Only the Linux terminal will be used in this guide.

#### Onwards to the next step!


---

# 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/overview.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.
