How do I run the dedicated server on Linux?
7 replies



21.11.21 10:59:46 pm
My english not good but i try explain.
I have dedicated server in folder cs2d on linux mint. which one programm i can open dedicated server on linux?
I have dedicated server in folder cs2d on linux mint. which one programm i can open dedicated server on linux?

Admin/mod comment:
"dedicated server on linux" sounds a bit vague, fixed. /
Open the terminal, then run
Or use
cd <folder with cs2d dedicated server>
and type ./cs2d_dedicated
.Or use
nohup ./cs2d_dedicated &
. edited 1×, last 22.11.21 03:30:27 am
You received a game ban because you seem to be a cheater. You are not able to log-in in-game anymore.
Don't forget to run
chmod +x cs2d_dedicated
in the cs2d's folder before doing anything. CS2DArchive - Version Database www.CS2DArchive.com - WebHosting: www.BroHosting.eu
@
MaksDragon:
It adds executable right to the server (file), otherwise you wouldn't able to start it.

It adds executable right to the server (file), otherwise you wouldn't able to start it.
CS2DArchive - Version Database www.CS2DArchive.com - WebHosting: www.BroHosting.eu
Executing
If that's not what you want you've to use
./cs2d_dedicated
alone implies that you're about to launch the CS2D dedicated server executable that is perceptible of SIGHUP (hang up) when you close the terminal which thoroughly means the dedicated itself will also close as well.If that's not what you want you've to use
nohup
command which basically makes the executable not terminating itself when you're closing the terminal. Just FYI. 
If that's not what you want you've to use
nohup
command which basically makes the executable not terminating itself when you're closing the terminal. Just FYI.tmux
https://ohaz.engineer - Software Engineering
You received a game ban because you seem to be a cheater. You are not able to log-in in-game anymore.



