# Initial ZeroTier setup

This step is ONLY required for the server's HOST. Clients, or friends who want to connect with you, can simply follow [this step](/tilted-online/guides/server-guide/windows-setup/zerotier-setup/connecting-to-your-server.md).

## Making a ZeroTier account

1. To begin, go to ZeroTier and [create an account](https://accounts.zerotier.com/auth/realms/zerotier/protocol/openid-connect/registrations?client_id=zt-central\&redirect_uri=https%3A%2F%2Fmy.zerotier.com%2Fapi%2F_auth%2Foidc%2Fcallback\&response_type=code\&scope=openid+profile+email+offline_access\&state=state).
2. Except for a valid email address, you do not need to enter any personal information.
3. ![](https://i.imgur.com/LiPYrks.png)
4. To verify your account, click the link in the email that ZeroTier sent you.
5. ![](https://i.imgur.com/1grxRKK.png)

## Creating a ZeroTier network

1. Go to the [MyZeroTier page](https://my.zerotier.com/).
2. Select `Create a network`
3. It will then create a new ZeroTier network for you:\
   ![](https://i.imgur.com/ZuPK6sp.png)
4. Click on the network it created to select it.
5. There will be numerous configuration options available. We don't need to think about them right now.
6. For the time being, simply copy or write down the `Network ID`. When your friends want to join you, they will need it!
7. ![](https://i.imgur.com/s5Li6gg.png)
8. The `Access Control` is set to `PRIVATE` by default, and it is recommended that you leave it that way.

![](https://i.imgur.com/jOSuKIh.gif)

#### 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/windows-setup/zerotier-setup/initial-zerotier-setup.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.
