> For the complete documentation index, see [llms.txt](https://docs.ethernity.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethernity.cloud/ethernity-node/monotoring-the-node.md).

# Monitoring the Node

To check the service status run:

```bash
sudo systemctl status etny-vagrant
```

To read the node logs run:

```bash
sudo journalctl -f -u etny-vagrant
```
