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

https://github.com/csprance/misrcon-cli

Miscreated server administration utility CLI version
https://github.com/csprance/misrcon-cli

Last synced: about 1 year ago
JSON representation

Miscreated server administration utility CLI version

Awesome Lists containing this project

README

          

# MisRCON
Miscreated server administration utility

## Installation
To run this program you must have Python 2.7 installed on your machine somewhere.

Then just extract it somewhere on your pc

## How to use
navigate to where you extracted the script and run `python misrcon.py --help` to get instruction on what is required to send or schedule a command

## Examples

`python misrcon.py -i 192.168.1.1 --port 40565 -p password --command sv_say "The server will be restarting soon" --time 12:45 --s`

This command would schedule only a connection to the server 192.168.1.1:40565 using the password password and then send the command sv_say The server will be restarting soon at 12:45 tomorrow and keep the window open until it executes tomorrow and then it will reschedule itself to run again +1 day

`python misrcon.py -i 192.168.1.1 --port 40565 -p password --command sv_say "You're all noobs"`

This command would make a connection to the server 192.168.1.1:40565 using the password password and then send the command sv_say You're all noobs

`python misrcon.py -i 192.168.1.1 --port 40565 -p password --command sv_say "You're all noobs" --time 12:45`

This command would make a connection to the server 192.168.1.1:40565 using the password password and then send the command sv_say You're all noobs and then schedule that same command to run again tomorrow at 12:45