https://github.com/klashdevelopment/rconnect
RCONnect is an open source Minecraft RCON web UI and backend API.
https://github.com/klashdevelopment/rconnect
Last synced: about 2 months ago
JSON representation
RCONnect is an open source Minecraft RCON web UI and backend API.
- Host: GitHub
- URL: https://github.com/klashdevelopment/rconnect
- Owner: klashdevelopment
- Created: 2024-06-21T00:35:23.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-22T04:37:19.000Z (11 months ago)
- Last Synced: 2024-06-22T19:35:31.366Z (11 months ago)
- Language: TypeScript
- Homepage: http://pages.klash.dev/RCONnect/
- Size: 169 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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