elkingahmed
New Member
- Joined
- May 31, 2012
- Messages
- 116
- Reaction score
- 2
hello whenever i close putty my ot stops after a period of time
using debian 8
any ideas ?
using debian 8
any ideas ?
any tutorial please ?Yes, You are running your OTServer in that current putty session. Putty doesnt remote desktop as such, it creates its own workspace. The easiest way to get around this is to install something called 'conspy' it will allow you to remote into your Linux server.
aptitude update && aptitude install conspy
conspy 1
conspy 1
working now but how to stop this window ?Wait what have you down? basically you do this.
Install Conspy Using the following
Code:aptitude update && aptitude install conspy
after thats installed you simply type
Code:conspy 1
Then you just launch your server from there.
WHen you close putty and want to get back into your server you just putty into server again and use
Code:conspy 1
ummm off the top of my head i think you press escape twice fastworking now but how to stop this window ?
no i mean to kill the process so i start from the beginningummm off the top of my head i think you press escape twice fast
Ctrl + Cno i mean to kill the process so i start from the beginning
the console showing the command which were used before 14 other commandsCtrl + C
You lost me i have no clue what you asking lolthe console showing the command which were used before 14 other commands
look i've typed conspy 1 and logged successfully but i keep tryping commands but i see it in the putty console after 14 times of typing itYou lost me i have no clue what you asking lol
mm no i mean its not showing the command i used before,i have to use other 14 command to show the first one i used hope you get me nowOhh you mean its lagging?
are there any other way to run the tfs on putty ? lolI've reread this post 10 times i still dont know what you mean LOL sorry dude.. If you want to start from the begining you can just clsoe the putty window and reopen it?
ye i noticed but i cant use it dont know why :/i'm sure there is but this is in my opinion the best way to do it =) so you do know you can open multiple putty windows aswell right?
This is what I was about to post as well. Screen is the go-to for many including me.You can use screen
install screen by apt-get install screen
-start server by
screen -L ./tfs
-close screen without terminating the server by
hold ctrl+a+d
-get back to screen by
screen -r
-to terminate screen and server
screen -r
ctrl+c