How to run several servers on a VPS?
#1
Can anyone explain me how to run several servers on one VPS?
(Ubuntu)
Thanks given by:
#2
http://forum.cubers.net/thread-347-post-...ml#pid5368

use screen to run each server on its own terminal.

http://www.gnu.org/software/screen/
Thanks given by:
#3
Thx!
Thanks given by:
#4
... or just run them as background processes by adding & at the end of the command. You'll have to kill them manually, though (Ctrl+C won't work).
Thanks given by: