rust-server icon indicating copy to clipboard operation
rust-server copied to clipboard

Rcon connect failure

Open sergiolaguens opened this issue 3 years ago • 0 comments

Hi, im trying to send to my container de next command and i receive an error

sergio@xx:~$ docker exec MODIFICADO_X2 rcon say hello RconApp::Relaying RCON command: say hello RconApp::Error: Error: connect ECONNREFUSED 127.0.0.1:28016 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1144:16) { errno: 'ECONNREFUSED', code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 28016 }

I think it is because i configured my container for rcon port 28116 so can i change the connection port?? I tried with -p PORT and more but anything worked.

Thanks and regards.

sergiolaguens avatar May 14 '22 12:05 sergiolaguens