Kuroyama 6 Posted November 25, 2020 So I use the ./char-server, ./login-server and ./map-server and the server has run successful but whenever I exit the putty, the server also close. Unlike using ./athena-start start, even you close the putty, the server will remain running. How to make them run even tho the putty is closed? Even the gdb ./map-server run is closing whenever I exit putty. Quote Share this post Link to post Share on other sites
2 astralprojection 35 Posted November 26, 2020 use screen. $ cd yourROFolder $ screen -S login (this will create screen named "login") $ ./login-server $ ctrl+a+d to exit screen. To restore screen, use $ screen -r login 2 Kuroyama and xJhay reacted to this Quote Share this post Link to post Share on other sites
0 4144 364 Posted November 25, 2020 in putty use screen or tmux. and inside screen or tmux run your server then it can survive your disconnection. Quote Share this post Link to post Share on other sites
So I use the ./char-server, ./login-server and ./map-server and the server has run successful but whenever
I exit the putty, the server also close. Unlike using ./athena-start start, even you close the putty, the server will remain running.
How to make them run even tho the putty is closed? Even the
gdb ./map-server
run
is closing whenever I exit putty.
Share this post
Link to post
Share on other sites