# Connecting To A Server

Using the launcher select `Change IP Address`

Enter the IP of choice and press `OK`

<figure><img src="https://2428551332-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeC1UAEEOKHvmjff1oM4K%2Fuploads%2Fgit-blob-fe0a672af400678145c6db1169663777e79608ff%2FCapture1.PNG?alt=media" alt=""><figcaption></figcaption></figure>

Then press `Online`

***

## Connect To A Server Manually

Open the file `project-bo4.json` in your Black ops 4 installation directory, At the lines:

```
"demonware": {
    "ipv4": "127.0.0.1",
    "serverlist": "127.0.0.1:8080"
},
```

Replace `"127.0.0.1"` or whatever value you have with the server IP address.


---

# 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://shield-bo4.gitbook.io/document/launcher-guide/connecting-to-a-server.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.
