I buildt my game server for Linux and checked headless mode. (I'm using UMMORPG)
and, preprared my linux server with this instructions:
https://noobtuts.com/unity/unet-server-hosting
So, when i enter command which start my game, there is not anything happens, only putty gets new line:
my game server is not running on ubuntu:
Thanks..
chmod
command only give execution rights to your executable. If you want to run it you should use:
./server.x86
As you can see your program is not running when you do ps -A