Skip to content

kwkoepcke3/rsrcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsrcon

Rust implementation of RCON

Supports multi packet responses

install

cargo install --path .

env variables

RCON_PASSWORD

RCON_ADDRESS (ip:port)

note, the address must be a port. You can find the ip of a domain with host {domain} on linux

usage

Usage: rsrcon [OPTIONS] [CMD]...

Arguments:
  [CMD]...  

Options:
  -p, --password <PASSWORD>  
  -a, --address <ADDRESS>    
  -h, --help                 Print help
  -V, --version              Print version

examples

$ rsrcon list
There are 0 of a max of 20 players online: 

$ RCON_PASSWORD=password RCON_ADDRESS=ip:port rsrcon list
There are 0 of a max of 20 players online: 

About

simple multi-packet response rcon in rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages