# Reboot

### Introduction

If you need to restart your Lucy server for any reason, you can do so right from your dashboard:

<figure><img src="/files/HOD5ltdBoGRbMqEnYTZ0" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Navigate to **Support -> Reboot**
{% endhint %}

***

### On-premise options for restarting

On-premise installations have direct access to the Lucy host, and so have additional options when it comes to rebooting the workstation. In addition to the above page, users with access to the server can reboot with an appropriate Linux command such as `sudo shutdown -r` or by running the setup script and selecting the reboot option:

```
sudo python /opt/phishing/current/tools/setup/setup.py
```

<figure><img src="/files/hlwigmEgZnke3pSlRPuc" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.lucysecurity.com/application-reference/support/reboot.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.
