> What do I add to the command so that when I close my SSH client it doesn't
> stop the server?
"screen" is probably your best bet, you can try the "nohup" command, too,
and run the program in the background ("&" at the end of the command).
--ryan.