Forum
CS2D General DediDedi
4 replies 1
Download the windows zip archive
And
the dedicated server for linux.
extract both to the same location, delete the exe files.
Go to /sys/ folder, open the server.cfg and configure it as you wish.
Upload it with any FTP / SFTP tool.
open the SSH Termninal go to the cs2d folder (with cd folder)
do:
chmod +x cs2d_dedicated
and:
nohup ./cs2d_dedicated &
it should be up and running!
The file transfer needs to be done through SFTP. Connecting is easy (as long as you have SFTP access) and can be done from inside the terminal:
1
sftp username@12.34.56.78
Just use your root login for this.
use the command cd to change to the desired remote directory and the command lcd to change to the desired local directory.
Now transfer the files using put for a single file and mput for multiple files (these commands need to be followed by (a) filename(s)). To upload the contents of the entire local directory at once, use mput *.
To disconnect, use the quit or bye command.
1