Starting your first server: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
mNo edit summary |
mNo edit summary |
||
Line 61: | Line 61: | ||
** For 64 bit: <pre>./mpsvrrel64</pre> | ** For 64 bit: <pre>./mpsvrrel64</pre> | ||
** For 32bit: <pre>./mpsvrrel32</pre> | ** For 32bit: <pre>./mpsvrrel32</pre> | ||
To keep the server running after closing the terminal we'll use screen | To keep the server running after closing the terminal we'll use '''screen''' | ||
* For 64 bit: <pre>screen ./mpsvrrel64</pre> | |||
* For 32-bit: <pre>screen ./mpsvrrel32</pre> | |||
To view the server console after you've closed the terminal once use: <pre>screen -r</pre> | To view the server console after you've closed the terminal once use: <pre>screen -r</pre> | ||
To close the server press while viewing the console: <pre>CTRL+C</pre> | To close the server press while viewing the console: <pre>CTRL+C</pre> |
Revision as of 00:01, 21 February 2017
|