> 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/changing-the-dns.md).

# Changing the DNS

1\. Let's check if that's the issue first. **Open your command prompt** by **typing CMD** in the Cortana search bar for example and **select "Run as administrator"**:<br>

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

2\. **Run the following commands**: `nslookup raftmodding.com` and `nslookup raftmodding.com 8.8.8.8`<br>

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

If the ip adresses are different that means that there's an issue with the DNS and it might be blocking the Raftmodding requests.\
\
3\. We will **change the DNS** to one that is not blacklisting our website like the Google DNS. Here's a guide on how to setup the Google DNS on your system: <https://www.whatismyip.com/google-dns/>\
\
4\. Once you're done setting up the DNS make sure to **restart the computer** and try again running the Mod Launcher. You might also need to **change the DNS on your router**. The steps will be very dependent on your router.


---

# 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/changing-the-dns.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.
