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