https://github.com/csprance/node-misrcon-example
A quick example on how to use node-misrcon and Cron to run RCON Tasks on a server
https://github.com/csprance/node-misrcon-example
Last synced: about 1 year ago
JSON representation
A quick example on how to use node-misrcon and Cron to run RCON Tasks on a server
- Host: GitHub
- URL: https://github.com/csprance/node-misrcon-example
- Owner: csprance
- Created: 2019-09-11T18:07:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T23:31:05.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T00:19:40.597Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-misrcon Example
> How to use node-misrcon and cron modules to execute tasks using RCON
## Installation
* Install [nodejs](https://nodejs.org)
* Download the repository by clicking on Download or using git to clone
* `git clone https://github.com/csprance/node-misrcon-example.git`
* Open index.js to see what's going on and tweak as needed or create more cron jobs
* Navigate to the downloaded folder and from the command line run
* `npm run start`
* This will kick off the script.
* Keep in mind the tasks will stop running when you close the window.
## Help?
Join our miscreated Discord for more help or use [MisRCON](https://github.com/csprance/misrcon.git) for a GUI version of this script