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
No edit summary |
Zihad-VCMP (talk | contribs) mNo edit summary |
||
Line 47: | Line 47: | ||
* 5. (FOR 64-bit USERS) Download the plugins pack: <pre> wget http://v04.maxorator.com/files/plugins/mp04rc2_plugins64_linux.zip </pre> | * 5. (FOR 64-bit USERS) Download the plugins pack: <pre> wget http://v04.maxorator.com/files/plugins/mp04rc2_plugins64_linux.zip </pre> | ||
(FOR 32-bit USERS) Download the plugins pack: <pre> wget http://v04.maxorator.com/files/plugins/mp04rc2_plugins32_linux.zip </pre> | (FOR 32-bit USERS) Download the plugins pack: <pre> wget http://v04.maxorator.com/files/plugins/mp04rc2_plugins32_linux.zip </pre> | ||
* 6. Extract the plugins: <pre> unzip mp04rc2_plugins64_linux.zip OR mp04rc2_plugins32_linux.zip </pre> | * 6. Extract the plugins: <pre> unzip mp04rc2_plugins64_linux.zip OR unzip mp04rc2_plugins32_linux.zip </pre> | ||
* 7. Now go back to the server directory using: <pre> cd /home/vcmpserver </pre> | * 7. Now go back to the server directory using: <pre> cd /home/vcmpserver </pre> | ||
* 5. Open the server.conf file and change the server name and the rest of the stuff using nano (Press CTRL+X than Y to save and close it when done): <pre> nano server.conf</pre> | * 5. Open the server.conf file and change the server name and the rest of the stuff using nano (Press CTRL+X than Y to save and close it when done): <pre> nano server.conf</pre> | ||
* 6. Set permissions using <pre> chmod +x ./mpsvrrel64</pre> For 32 bit: <pre>chmod +x ./ | * 6. Set permissions using <pre> chmod +x ./mpsvrrel64</pre> For 32 bit: <pre>chmod +x ./mpsvrrel32</pre> | ||
* 7. Run the server using <pre>./mpsvrrel64</pre> For 32bit: <pre>./mpsvrrel32</pre> | * 7. Run the server using <pre>./mpsvrrel64</pre> For 32bit: <pre>./mpsvrrel32</pre> | ||
To keep the server running after closing the terminal we'll use screen: <pre>screen ./mpsvrrel64</pre> For 32-bit: <pre>screen ./mpsvrrel32</pre> | To keep the server running after closing the terminal we'll use screen: <pre>screen ./mpsvrrel64</pre> For 32-bit: <pre>screen ./mpsvrrel32</pre> |
Revision as of 10:23, 17 March 2016
|