I have dedicated server in folder cs2d on linux mint. which one programm i can open dedicated server on linux?
Forum
CS2D Servers How do I run the dedicated server on Linux?How do I run the dedicated server on Linux?
7 replies 1
I have dedicated server in folder cs2d on linux mint. which one programm i can open dedicated server on linux?
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
chmod +x cs2d_dedicatedin the cs2d's folder before doing anything.
It adds executable right to the server (file), otherwise you wouldn't able to start it.
./cs2d_dedicatedalone 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
nohupcommand which basically makes the executable not terminating itself when you're closing the terminal. Just FYI.
GeoB99 has written
Or you do it the proper way and learn about If that's not what you want you've to use
nohupcommand which basically makes the executable not terminating itself when you're closing the terminal. Just FYI.
tmux
screentool:
The server shuts down when I close PuTTY
1