npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@woopsy/mcpanel

v9.0.0

Published

MCPANEL — a terminal-based, single-server Minecraft server manager with an Arch/neofetch-style UI, live logs, backups, plugins and Playit.gg tunnels.

Readme

MCPANEL

A terminal-based single-server Minecraft server manager with an Arch/neofetch-style startup screen. Connect one server folder and control it with simple commands — start/stop, live logs in a separate window, backups, plugins, server.properties editing, Java switching, and one-click Playit.gg tunnels so friends can join.

  __  __  ____ ____   _    _   _ _____ _
 |  \/  |/ ___|  _ \ / \  | \ | | ____| |
 | |\/| | |   | |_) / _ \ |  \| |  _| | |
 | |  | | |___|  __/ ___ \| |\  | |___| |___
 |_|  |_|\____|_| /_/   \_\_| \_|_____|_____|
  Minecraft Server Manager
──────────────────────────────────────────────────
  path:     /home/you/servers/SMP
  type:     Fabric 26.1.2
  ram:      4G
  status:   Running
  java:     25.0.3
  os:       WSL
  tunnel:   Online
──────────────────────────────────────────────────
mcpanel>

Requirements

  • Node.js 22+https://nodejs.org
  • Java matching your Minecraft version (e.g. MC 26.x needs Java 25, MC 1.20–1.21 needs Java 21). MCPANEL can list and switch between installed JVMs with java.

Install

MCPANEL installs as a global npm command. However you install it, you run it the same way: type mcpanel.

🪟 Windows — one-click (no WSL, no commands)

The easiest path for a fresh Windows PC. This installs Node, Java 25, and MCPANEL for you, then launches it.

  1. Download mcpanel-setup.bat and mcpanel-setup.ps1 from scripts/win (keep them in the same folder).
  2. Double-click mcpanel-setup.bat. Approve any Windows install prompts.
  3. When it finishes, MCPANEL opens — and there's now an MCPANEL shortcut on your Desktop and Start menu.

Prefer PowerShell? Paste this one line instead:

irm https://raw.githubusercontent.com/Woopsyyy/MCPANEL/main/scripts/win/mcpanel-setup.ps1 | iex

Requires Windows 10 (1809+) or Windows 11 for winget. On older Windows, install Node LTS and Java 25 manually, then run npm install -g @woopsy/mcpanel.

If Java is missing later, MCPANEL will offer to install it the first time you run start.


🐧 WSL / Linux / macOS (bash/zsh)

npm install -g @woopsy/mcpanel
mcpanel

If you get mcpanel: command not found, your npm global bin isn't on PATH. Add it:

echo 'export PATH="$(npm config get prefix)/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

🪟 Windows — Command Prompt (cmd)

npm install -g @woopsy/mcpanel
mcpanel

🪟 Windows — PowerShell

npm install -g "@woopsy/mcpanel"
mcpanel

In PowerShell, quote the scoped name ("@woopsy/mcpanel") so the @ isn't parsed as a splat operator.

Run without installing (npx)

npx @woopsy/mcpanel

First run

  1. Launch mcpanel.
  2. It shows the banner, then asks for your server folder path (a folder containing server.jar and/or server.properties). Paste it and press Enter.
    • On WSL you can paste a Windows path like C:\Users\you\Server — MCPANEL converts it to /mnt/c/... automatically.
  3. MCPANEL detects the server type + Minecraft version, saves it, and drops you at the prompt.

To connect a different server later: sync <path>.


Commands

Commands are typed without a leading slash — just start, tunnel java, playit, etc.

| Command | What it does | |---|---| | start · stop · restart | Control the server process | | console | Interactive console (type commands sent to the server) | | log | Open live logs in a new terminal window (tail -f) | | info | Server path, type, version and status | | sync <path> | Connect a different server folder | | properties | Edit server.properties interactively | | java [path] | Show/list installed JVMs, or set the one used to launch | | stats | System + server CPU / RAM / disk usage | | folder | Open the server folder in your file explorer | | backup create · list · restore <id> | Manage ZIP backups | | plugins list · install <url> · remove <name> | Manage plugins | | tunnel java · bedrock · status · log · stop · reset | Playit.gg tunnels | | playit | Stream live playit.gg relay logs (shortcut for tunnel log) | | dashboard · stop · status | Launch the realtime web dashboard in your browser | | config · clear · help · exit | Utilities |

Type help inside MCPANEL for the full menu, and use Tab for autocompletion.


Notes

  • Single server by design. MCPANEL manages exactly one server (the one you sync).
  • Playit tunnel. The first tunnel claims a free Playit agent in your browser once; the binary is downloaded automatically. Your secret is stored locally in config.json (which is git-ignored — don't commit it).
  • log in a new window. On WSL it opens via the Windows console; on Linux it uses your terminal emulator; on macOS it uses Terminal. If none is available it falls back to an in-place read-only view (back to exit).
  • Web dashboard. dashboard launches a local React dashboard (served by an in-process Fastify + WebSocket server) and opens it in your browser. It mirrors the live server in real time — who's online, installed mods/plugins, Playit tunnels, the console (read and send), Playit relay logs, and backups. It binds to 127.0.0.1 only and is protected by a one-time token baked into the URL, so nothing else on your machine or network can drive your server. The dashboard requires your Playit.gg account to be linked (it runs the one-time claim first if needed). dashboard stop shuts it down; the terminal stays usable throughout.

Development

git clone https://github.com/Woopsyyy/MCPANEL.git
cd MCPANEL
npm install
npm run dev      # run from TypeScript (ts-node)
npm run build    # compile to dist/

Releasing (maintainers)

Publishing is automated by GitHub Actions (.github/workflows/publish.yml). You never run npm publish by hand.

One-time setup:

  1. Create an npm Automation token: npmjs.com → Access Tokens → Generate New Token → Automation (these bypass 2FA in CI).
  2. Add it to the repo: GitHub → Settings → Secrets and variables → Actions → New repository secret → name NPM_TOKEN.

Every release after that:

npm version patch      # or minor / major — bumps package.json and creates a git tag
git push --follow-tags # pushes the commit + tag; CI builds and publishes to npm

The workflow skips automatically if that version is already on npm, and npm install -g @woopsy/mcpanel@latest picks up the new version once it's green.


License

MIT © Woopsy