# Direct Connect

{% hint style="warning" %}
The GitBook based NorthstarWiki has been replaced in favour of the [NorthstarDocs](https://docs.northstar.tf/) where this wiki has been integrated.

Check it out here: <https://docs.northstar.tf/Wiki/>

The same page on the new wiki should be located here: <https://docs.northstar.tf/Wiki/using-northstar/direct-connect>
{% endhint %}

If a server is set to private and doesn't show up in the server browser, you can directly connect to it from the console by:

1. [Opening the console](/r2northstar-wiki/using-northstar/commands.md#opening-the-console).
2. Typing in `connect <ip address>:<port number>`. The default port is `37015`.

If you are using a normal Titanfall 2 client (Note this will only work on servers with `ns_auth_allow_insecure 1`):

1. Open Origin, click on Titanfall 2 and Click on the settings icon.
2. Click `Game Properties` and select `Advanced Launch Options`.
3. Add `+bind "KEY" "connect <ip address>:<port>"`
4. Open the game and select a single player level e.g The Gauntlet
5. Press the `KEY` you specified in step 3


---

# 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://r2northstar.gitbook.io/r2northstar-wiki/using-northstar/direct-connect.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.
