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...
