# Common solutions to all issues

{% hint style="info" %}

## Important Information for Using Nighty on a VPS

To successfully run Nighty on your VPS, please ensure that you install Microsoft WebView2 from our guide [here](/troubleshooting/app-is-just-a-white-box-ui-not-appearing-looking-weird.md).
{% endhint %}

1. **Disable your antivirus**\
   Disable Windows Defender Real-time protection), including any third-party programs like Malwarebytes, to prevent any potential false positive detections during the installation process. This step helps ensure that Nighty's files are not mistakenly flagged as malicious.
2. **Delete the main folder**
   * Press `Win + R` on your keyboard.
   * Type `%appdata%/Nighty Selfbot` and press Enter.
   * Delete everything inside that folder.
   * Restart Nighty.
3. **Disable Firewall**\
   If you are encountering difficulties launching the bot, try temporarily disabling your firewall. Firewalls may sometimes block connections and prevent proper execution. Ensure that Nighty has the necessary permissions to access the network.
4. **Update Windows**\
   Ensure your operating system is up-to-date by installing the latest Windows updates. Outdated system components may contribute to compatibility issues. Visit the Windows Update settings and download any available updates to enhance system stability.
5. **Verify Nighty.exe Placement.**\
   Double-check that you have correctly extracted 'Nighty.exe' from 'Nighty.zip' and placed it in the 'C:/Nighty' directory. A misplaced or missing executable file can prevent the bot from launching.
6. **Update Nighty**\
   Ensure you have the latest version of Nighty. Visit [nighty.one/get-links](https://nighty.one/get-links) to redownload the launcher. Follow the [First Launch](/getting-started/first-launch.md) tutorial on the documentation page for a step-by-step guide to update Nighty to its most recent version. Keeping the bot updated can resolve compatibility issues and improve overall performance.
7. **Resource management**\
   Close any unnecessary programs or processes to free up system resources and improve performance.
8. **Restart your computer**\
   To clear any temporary files or processes that may be interfering with the application launch. Often this solution works.
9. **Check Key Status**\
   Verify if your key is valid. Follow the guide [here](/troubleshooting/flagged-key.md).


---

# 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.nighty.one/troubleshooting/common-solutions-to-all-issues.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.
