kardespro / controlmc

ControlMC is a web-based control panel for managing Minecraft Pocket Edition servers using the RCON (Remote Console) protocol. It allows you to perform various server management tasks through an easy-to-use web interface.

Home Page:https://controlmc.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ControlMC - Minecraft Pocket Edition Control Panel

License

ControlMC is a web-based control panel for managing Minecraft Pocket Edition servers using the RCON (Remote Console) protocol. It allows you to perform various server management tasks through an easy-to-use web interface.

Features

  • Connect to your Minecraft Pocket Edition server using RCON protocol
  • Execute commands directly from the control panel
  • Manage players, ban/unban users
  • View server logs and real-time console output
  • Easy-to-use and mobile-friendly user interface

Built With

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository:
git clone https://github.com/kardespro/ControlMC.git
cd ControlMC
  1. Install dependencies:
npm install

Usage

  1. Set up your Minecraft server with RCON enabled and get the RCON credentials (hostname, port, and RCON password).

  2. Start the development server:

npm run dev

or

npm run build && npm run start
  1. Open your browser and go to http://localhost:3000 to access the ControlMC control panel.

Contributing

Contributions are welcome! Feel free to open issues and submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

ControlMC is a web-based control panel for managing Minecraft Pocket Edition servers using the RCON (Remote Console) protocol. It allows you to perform various server management tasks through an easy-to-use web interface.

https://controlmc.vercel.app


Languages

Language:TypeScript 95.2%Language:JavaScript 4.1%Language:CSS 0.7%