From 308a7766fa1f986df132633eec53c05c6465b35b Mon Sep 17 00:00:00 2001 From: EmilyxFox <48589793+EmilyxFox@users.noreply.github.com> Date: Sat, 27 Dec 2025 18:46:19 +0100 Subject: [PATCH] fix websocket console path (#3834) --- docs/sending-commands/websocket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sending-commands/websocket.md b/docs/sending-commands/websocket.md index afb6880d..f0812673 100644 --- a/docs/sending-commands/websocket.md +++ b/docs/sending-commands/websocket.md @@ -3,7 +3,7 @@ title: With websocket --- With `WEBSOCKET_CONSOLE` set to `true`, logs can be streamed, and commands sent, over a websocket connection. -The API is available on `/websocket`. +The API is available on `/console`. ## Password A password must be supplied using the `Sec-WebSocket-Protocol` header. This is done by putting `mc-server-runner-ws-v1` in the first slot, and the password in the second. The password can be set with `RCON_PASSWORD` or `WEBSOCKET_PASSWORD`. The latter overwrites the former. Authentication can be disabled with `WEBSOCKET_DISABLE_AUTHENTICATION`.