Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MineCtrl

Node.js License: MIT

A lightweight web dashboard for managing and monitoring Minecraft servers — no bloat, no fuss.

MineCtrl gives you real-time server visibility and control through a clean browser interface. It's built to be fast to deploy, easy to extend, and light on resources — so it doesn't compete with your server for RAM.


Features

  • Real-time monitoring — Server status, player counts, and live feedback at a glance
  • Lightweight backend — Node.js with minimal dependencies; doesn't eat into your server's headroom
  • Simple authentication — Local Users.json-based user management, no database required
  • Modern interface — Clean, responsive web dashboard that works in any browser
  • Fast setup — Running in under five minutes from a fresh clone

Requirements

  • Node.js v18 or higher
  • npm (bundled with Node.js)

Getting Started

1. Clone the repository

git clone https://github.com/reyaansh72/MineCtrl.git
cd MineCtrl

2. Install dependencies

npm install express cors

3. Start the server

node server.js

4. Open the dashboard

Navigate to http://localhost:3000 in your browser. That's it.


Project Structure

MineCtrl/
├── server.js       # Main application entry point
├── package.json    # Project metadata and dependencies
└── Users.json      # Local user store

Development Mode

To automatically restart the server when you save changes, use nodemon:

npx nodemon server.js

Install it globally once if you prefer the shorter command:

npm install -g nodemon

Notes

  • Port: Defaults to 3000. Change it in server.js if another service is already using that port.
  • User data: Credentials and settings are stored in Users.json — keep this file out of version control if your repo is public.

Author

Reyaansh · @reyaansh72


Made with ❤️ for the Minecraft community.

About

A Minecraft Server Dashboard Based On NodeJS :)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages