> For the complete documentation index, see [llms.txt](https://node-setup.webhash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://node-setup.webhash.com/faqs/how-can-i-check-if-my-webhash-node-is-running.md).

# How can I check if my Webhash Node is running?

To verify if your node is running, open your terminal and execute the following command:

```
sudo docker ps
```

You should see an output displaying **three containers** in a **running** state:

* **node** (Core Webhash Node)
* **pinner** (Handles data persistence)
* **telegraf** (Monitors node performance)

If all three are running, your node is fully operational. If any container is missing or stopped, let us know in Discord for assistance.
