# Step 5: Start Xai Sentry Node

1. Now that you set up a Screen, you can start Xai CLI:&#x20;

   ```
   ./sentry-node-cli-linux
   ```
2. To receive node rewards, boot your operator:&#x20;

   ```
   boot-operator
   ```
3. This will prompt you to enter the private key of your **sentry wallet**. Paste the key and press `Enter`.
4. Wait a few minutes until you see the following message:&#x20;

   ```
   The operator has finished booting. The operator is running successfully. esXAI will accrue every few days.
   Current timestamp: 2023-12-10T01:47:04.273Z. The operator is still running successfully. esXAI will accrue every few days.
   ```
5. Detach from your Screen session before logging out. You can detach from your current Screen session by **pressing**:

* `ctrl a + d` (Windows)
* `control a + d` (macOS)

or

```
screen -d <screen_id>
```

where `<screen_id>` is the numbers of your Screen session.

Example:

```
screen -d 82824
```

{% hint style="info" %}
Make sure to **Detach** before exiting the server. Detached mode allows you to exit your Screen session without closing or interrupting any processes that are happening within that session. That means that everything will keep running in the background even if you log out from your VPS.
{% endhint %}

6. You can now safely log out from your server:

```
logout
```


---

# 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://xai-foundation.gitbook.io/xai-network/en/about-xai/sentry-key-purchase-and-setup/common-troubleshooting-steps/how-do-i-run-a-xai-node-on-vps/step-5-start-xai-sentry-node.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.
