> For the complete documentation index, see [llms.txt](https://docs.strnan.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.strnan.top/testnet/nulink/useful-command.md).

# Useful Command

#### Check Logs

```bash
docker logs -f ursula
```

#### Restart Node

```bash
docker restart <container ID>
```

You can find container ID by using this command.

```bash
docker ps -a
```

<figure><img src="/files/leqp2HmjO5vxPoiuARxW" alt=""><figcaption></figcaption></figure>

We will add more command soon!
