Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 423 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 423 Bytes

RCONnect

RCONnect is an open source Minecraft RCON web UI and backend API.

Usage

Backend

  1. Open a terminal
  2. CD to rconnect>server
  3. npm install
  4. node index.js
  5. Provide the IP of the machine running the backend into the WebUI.

Self-Deploy Web UI

Once you have the backend running, you can also deploy the web ui yourself. Web UI (next.js)

  1. Open terminal
  2. CD to rconnect
  3. npm i
  4. npm start