I am setting up a minecraft server on my dev VPS just for fun. I can RDP in and start up the minecraft server, but as I expected as soon as I log off it kills the server since it is running under my account. How can I make a program keep running even when I log off?

link|improve this question

71% accept rate
feedback

migrated from serverfault.com Mar 23 '11 at 20:33

This question came from our site for system administrators and desktop support professionals.

1 Answer

Turn it into a service using the sc resource kit tool. Have a look here.

link|improve this answer
You can also check this out: minecraftforum.net/viewtopic.php?f=10&t=42337 – pk Mar 23 '11 at 20:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.