# Locating the STServer.ini

## Locating the `STServer.ini` to configure our server

Now that our server is shut down and we've created the inbound firewall rules, we can look at the `STServer.ini` config file, which allows us to configure a few parameters.

## [Option 1: Using MO2](#using-mo2) | [Option 2: Using VMM](#using-vortex)

### **Using ModOrganizer2**

1. Open MO2
2. Find the mod `Skyrim Together Reborn`
3. Right-click it, and select `Open in Explorer`
4. ![](https://i.imgur.com/YjOVptu.png)
5. Inside there, select the folder named `Skyrim Together Reborn`
6. Now find the folder named `config` and enter it.
7. Inside there will be the config file named `STServer.ini`
8. Open that with a text-editor of your choice. In my case I'll use good ol' `Notepad++`.

![It's pretty easy finding the STServer.ini](https://i.imgur.com/z1RuDWm.gif)

### **Using Vortex Mod Manager**

1. Open Vortex
2. Go to the `Mods` menu
3. Make sure `Skyrim Together Reborn` is installed and `Enabled`
4. Press `Windows Key + R` and enter this path in the `Run` window:\
   `C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SkyrimTogetherReborn`
5. In that folder, open the `config` folder
6. In there will be the `STServer.ini` file
7. Open that with a text-editor of your choice. In my case I'll use good ol' `Notepad++`.

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

#### Onwards to the next step!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/regular-setup/locating-the-stserver.ini.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.
