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
- Host: GitHub
- URL: https://github.com/csprance/misrcon-cli
- Owner: csprance
- License: mit
- Created: 2016-11-30T23:26:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T23:39:21.000Z (over 9 years ago)
- Last Synced: 2025-02-06T05:31:09.742Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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