WebRcon
WebRcon copied to clipboard
RCON over WebSocket client library and command line interface.
First time using this rcon client, however for a sanity check I thought I'd try the same details in an ark server manager (gui based one). It worked with every...
Example: ``` rcon.on('connect', function() { rcon.run('echo hello world!', -1) }) rcon.on('message', function(msg) { console.log('MESSAGE:', msg) }) ``` Somehow capturing chat is fine. --------- Expected: JSON with "hello world" in msg.Message...

Should be equals to 1, i guess: https://github.com/dcodeIO/WebRcon/blob/d4b87be868c0c8285896a88180964a80b2314bcf/webrcon.js#L100