# How to install plugins

## 1. Uploading the plguin

Go to the file manager tab and look for a folder called "plugins" upload your jar file into this folder.

{% hint style="info" %}
Always get plugins from a trusted source like [Spigot](https://www.spigotmc.org/resources/) or [Bukkit](https://dev.bukkit.org/bukkit-plugins).
{% endhint %}

## 2. Restart the server

Go back to the console tab and restart your server, Once it has finished restarting it should be done installing. To confirm it has installed run "plugins" (no / when running console commands) in the console. If the plugin name is green it was installed correctly if its red continue to the next step.

#### Troubleshooting a failed plugin install

If its red it did not install correctly. If there was an issue installing check if the plugin needs any dependency that you have not installed. if you need more help ask in the developers discord server (if they have one) or ask us for help in our [discord server](https://discord.gg/solarhost).


---

# 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.solarhosting.cc/minecraft-help/how-to-install-plugins.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.
