- Home /
Linux server console
Hi, I working on server for linux. But I need show for linux console with log output and commands like 'kick player'. Batchmode is not that what I wan't. Can you help me solve this problem ? 'Linux don't have graphic card'
Answer by hubbyo9 · Jul 29, 2013 at 04:00 PM
You cant do that because batch mode starts the game. You can have a console inside your game but unless you heavily mod unity, it is impossible to have that sort of console. However, you can send commands through a website and make the game check every minute or so for a command. E.G. website says null, server keeps running per usual. Website says kick, server checks another website on who to kick. Ive been looking into this, and apart from that I havent found anything else yet
Your answer
Follow this Question
Related Questions
Unity Library 1 Answer
how to create group policy in linux server 0 Answers
What does the headless build option do? 3 Answers
Problem with update project on VPS 0 Answers
How can a unity game be started on headless linux servers? 6 Answers