> For the complete documentation index, see [llms.txt](https://docs.syanodes.my.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.syanodes.my.id/warden/upgrade.md).

# Upgrade

#### Upgrade at Height&#x20;

```bash
cd $HOME
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.5.3/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
chmod +x wardend
sudo mv $HOME/wardend $(which wardend)
sudo systemctl restart wardend && sudo journalctl -u wardend -f
```
