-
Hi.
1. I build rcon-cli on my macOS 10.15.7 (Catalina)
2. Connect my RUST server: `./rcon-cli -a ip:port -p pass -t web`
3. In server rust config enable rconweb (rconweb="1")
4. I get an error: **…
d0bro updated
3 years ago
-
Would it be possible to support Web RCON? It uses websockets and can have some benefits over the older source rcon https://github.com/Facepunch/webrcon#rust
Another monitoring tool I use (Battlemet…
-
Hi, developer.
Can you add 7 days to die rcon support ?
-
Ark requires the query port as part of the connection as of a few patches ago.
When using this with ARK you will get dial tcp $IP:$PORT: i/o timeout
-
```
result, err = conn.Execute("")
if err != nil {
fmt.Println(err)
return
}
fmt.Println(result)
```
got response `unknown command` It is useless and there is no need to send a request
-
-
-
Key part of gorcon is to start and manage a games process and restart it if necessary.
This functionality is placed under the internal name "watcher" as the job of this package is to watch a process …
-
While it is still not 100% clear if those deadlocks randomly appearing when testing battleye and watcher, those definitely have to go for good.
The locks are related to the subscription code respon…