Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/kardespro/controlmc
mc mcbe mcbe-server mcpe mcpe-rcon minecraft minecraft-server rcon
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kardespro/controlmc
- Owner: kardespro
- Created: 2023-07-31T20:44:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-09T16:55:12.000Z (over 1 year ago)
- Last Synced: 2024-05-01T17:43:43.531Z (8 months ago)
- Topics: mc, mcbe, mcbe-server, mcpe, mcpe-rcon, minecraft, minecraft-server, rcon
- Language: TypeScript
- Homepage: https://controlmc.vercel.app
- Size: 108 KB
- Stars: 30
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ControlMC - Minecraft Pocket Edition Control Panel
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
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
- [Next.js](https://nextjs.org/) - The React framework for production
- [TypeScript](https://www.typescriptlang.org/) - Typed JavaScript at Any Scale
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework
- [RCON Protocol](https://wiki.vg/RCON) - The protocol used to communicate with the Minecraft server## Getting Started
### Prerequisites
- Node.js and npm installed on your machine.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/kardespro/ControlMC.git
cd ControlMC
```2. Install dependencies:
```bash
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:
```bash
npm run dev
```
or```bash
npm run build && npm run start
```4. 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](LICENSE) file for details.