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
m (formatting fixes) |
(Updates and fixes) |
||
Line 17: | Line 17: | ||
|- | |- | ||
| style="padding:10px;" | | | style="padding:10px;" | | ||
* 1. | * 1. [http://forum.vc-mp.org/?topic=33.0 Download] the blank server. | ||
* 2. | * 2. [https://bitbucket.org/stormeus Download] and update the plugins | ||
* 3. Open the server.cfg file and change your server name. | * 3. Open the ''server.cfg'' file and change your server name. | ||
* 4. Run server.exe | * 4. Run ''server.exe'' | ||
* 5. The server can't be accesed from the Internet , you will need to open the server's port | * 5. The server can't be accesed from the Internet, you will need to open the server's port | ||
|- | |- | ||
</div> | </div> | ||
Line 43: | Line 43: | ||
* 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. | * 3. | ||
** (FOR 64-bit USERS) Download the server by pasting this in the terminal: <pre>wget http://v04.maxorator.com/server/ | ** (FOR 64-bit USERS) Download the server by pasting this in the terminal: <pre>wget http://v04.maxorator.com/server/VCMP04_server_v22_linux64.zip</pre> | ||
** (FOR 32-bit USERS) Download the x86 server by pasting this in the terminal <pre>wget http://v04.maxorator.com/server/ | ** (FOR 32-bit USERS) Download the x86 server by pasting this in the terminal <pre>wget http://v04.maxorator.com/server/VCMP04_server_v22_linux32.zip</pre> | ||
* 4. Unzip the server by typing (If this doesn't work install unzip using: sudo apt-get install unzip): <pre> unzip | * 4. Unzip the server by typing (If this doesn't work install unzip using: sudo apt-get install unzip): | ||
** For 64 bit: <pre> unzip VCMP04_server_v22_linux64.zip</pre> | |||
** For 32 bit: <pre> unzip VCMP04_server_v22_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. | * 5. | ||
** (FOR 64-bit USERS) Download the plugins pack: <pre> wget http:// | ** (FOR 64-bit USERS) Download the plugins pack: <pre style="white-space:pre-wrap">wget http://files.thijn.ovh/download/e28b0ee6d2fe39afd019245258507290/vcmp_04rel004_lin64-plug_170220.zip</pre> | ||
** (FOR 32-bit USERS) Download the plugins pack: <pre> wget http:// | ** (FOR 32-bit USERS) Download the plugins pack: <pre style="white-space:pre-wrap">wget http://files.thijn.ovh/download/504c5023ed34f9d655039d2003ca4fa2/vcmp_04rel004_lin32-plug_170220.zip</pre> | ||
* 6. Extract the plugins: <pre> unzip | * 6. Extract the plugins: <pre style="white-space:pre-wrap">unzip vcmp_04rel004_lin64-plug_170220.zip OR unzip vcmp_04rel004_lin32-plug_170220.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.cfg 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.cfg</pre> | * 5. Open the server.cfg 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.cfg</pre> |
Revision as of 23:21, 20 February 2017
|