HELP "Assault cube fata eror COul not create server info socket"
#1
Ok I have a last one....I done open the ports...now the Info socket..Where should i find Infosocket?
Thanks given by:
#2
This message means you have something using the port that's one higher than your server port. It usually happens when you already have the server running and didn't notice.
Thanks given by:
#3
I just put ports 12908 UDP...Is that high?
Thanks given by:
#4
Sorry - bad English on my part. No, 12908 is not high; you could use any value up to 65534.
What I meant was, the info port runs on the port that's (server port)+1.
If 12908 is your server port, your info port is 12909. You must forward both of these ports in your router.
However, as I said, this error usually indicates that the server is already running when you tried to start it.
Thanks given by:
#5
Open ports 28763 - 28764 All (UDP - TCP)
Or you can put other ports exemple:
4444 - 4445
5555 - 5556
22 - 23
aways open two ports, and You put first port in your server.
Thanks given by:
#6
(19 Jun 12, 09:49AM)wc clan Wrote: Open ports 28763 - 28764 All (UDP - TCP)
Or you can put other ports exemple:
4444 - 4445
5555 - 5556
22 - 23
aways open two ports, and You put first port in your server.

I would suggest not using port numbers below 1025, as 0-1024 are commonly used ports or system ports.

port 22 default for SSH (commonly used to administer many ac servers)
port 23 default for TELNET port (can be used to administer ac servers)

http://en.wikipedia.org/wiki/List_of_TCP...rt_numbers
Thanks given by: