# 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/validator-clients/lighthouse/useful-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
