RCONnect is an open source Minecraft RCON web UI and backend API.
Backend
- Open a terminal
- CD to rconnect>server
- npm install
- node index.js
- Provide the IP of the machine running the backend into the WebUI.
Once you have the backend running, you can also deploy the web ui yourself. Web UI (next.js)
- Open terminal
- CD to rconnect
- npm i
- npm start