Home
   Font size:      

Project-Info

PDF
PDF

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)

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);
    

Authors

References