Skip to content

jcarrete5/java-rcon

Repository files navigation

java-rcon

Java implementation of the RCON protocol

About

The RCON protocol is mainly used by Valve games written with the source engine. The protocol is used to remotely control a server. In this particular implementation, after a connection is established to a desired server running the RCON protocol, all inputs entered in the console are sent to the server in plain text and executed as a command; The output is sent back in plain text to the user.

Usage

Linux

./java-rcon [-H <hostname>] [-P <password>] [-p <port>] [-c <command_str>]

Windows

java-rcon.bat [-H <hostname>] [-P <password>] [-p <port>] [-c <command_str>]

Commands

A command prefixed with a . will be executed by the client instead of being sent to the server.

.quit

Closes the connection to the server and exits the client

.help

Not implemented yet

About

Java implementation of the RCON protocol

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •