# Minecraft Panel Tools on XGamingServer (/docs/panel-guides/minecraft-tools)









import { Step, Steps } from 'fumadocs-ui/components/steps';

Minecraft servers get dedicated tools in the panel for plugins, modpacks, server software, player management, and configuration. These appear automatically in the sidebar.

Plugin Browser [#plugin-browser]

Browse and install plugins from Modrinth directly in the panel — no manual downloads needed.

<img alt="Minecraft plugin browser with Modrinth integration" src={__img0} placeholder="blur" />

<Steps>
  <Step>
    Click **Plugins** in the sidebar.
  </Step>

  <Step>
    Filter by **Provider** (Modrinth), **Plugin loader** (Spigot, Paper, etc.), and **Minecraft version**. Search by name.
  </Step>

  <Step>
    Click the **download icon** on any plugin to install it. Click **Installed Plugins** (top-right) to manage what's installed.
  </Step>
</Steps>

> Restart your server after installing plugins.

Modpack Installer [#modpack-installer]

Install complete modpacks (Forge, Fabric, etc.) with one click.

<img alt="Modpack browser showing available packs" src={__img1} placeholder="blur" />

1. Click **Modpacks** in the sidebar
2. Browse or search for a modpack
3. Select the version and click **Install**

> **Warning:** Installing a modpack replaces your current server files. [Create a backup](/docs/panel-guides/backups) first.

Server Type / Version Changer [#server-type--version-changer]

Switch between server software types (Paper, Forge, Fabric, Vanilla, Purpur, etc.) and Minecraft versions.

<img alt="Server type changer showing all available server software" src={__img2} placeholder="blur" />

<Steps>
  <Step>
    Click **Software** (or **Version**) in the sidebar.
  </Step>

  <Step>
    The page shows your current server type and version at the top. Below are categories:

    * **Recommended:** Vanilla, Paper, Fabric
    * **Established:** Forge, NeoForge, Velocity, Purpur, Pufferfish, Sponge, Spigot, BungeeCord, Waterfall

    Each shows the number of available Minecraft versions and builds.
  </Step>

  <Step>
    Click any server type, select a version, and click **Install**.
  </Step>
</Steps>

> A yellow warning banner shows if your current build is outdated (e.g., "The latest build is 0.19.0").

Player Manager [#player-manager]

Manage players directly from the panel — no console commands needed.

1. Click **Players** in the sidebar
2. View online players with their skins

Available Actions [#available-actions]

| Action              | Description                                 |
| ------------------- | ------------------------------------------- |
| **Whitelist**       | Add/remove players, toggle whitelist on/off |
| **OP / De-OP**      | Grant or revoke operator status             |
| **Ban / Unban**     | Ban or unban by name or IP                  |
| **Kick**            | Kick a player                               |
| **Clear Inventory** | Clear a player's items                      |
| **Kill**            | Kill a player in-game                       |

> Give moderators access to the Players page via [Subusers](/docs/panel-guides/subusers) instead of granting console access.

Config Editor [#config-editor]

Edit common config files through a form interface instead of raw text.

1. Click **Configs** in the sidebar
2. Select a file (e.g., `server.properties`, `bukkit.yml`)
3. Modify settings using labeled fields
4. Click **Save**

Related Guides [#related-guides]

* [Files](/docs/panel-guides/file-manager) — manual file editing
* [Backups](/docs/panel-guides/backups) — back up before changes
* [Game-Specific Tools](/docs/panel-guides/game-specific-tools) — tools for other games
