edited 1×, last 27.11.19 09:13:00 pm
Forum
CS2D Servers port change automaticly (solved))port change automaticly (solved))
8 replies 1
Try using server with the commandline parameter -port 36963
You may also try -realport 36963
sudo ss -ulw
look i gived my servers the port 45421,45422,45433 ports like this.
so if im every time restart my server or change map, its change the port automaticly...
and if im typing "sudo ss -lw" its coming this:
state recv-q send-q local adress:port peer adress:port
You have to make sure that:
You only run one single server instance with a specific port
No other server instances are already running somehow in the background
Everything else will definitely lead to problems and unexpected behavior.
Also make sure that no other programs are using the UDP ports you plan to use to host your servers.
In some cases simply using other ports might already be a solution.
Just contacted him on Discord and we managed to make it work.
1