ID:161413
 
Alright, I've got DreamDaemon working on my Ubuntu server and it runs fine, however I have two things I would like to do..

First off, I connect via PuTTy, would it be possible to have the Daemon server remain active AFTER PuTTy is closed?

Second off, how can I get it to "login" properly? at the moment its hosting under an ?invalid? BYOND key, and servers run by it just report Host as Unknown, how do I get it to login under a byond key?
Bunnie wrote:
First off, I connect via PuTTy, would it be possible to have the Daemon server remain active AFTER PuTTy is closed?

placing an & at the end of the command you use to start deamon should allow you to close putty with deamon continuing to run
In response to Falacy
Falacy wrote:
Bunnie wrote:
First off, I connect via PuTTy, would it be possible to have the Daemon server remain active AFTER PuTTy is closed?

placing an & at the end of the command you use to start deamon should allow you to close putty with deamon continuing to run

DreamDaemon& file.dmb port
Yes?
In response to Bunnie
DreamDaemon file.dmb port &
In response to Falacy
Falacy wrote:
DreamDaemon file.dmb port &

Ahh, I see. Thanks for that. Does that work for all programs that I would install on it?
In response to Bunnie
Bunnie wrote:
Does that work for all programs that I would install on it?

yea, the & should make it run in the background
In response to Falacy
Alright thanks for that.