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 ><