rconcr
Version, currently master branch1 version
- master branchlatestJul 18, 2020
github.com/straight-shoota/rconcr
Client for the game server RCON (remote console) protocol.
3 stars
2 dependents
License: Apache
Installation
# Add this to your shard.yml
dependencies:
rconcr:
github: straight-shoota/rconcr
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.33.0- License
- Apache
- Author
- Johannes Müller
- Target
rconcrfrom src/cli.cr
Dependencies
This version declares no dependencies.
README
rconcr
Client for the RCON (Remote CONsole) protocol implemented in Crystal.
This Protocol is used to access a remote console on game servers. The implementation has been tested with Minecraft server, but should work with Source-compatible RCON servers as well.
Installation
-
Add the dependency to your
shard.yml:dependencies: rconcr: github: straight-shoota/rconcr -
Run
shards install
Usage
require "rconcr"
RCON::Client.open(address, host, password) do |client|
response = client.command "say Hello World from RCON!"
if response
RCON.colorize(STDOUT, response)
puts
else
abort "Server closed connection"
end
end
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/rconcr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Johannes Müller - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Jul 18, 2020
- Crystal
0.33.0- Indexed
- yes
Dependents
Repository
github.com/straight-shoota/rconcr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 14, 2026
- Versions
- 1