MIKI785 Posted March 18, 2011 Share Posted March 18, 2011 Hi, I have a problem, if I start server using Putty, its OK. Server is running but If i close the putty server will shutdown, why? Please help how to make server still runing. I try command exit but the same > Server shutdown I have Linux debian Link to comment
0 Discord Moderators Zango Posted March 18, 2011 Discord Moderators Share Posted March 18, 2011 you would want to use screen as it let's you detach and reattach the server console. aptitude install screen once installed, you can use screen -S mtaserver now start your server and you can freely close putty when you log back into putty, use this command to reattach your console: screen -R mtaserver Link to comment
0 MIKI785 Posted March 19, 2011 Author Share Posted March 19, 2011 Thanks, its OK now. Link to comment
Question
MIKI785
Hi,
I have a problem, if I start server using Putty, its OK. Server is running but If i close the putty server will shutdown, why? Please help how to make server still runing.
I try command exit but the same > Server shutdown
I have Linux debian
Link to comment
2 answers to this question
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