Linux > Can't open my game via SSH

Hi everyone,

I’m actually developping an online game, and wanted to post the server on a dedicated server that I can manage with SSH.
I tried to launch it like : ./server.x86 -batchmode -nographics and that return me this log message :

Monopath[0] = '/root/LinuxServer/server_data/Managed'
Monopath[1] = '/root/LinuxServer/server_data/Mono'
Mono config path ='/root/LinuxServer/server_data/Mono/etc'

(and come back directly on ssh prompt)

in the logfile I have this error :

Mono : command not found
batchmode : command not found

What shoud I do ?

Thank you so much for your help ><

Hi everyone, I’m still stuck with my problem, I read that I needed Unity Pro to launch an application without graphics, maybe that why I can’t launch it on my VPS server ?

Yep, you need Pro to create a headless binary. You COULD do some hackish stuff to run it in a displayless X server, but I really, really don’t recommend it. It’ll still be rendering the graphics somewhere, hogging CPU.

Thank you for your answer !