> 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="https://3513762394-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHnfaXqsjt2Q8hoDykMmk%2Fuploads%2FxP3H70YpmdBvxhjPBgTK%2Fimage.png?alt=media&amp;token=b253c406-3156-4fa9-970f-f78a9ec92e91" alt=""><figcaption></figcaption></figure>

We will add more command soon!
