I've done it in the past with the help of this community, but now I've followed the same VPS dedicated server guide and I'm stuck on 1 part.
When trying to use ./cs2d_dedicated in linux terminal it sends :
1
2
2
cs2d@debian-01:~/cs2d-ds2$ ./cs2d_dedicated -bash: ./cs2d_dedicated: No such file or directory
What I've tried :
Following this guide https://www.unrealsoftware.de/forum_posts.php?post=341313
Running from root user, running from a new user. With different file ownerships.
Setting permissions to 777
Using ls -l shows that the file is within that folder.
Commands I've been using to run the server through terminal :
./cs2d_dedicated
./home/cs2d-ds/cs2d_dedicated
nohup /home/cs2d-ds/cs2d_dedicated
chmod +x cs2d_dedicated
This is how it looks like in terminal (not as root)
https://prnt.sc/4g3CJfwjpjQo