> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Install Plugins on Your Minecraft Server

> Learn how to install and manage Minecraft plugins using our Game Panel's automatic installer or manual SFTP upload. Boost your server's features today.

## Enhance Your Minecraft Experience with Plugins

Plugins are the building blocks of a custom Minecraft server. They enable you to add essential features such as economy systems, land protection, custom commands, and performance optimizations without requiring players to install anything on their own computers.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner Friendly
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

<Important>
  ### Software Requirements

  Plugins only work on specific server types. Your server must be running **Paper**, **Spigot**, or **Purpur**.

  "Vanilla" Minecraft servers do not support plugins. If you need to switch your server type, follow our [Paper Installation Guide](/games/minecraft/how-to-install-minecraft-paper).
</Important>

<Info>
  ### Which Plugins Should I Choose?

  If you're unsure which plugins to install first, check out our curated list of [Recommended Minecraft Plugins](/games/minecraft/recommended-plugins).
</Info>

***

## Installation Methods

Choose the method that best fits your needs. The **Automatic Installer** is recommended for most users, while **Manual Upload** is best for custom or premium plugins.

<Tabs>
  <Tab title="Method 1: Automatic Installer">
    The FREAKHOSTING Game Panel features a built-in search tool that connects directly to popular plugin repositories.

    <Steps>
      <Step title="Access the Plugin Menu">
        Log in to your [Game Panel](https://panel.freakhosting.com) and select your server. In the left-hand sidebar, navigate to **Configuration** and then click on **Plugins**.
      </Step>

      <Step title="Search for Plugins">
        Use the search bar to find the plugin you want (for example, "LuckPerms" or "WorldEdit").
      </Step>

      <Step title="Install">
        Click the **Install** button next to the desired plugin. The panel will automatically download the correct `.jar` file into your server's plugins folder.
      </Step>

      <Step title="Restart Server">
        Navigate back to the **Console** and click **Restart** to activate the new plugin.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Method 2: Manual Upload (SFTP)">
    Use this method if you have downloaded a plugin from [SpigotMC](https://www.spigotmc.org/), [Polymart](https://polymart.org/), or [Hangar](https://hangar.papermc.io/).

    <Steps>
      <Step title="Download the Plugin">
        Ensure you have the `.jar` file of the plugin saved on your computer.
      </Step>

      <Step title="Connect to Your Files">
        In the Game Panel, go to the **Files** tab. For larger files or multiple plugins, we recommend using [SFTP](/portals/game-panel/how-to-connect-via-sftp).
      </Step>

      <Step title="Upload to Plugins Folder">
        Open the `plugins` directory. Drag and drop your `.jar` file directly into this folder.
      </Step>

      <Step title="Restart Server">
        Restart your server via the **Console** tab to load the plugin.
      </Step>
    </Steps>
  </Tab>
</Tabs>

***

## Verifying the Installation

To confirm that your plugins are running correctly:

1. Open your server **Console**.
2. Type `plugins` and press Enter.

<Check>
  ### Understanding the Output

  * If the plugin name appears in **green**, it is loaded and active.
  * If it appears in **red**, there is an error. Check the console logs for details.
</Check>

***

<AccordionGroup>
  <Accordion title="Common Issues & Troubleshooting">
    * **Version Mismatch:** Ensure the plugin version is compatible with your Minecraft server version.
    * **Missing Dependencies:** Some plugins require other plugins (like Vault or EssentialsX) to function. Check the plugin's documentation.
    * **Wrong Server Type:** Double-check that you are running Paper or Spigot, not Vanilla or Forge.
  </Accordion>

  <Accordion title="Advanced Configuration: MySQL">
    Many performance-heavy plugins (like LuckPerms or CoreProtect) work better when connected to a database. Learn [How to Create a MySQL Database for Plugins](/games/minecraft/how-to-create-a-mysql-database-for-plugins).
  </Accordion>
</AccordionGroup>

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Minecraft:** Features expanded.
</div>
