> For the complete documentation index, see [llms.txt](https://docs.eridian.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/validator-clients/lighthouse/maintenance.md).

# Maintenance

Notes on how to maintain and update a Lighthouse Validator Client.

### Lighthouse - Update lighthousevalidator.service

```bash
lighthouse-validator-stop
lighthouse-validator-config

# MAKE ANY CHANGES TO THE CONFIG

daemon-reload
lighthouse-validator-start
lighthouse-validator-status
```
