> For the complete documentation index, see [llms.txt](https://shentu-chain.gitbook.io/shentu-chain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shentu-chain.gitbook.io/shentu-chain/validators/useful-commands.md).

# Useful commands

Some useful commands for Validator management with shentud

All commands can be found using the "shentud help" command.\
However here are a couple of useful commands:

* Unjail validator

```
shentud tx slashing unjail --from <Walletname> --chain-id shentu-2.2 --fees 5000uctk
```

* Redeem commission rewards:

```
shentud tx distribution withdraw-rewards <Operator Address> --from <Walletname> --commission  --chain-id=shentu-2.2 --fees 10000uctk
```
