About
RconEd is a Java library for issuing RCON commands to supported game servers. These currently include:
- Halflife (HL)
- Halflife 2 (Source)
- Battlefield 2 (BF2)
- Call of Duty 2
Usage
RconEd can be used by any Java program easily. It has a simple API, eg for HL:
Rcon.send(local_queryPort, game_ip, game_port, rcon_password, rcon_command);