> For the complete documentation index, see [llms.txt](https://api.raftmodding.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.raftmodding.com/getting-started/installing-raft-mod-loader/troubleshooting/an-error-occured-while-fetchting-for-updates/disabling-ipv6.md).

# Disabling IPV6

This issue might be caused by IPV6 being enabled on your computer. A Windows bug can cause the requests to fail when going through ipv6 and it can be safely disabled.\
\
1\. Open the **Control Panel** (through the Cortana search box for example).\
2\. Open **Network and Internet**.

<figure><img src="/files/ugANgnEISgxAjQ4HbpBl" alt=""><figcaption></figcaption></figure>

3\. Open **Network and Sharing Center**.

<figure><img src="/files/6ekIIdUfK05IYP9voxwh" alt=""><figcaption></figcaption></figure>

4\. Click **Change Adapter Settings**.

<figure><img src="/files/RP1QAX2Y55j02laa4LWp" alt=""><figcaption></figcaption></figure>

5\. Right-click your connection and go to **Properties**.

<figure><img src="/files/vosH1ujhomSQbxFMJ8NH" alt=""><figcaption></figcaption></figure>

6\. Uncheck the box next to **Internet Protocol Version 6 (TCP/IPv6) to disable it.**

<div align="left"><figure><img src="/files/IDsGWSdlwOUCSUrCkpEh" alt=""><figcaption></figcaption></figure></div>

7\. Select **OK to confirm** the change.

<div align="left"><figure><img src="/files/2M0vI2htWZp3OWhhxXA6" alt=""><figcaption></figcaption></figure></div>

8\. **Restart the computer** and try again running the launcher.


---

# 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, and the optional `goal` query parameter:

```
GET https://api.raftmodding.com/getting-started/installing-raft-mod-loader/troubleshooting/an-error-occured-while-fetchting-for-updates/disabling-ipv6.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
