MinePanelDownload
Self-hosted · Runs beside server.jar

Control your Minecraft server from one beautiful panel

MinePanel is a local web control panel for console streaming, file editing, world management, and player admin — open it in your browser from the same machine or anywhere on your LAN.

  • Live console & commands
  • Server directory file manager
  • Player admin controls

Everything you need

Three focused workspaces replace juggling SSH, FTP, and in-game commands.

Console & Command Center
Stream server logs in real time and send commands like stop, say, and op directly from your browser.
File Manager
Navigate your server directory, edit configs, upload plugins, and save changes instantly to disk.
Player Management
View inventories, toggle OP/ban status, change gamemodes, and run destructive admin actions immediately.
Built for local hosting
Runs on the same machine as your server with direct filesystem and process access via Node.js APIs.

Installation guide

Five steps from download to a running local control panel in your browser.

  1. 1
    Download the .zip

    Grab minecraft-server-panel.zip from this page. It contains the full Next.js control panel ready to extract.

  2. 2
    Extract into your server folder

    Unzip the contents directly into your main Minecraft server directory — the same folder that contains server.jar.

  3. 3
    Install & start the panel

    Run npm install, set your PIN, then npm run dev (or ./start.sh on Unix). The panel binds to port 3000 by default.

  4. 4
    Open in your browser

    Visit http://localhost:3000 on the host machine, or use the server’s LAN IP (e.g. http://192.168.1.10:3000) from another device on your network.

  5. 5
    Stay up to date

    Run npm run app:update from the panel folder to download the latest release and replace app files. Your PIN and settings are kept.