Skip to content

hllplanner/hll-rcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    HLL RCON

A NodeJS library to interact with Hell Let Loose's RCONv2


Installation

yarn add hll-rcon
...
npm i hll-rcon

Getting Started

const { RCONClient } = require("hll-rcon");

const client = new RCONClient({
  host: "123.123.123.123",
  port: "7799",
  password: "RCON_PASSWORD"
});

client.on("ready", async () => {
  const serverName = await client.server.getServerName();
  console.log(`Logged in to server: ${serverName}`);
});

About

A nodejs library for interacting with Hell Let Loose RCON

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •