# Apply Bug Fix / Update

To apply the latest bug fixes or updates to your panel, follow these simple steps:

### 1. Download ZIP archive

Make sure you download the latest `.zip` file from our Discord server – check the `#pending-fixes` channel.

### 2. Connect via FTP

Use any FTP client (such as FileZilla, WinSCP) to connect to your server.

### 3. Navigate to Pterodactyl panel directory

Go to the following path on your server:

```bash
/var/www/pterodactyl
```

### 4. Upload contents

Inside the ZIP file, open the `upload` folder.

{% hint style="warning" %}
Upload **only the contents** of the `upload` folder (not the folder itself) directly into `/var/www/pterodactyl`
{% endhint %}

If prompted to overwrite existing file, click **YES** or **REPLACE** — this is expected.

### 5. Rebuild the panel assets

After uploading, run the following command via SSH:

```bash
cd /var/www/pterodactyl
yarn run build:production
```

This will compile the updated frontend assets and apply your changes.

That's it! Your panel is now up to date with the latest fixes.


---

# 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://theodor-work.gitbook.io/dravix-theme/apply-bug-fix-update.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.
