rcon-lite kpm/rcon-lite
A dependency-free RCON client for scripting and automating game servers.
$kpm install rcon-lite
Overview
rcon-lite speaks the Source RCON protocol in under 200 lines with zero dependencies, so you can script server automation without pulling in a heavy client library.
Usage
const rcon = require("rcon-lite");nconst client = await rcon.connect(host, port, password);nawait client.send("say hello from rcon-lite");
License
See the package license field in the sidebar. Published under the Kings Package Manager registry terms.