Hi all,
I try to use my own server but I'm not able to connect Rust to it. In the console I can see that the server is up. I use this command in the Rust console : client.connect 192.168.1.111:28015 (My computer is on the same local network).
In Rust I have this message :
My server is a docker server.
An idea?
Thx.