gorcon / rcon-cli

RCON client for executing queries on game server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli: websocket: authentication failed

d0bro opened this issue · comments

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: cli: websocket: authentication failed

When i change rconweb="0" (in my RUST server conf) and write command:
./rcon-cli -a ip:port -p pass -t rcon, rcon-cli work normaly.

How to make it work with rconweb="1"?
screen

Hi! Thanks for request.

Is your server running in Docker?

Hi! Thanks for request.

Is your server running in Docker?

No. My RUST game server run on Linux through linuxgsm.
1620670030793

Sorry for the late answer. I checked on my server and it works. Please try the new version https://github.com/gorcon/rcon-cli/releases/tag/v0.10.0