# Install a plugin on my Nova-Life server

{% hint style="info" %}
Nova Life plugins are files **`.dll`**.\
To install them, you must place the file in the folder **Plugins** of the server, then **restart**.
{% endhint %}

### Objective

Download a Nova Life plugin. Upload it to your server via the file access. Check that it is in the right place. Restart.

### Step-by-step guide

{% stepper %}
{% step %}
**Download the plugin ( .dll file )**

Obtain the plugin from a trusted source.

Download the file **`.dll`** to your PC.

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

{% hint style="warning" %}
Some browsers may block file downloads `.dll`, you can force the download. Always verify the source before “Download unverified file”.

<img src="/files/976a285c3ec4d24fad1250472134a75e9462064d" alt="" data-size="original">
{% endhint %}
{% endstep %}

{% step %}
**Access server files (FTP)**

On the dashboard, open the **FTP** then go to **`Servers/NovaLifeServer/Plugins`**.

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

{% hint style="info" %}
If you prefer an FTP client, also follow: [Access my server files via FTP with FileZilla](/en/dashboard/acceder-aux-fichiers-de-mon-serveur-ftp-avec-filezilla.md).
{% endhint %}
{% endstep %}

{% step %}
**Upload the plugin into the Plugins folder**

Drag the file onto the dashboard.

<figure><img src="/files/c3d5bee47a9e432c77f4a2ab5413bdee3082e66b" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Restart the server**

Restart your server to load the plugin.
{% endstep %}
{% endstepper %}

### Common issues

* **The plugin does not load** : check that the file is indeed in `NovaLifeServer/Plugins`.
* **Wrong format** : the file must be a **`.dll`** (not a `.zip`).
* **Crash on startup** : remove the plugin, start, then test one by one.
* **Quick rollback** : restore a backup if you have any doubt: [Create a backup and restore it](/en/dashboard/creer-une-sauvegarde-et-la-restaurer-sur-son-serveur.md).

### FAQ

#### Do I need to restart or just stop/start?

A **restart** is enough. The goal is to relaunch the server process.

#### Can I install multiple plugins?

Yes. Upload multiple `.dll` in `Plugins`, then restart.

#### How to remove a plugin?

Delete the file `.dll` from the folder `Plugins`, then restart.


---

# 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.oxygenserv.com/en/nova-life/installer-un-plugin-sur-mon-serveur-nova-life.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.
