# During server setup, my firewall didn't ask for network permission!

## The firewall didn't popup! Help!

Because the guide is written using Windows 11, the UI will reflect that. I believe it is similar to Windows 10's UI.

## [Option 1: Using MO2](#using-modorganizer2) | [Option 2: Using VMM](#undefined)

### Using ModOrganizer2

1. Press the `Windows Key`
2. Search for `firewall`
3. Select the `Windows Defender Firewall with Advanced Security`
4. ![](https://i.imgur.com/5UZugmS.png)
5. Select `Inbound Rules`
6. Verify the rules have not been created before. If they **have** been created before, there will be two rules named `Multiplayer Server for Bethesda games`. If they are there, you can safely continue.
7. If they are not there, we will now create them manually.
8. To the right side of the `Windows Defender Firewall`, there'll be a button named ![](https://i.imgur.com/GqJ9B0Z.png)
9. Select `New Rule`. A new window will appear.
10. Select `Program`, then `Next`.
11. Select `This program path` and press the ![](https://i.imgur.com/ttnw0tU.png) button
12. Go to the folder location:\
    `C:\Modding\MO2\mods\Skyrim Together Reborn\SkyrimTogetherReborn`
13. Select the `SkyrimTogetherServer.exe`
14. Press `Next`
15. Select `Allow the connection`
16. Select `Private` and `Public` but leave `Domain` unchecked
17. Give it a name. I recommend `Multiplayer Server for Bethesda games`.
18. Done for now.

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

### Using Vortex Mod Manager <a href="#undefined" id="undefined"></a>

1. Press the `Windows Key`
2. Search for `firewall`
3. Select the `Windows Defender Firewall with Advanced Security`
4. ![](https://i.imgur.com/09yqh3X.png)
5. Select `Inbound Rules`
6. Verify the rules have not been created before. If they **have** been created before, there will be two rules named `Multiplayer Server for Bethesda games`. If they are there, you can safely continue.
7. If they are not there, we will now create them manually.
8. To the right side of the `Windows Defender Firewall`, there'll be a button named ![](https://i.imgur.com/PzR7PxD.png)
9. Select `New Rule`. A new window will appear.
10. Select `Program`, then `Next`.
11. Select `This program path` and press the ![](https://i.imgur.com/zBL1VsT.png) button
12. Go to the folder location:\
    `C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SkyrimTogetherReborn`
13. Select the `SkyrimTogetherServer.exe`
14. Press `Next`
15. Select `Allow the connection`
16. Select `Private` and `Public` but leave `Domain` unchecked
17. Give it a name. I recommend `Multiplayer Server for Bethesda games`.
18. Done for now.


---

# 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/troubleshooting/during-server-setup-my-firewall-didnt-ask-for-network-permission.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.
