Skip to main content

RCONClientV2

The RCONClientV2 class is the client that is used for interacting with the RCONv2 API.

Constructor

const { RCONClientV2 } = require("hll-ircon");

const client = new RCONClientV2({
host: "127.0.0.1", // Server Host
port: 8000, // RCON Port
password: "RCON_PASSWORD", // RCON Password
debug: false, // Whether or not to enable debugging
});

Managers