[LCK]Mates Posted March 7, 2009 Posted March 7, 2009 Hey! I Host my own server on (Linux / Debian) my Dedicated Server so i start server and got him on Console all OK ! but i quit from my console Server = Down ( My question how to Start MTA Server on Background Process? Thanks for answers
Mr.Hankey Posted March 7, 2009 Posted March 7, 2009 http://www.gnu.org/software/screen/screen.html <-might help you
MTA Team jhxp Posted March 7, 2009 MTA Team Posted March 7, 2009 If you don't have the screen package installed yet, you can get it easily by running this as root: apt-get install screen Then run the server like this: screen ./mta_server Should start just fine... to put it in a background, hold CTRL key, then press A , then D. To put it back, type screen -r On a side note, you shouldn't be running it (or any other app or command that doesn't need to be run with administrative privileges) normally as root One of the [VCP] leaders // honorary member of the =PCP= gang. Do not PM me your MTA:SA Client / Server support questions, Lua scripting questions, unban requests or server toplist concerns - please ask them here: MTA:SA Support subforum, here: Scripting subforum, here: Ban appeals or here: Servers instead. For other inquiries - please expect delays in replies when messaging me.
Recommended Posts