Difference between revisions of "Server Setup"
Mayor Mike (talk | contribs) m |
Mayor Mike (talk | contribs) (→Day of Infamy) |
||
Line 22: | Line 22: | ||
== Day of Infamy == | == Day of Infamy == | ||
Day of Infamy is the easiest server to start. It should just be running with the initial start script from before. | Day of Infamy is the easiest server to start. It should just be running with the initial start script from before. | ||
− | |||
*<code> screen -x doi </code> | *<code> screen -x doi </code> | ||
*<code> Ctrl+C</code> to close the server. | *<code> Ctrl+C</code> to close the server. |
Revision as of 21:00, 30 May 2021
Quick guide to setting up the MC server for Admins to follow and to manage the DoI, Terraria and Valheim servers. While the information here is specific to this server, it can be adapted for pretty much any other use case as well.
Getting Started
First, tools needed to get the job done.
Required:
- Terminal Emulator. I personally just use SSH session in a Windows Subsystem for Linux (WSL) shell. You can also just do SSH from CMD, BASH shell or PuTTY.
Recommended:
While you can manage it all just in the Terminal, these tools make things significantly easier and more organized.
Starting Software
Hopefully you will not need to do this, but if there is a power failure or a full system reboot for some reason these steps are important.
- Login to the server. You will see the Welcome Screen.
- Run
sh startserver.sh
and you will see the below:
- All servers listed will start up in their own screen with the associated name. If you cannot remember the name of a screen just issues
screen -ls
Day of Infamy
Day of Infamy is the easiest server to start. It should just be running with the initial start script from before.
screen -x doi
Ctrl+C
to close the server.sh start.sh
to start the server.