An open API service indexing awesome lists of open source software.

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

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