> For the complete documentation index, see [llms.txt](https://docs.anyone.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyone.io/relay/troubleshooting/orport.md).

# OR Port Check

The ORPort is where a relay listens for incoming connections. The ORPort self-test is a verification process for its reachability and functionality. A successful test, denoted by a green log message, confirms proper operation. However, a yellow or red log message suggests a potential issue with configuration or network connectivity.

### Install Nyx

```bash
sudo apt-get install nyx --yes
```

### Open Nyx

<pre class="language-bash" data-full-width="false"><code class="lang-bash"><strong>sudo nyx
</strong></code></pre>

**ORPort Reachability** typically confirms within a minute when functioning correctly. A green-marked log message confirms the successful operation of the relay. No further action is needed as the relay is now reachable from the internet.

<div align="left"><figure><img src="/files/stGmSdFamRIpH2ozAfGE" alt="" width="375"><figcaption><p>Self-testing indicates your ORPort &#x3C;public IP> is reachable from the outside.</p></figcaption></figure></div>

A WARN log message (marked in red rectangle below) signals an issue, indicating that the relay is not operating successfully. The two most common issues are:

1. **Port Forward Configuration:**
   * [The port forward configuration](/relay/network/port-forward.md) is either missing or incorrectly set up in your router.
2. **CGNAT Enabled by ISP:**
   * Your router may lack its own public IPv4 address, as your Internet Service Provider (ISP) has enabled [Carrier-Grade Network Address Translation (CGNAT)](/relay/troubleshooting/reachability.md) for your internet service.

<div align="left"><figure><img src="/files/4QSmqtDfijlzW1OlU06v" alt="" width="375"><figcaption><p>Your server has not managed to confirm reachability..</p></figcaption></figure></div>


---

# 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://docs.anyone.io/relay/troubleshooting/orport.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.
