Once you have done this; Your VPS will have BYOND installed.
Then you need to log into WinSCP;
Once you are in you simply upload the host files; If you upload it as .zip then remember to unzip via PuTTy!
Then back to PuTTy!
If you made a new directory for your host files them then:
cd the_directory
Just change "the_directory" with your own directory.
Then when you are into the directory you type:
DreamDaemon hostfiles.dmb 5012 -logself -trusted
Let's split it up:
DreamDaemon - Name of the program.
hostfiles.dmb - The name of the host files (.dmb file)
5012 - The port.
-logself - Logs every error and what so ever in a log file.
-trusted - Allow file transfer from the hosted file and so on.
I hope this helped:
I'm in a hurry so sorry if I made any typos.
A question, what do I use to connect? They provided me with a 'SSH Key' but I don't know what thats for. Once i get logged in I think I got it, THANKS!
Or it won't. If it looks like this, your problem isn't with the firewall at all. If it doesn't look like this, post the output here and we can tell you what to do.
Sun May 6 21:38:22 2012
World opened on network port 5012.
Welcome BYOND! (4.0 Public Version 493.1116)
The BYOND hub reports that port 5012 is reachable.
Sun May 6 21:38:22 2012
World opened on network port 5012.
Welcome BYOND! (4.0 Public Version 493.1116)
The BYOND hub reports that port 5012 is reachable.
Well. . . The only possibility I can come up with is that the game itself is corrupt, last try: Did you remember to set permissions for the files? left click - Properties - Octal 0777 ?
Open PuTTy
Login as root (Highly suggested)
Then type in this:
wget http://www.byond.com/download/build/493/ 493.1116_byond_linux.zip
unzip 493.1116_byond_linux.zip
cd byond
sudo make install
DreamDaemon --version
Once you have done this; Your VPS will have BYOND installed.
Then you need to log into WinSCP;
Once you are in you simply upload the host files; If you upload it as .zip then remember to unzip via PuTTy!
Then back to PuTTy!
If you made a new directory for your host files them then:
cd the_directory
Just change "the_directory" with your own directory.
Then when you are into the directory you type:
DreamDaemon hostfiles.dmb 5012 -logself -trusted
Let's split it up:
DreamDaemon - Name of the program.
hostfiles.dmb - The name of the host files (.dmb file)
5012 - The port.
-logself - Logs every error and what so ever in a log file.
-trusted - Allow file transfer from the hosted file and so on.
I hope this helped:
I'm in a hurry so sorry if I made any typos.