WebRcon icon indicating copy to clipboard operation
WebRcon copied to clipboard

RCON over WebSocket client library and command line interface.

Results 3 WebRcon issues
Sort by recently updated
recently updated
newest added

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

![hqdefault](https://cloud.githubusercontent.com/assets/17991/16477426/525938aa-3e46-11e6-8879-11d9b9bf2a52.jpg)