Compatibility with RUST servers
n0la opened this issue · 6 comments
I'm not sure what I'm doing wrong. You seem to have addressed issues with Rust servers, but I can't have it respond to me. I tried for example:
$ rcon -H $myserverhostname -p 28016 -P $mypass -d global.status
But no luck...
Have you tried minecraft mode?
I can't say. I did convert my server to web based rcon and now it works. I think that the other mode is deprecated, so it's no use. Thanks for the follow up and sorry for my late response.
In the web based mode, it works fine by the way!
web based rcon
So it seams you switched away from rcon
to some other software? Glad everything is working for you now though.
I mean the rust server option +rcon.web
. There are two modes for rcon and one is websocket based I think. I don't really remember the signification of +rcon.web 0
, but that is what I'm using and running the following just worked:
$ rcon -H $myserverhostname -p 28016 -P $mypass -d global.status