# Monitor

{% hint style="success" %}
If any of the commands activates a monitoring screen,  you can always exit using `Ctrl+C`.
{% endhint %}

### **1) Harmony Monitor**

View live updates (at 8 seconds intervals) of your node's status (block height, EPOS status, etc..) with the following command:

```bash
auto-node monitor log
```

### 2) TUI

View an overview of your validator and node with a text-based user interface. You can start it with the following command:

```bash
auto-node tui run
```

![Sample of TUI](https://3781397247-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LlEOlYqEG_GKuO5Rehq%2F-M699yw-ve-aaK3-tJ4k%2F-M69AulVkJZw7M9OTsYA%2Fimage.png?alt=media\&token=ee4191d7-476f-4adc-84cc-de55f57bfe42)

### 3) Harmony Node

You can view the status of the harmony node with the following command:

```
auto-node node status
```

You can also view the logs from the node as it was initialized with the following command:

```
auto-node node log
```

## Extra

### 1. Restart monitor

Should the monitor crash or timeout, you can restart it with the following command:

```
auto-node monitor restart
```

### 2. Update TUI

You can update the TUI to the latest release with the following command:

```
auto-node tui update
```
