# How to install plugins on your server

## Step 1: Downloading plugins

Download your desired plugins from [Spigot](https://www.spigotmc.org/resources/categories/spigot.4/). Spigot is one of the largest and most reliable plugin repositories available. Alternatively, you can use [BukkitDev](https://dev.bukkit.org/bukkit-plugins), which works for Spigot servers as well.

{% hint style="info" %}
Plugins need to be in .jar format to work on your server, if the file you download from Spigot or BukkitDev is a .zip, you will need to extract the file(s) before proceeding.
{% endhint %}

## Step 2: Navigating to your server

Visit our [Game Panel](https://panel.phoenixnodes.com) and select the server you would like to add plugins to.

## Step 3: Accessing the web file manager

On the Game Panel, select "File Management" from the left navigation menu. Once you are on the "File Management" page navigate to the "plugins" folder.

{% hint style="info" %}
Plugins can also be uploaded via [FTP](/basic-server-guides/how-to-access-your-server-files-over-ftp.md).
{% endhint %}

## Step 4: Uploading your plugins

From the "File Management" page in the "plugins" folder, you will see a button labeled "Upload". Click the "Upload" button and select the plugin you would like to install on your server.

## Step 5: Restarting your server

Once you have completed uploading all of the plugin files, please navigate back to the "Console" from the left navigation menu. From the "Console" page you will need to select the "Restart" button for your server.

## Step 6: Verify your plugins have been installed correctly

Once your server has completely restarted, you may now run the command or`plugins` in the console or `/plugins` in-game to view a list of plugins installed on your server.


---

# 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.phoenixnodes.com/basic-server-guides/how-to-install-plugins-on-your-server.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.
