rusztamas Posted May 18, 2017 Share Posted May 18, 2017 Hi! I have got a Linux Server installed on my machine, and i will run an MTASA and TS3 server on it. As i remember, i had problems with the console, it was weird-controlable. I installed an application, called screen, but i dont really know how to use it. Is it possible, that i can leave the console, re-join in the console, write commands in the command line and the console, check other servers and etc. Please help me, with this screen and console stuff! Thanks, have a wonderful day! Tommy Link to comment
pa3ck Posted May 19, 2017 Share Posted May 19, 2017 It is, yes. This is how you start your MTA server with screen: SCREEN -S myserver ./mta-server -> myserver is the name of your screen (like a variable, it can be anything), you can go back to it any time with this command: SCREEN -R myserver -> this command will open up the same screen again, to detach the screen press CTRL + A then CTRL + D (this will exit from the screen, but it will keep running in the background) To completely stop the server, you can press CTRL + C to shutdown the server when in SCREEN mode 1 Link to comment
rusztamas Posted May 19, 2017 Author Share Posted May 19, 2017 thank you! i will give it a try, after i solve some problems about it. Link to comment
rusztamas Posted May 19, 2017 Author Share Posted May 19, 2017 i'ts working ,thank you Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now