> 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/useful-commands.md).

# Useful Commands

### lighthousevalidator.service

```bash
lighthouse-validator-log        # View the lighthousevalidator.service logs
lighthouse-validator-start      # Start the lighthousevalidator.service
lighthouse-validator-stop       # Stop the lighthousevalidator.service
lighthouse-validator-restart    # Restart the lighthousevalidator.service
lighthouse-validator-status     # View the status of the lighthousevalidator.service
lighthouse-validator-enable     # Enable the lighthousevalidator.service
lighthouse-validator-disable    # Disable the lighthousevalidator.service

lighthouse-validator-config     # Open the /etc/systemd/system/lighthousevalidator.service in vim
daemon-reload                   # Reload any changes made to the lighthousevalidator.service
```
