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 |
m (formatting fixes) |
||
Line 39: | Line 39: | ||
|- | |- | ||
| style="padding:10px;" | | | style="padding:10px;" | | ||
* 1. Open terminal (You can use PuTTy). | * 1. Open terminal (You can use [https://the.earth.li/~sgtatham/putty/latest/x86/putty.exe PuTTy]). | ||
* 2. Create a new user for the server (You can skip this but it is highly recommended that you do). <pre>sudo useradd -d /home/vcmpserver -m vcmp</pre> | * 2. Create a new user for the server (You can skip this but it is highly recommended that you do). <pre>sudo useradd -d /home/vcmpserver -m vcmp</pre> | ||
* 2. Now disconnect and login with the new user account and make sure you're on this directory <pre> /home/vcmpserver/</pre> | * 2. Now disconnect and login with the new user account and make sure you're on this directory <pre> /home/vcmpserver/</pre> | ||
* 3. (FOR 64-bit USERS) Download the server by pasting this in the terminal: <pre>wget http://v04.maxorator.com/server/VCMP04_server_v15_linux64.zip</pre> | * 3. | ||
** (FOR 64-bit USERS) Download the server by pasting this in the terminal: <pre>wget http://v04.maxorator.com/server/VCMP04_server_v15_linux64.zip</pre> | |||
** (FOR 32-bit USERS) Download the x86 server by pasting this in the terminal <pre>wget http://v04.maxorator.com/server/VCMP04_server_v15_linux32.zip</pre> | |||
* 4. Unzip the server by typing (If this doesn't work install unzip using: sudo apt-get install unzip): <pre> unzip VCMP04_server_v15_linux64.zip</pre> For 32 bit: <pre> unzip VCMP04_server_v15_linux32.zip</pre> | * 4. Unzip the server by typing (If this doesn't work install unzip using: sudo apt-get install unzip): <pre> unzip VCMP04_server_v15_linux64.zip</pre> For 32 bit: <pre> unzip VCMP04_server_v15_linux32.zip</pre> | ||
* 4. Make a new directory for the plugins using: <pre> mkdir plugins </pre> | * 4. Make a new directory for the plugins using: <pre> mkdir plugins </pre> | ||
* 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> | |||
* 6. Extract the plugins: <pre> unzip mp04rc2_plugins64_linux.zip OR unzip 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> |
Revision as of 18:33, 20 February 2017
|