Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 4448 days ago | link | parent

Are you on linux on the server? There's a program called GNU screen which lets you run interactive processes and reconnect to them later: https://www.gnu.org/software/screen

You can probably install it with apt-get or yum or something.