https://github.com/avitex/rcon-cmd
Simple command line tool to issue commands to a RCON enabled server
https://github.com/avitex/rcon-cmd
Last synced: 3 months ago
JSON representation
Simple command line tool to issue commands to a RCON enabled server
- Host: GitHub
- URL: https://github.com/avitex/rcon-cmd
- Owner: avitex
- License: mit
- Created: 2016-11-17T02:45:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T02:58:55.000Z (over 8 years ago)
- Last Synced: 2025-01-15T15:08:29.382Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
rcon-cmd
======
Simple command line tool to connect to a rcon enabled server and issue commands## Usage
```$ rcon host:port password```#### Common useful commands
| Command | Description |
|------------|----------------------------------------------|
| `status` | Retrieve the status of the host |
| `find >` | Search for commands where (eg `find status`) |
| `maps *` | List all maps hosted on server |