This wiki is using an old backup from 2020
Some information may be old/missing
|
|
Line 21: |
Line 21: |
| * 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 |
| |- | | |- |
| </div> | | </div> |
Revision as of 11:06, 3 January 2017
Learn how to start a Windows server following these simple steps.
|
|
- 1. Download the blank server: http://forum.vc-mp.org/?topic=33.0
- 2. Update the plugins
- 3. Open the server.cfg file and change your server name.
- 4. Run server.exe
- 5. The server can't be accesed from the Internet , you will need to open the server's port
|
Learn how to start a Linux server following these simple steps.
|
|
(FOR 32-bit USERS) Download the x86 server by pasting this in the terminal wget http://v04.maxorator.com/server/VCMP04_server_v15_linux32.zip
- 4. Unzip the server by typing (If this doesn't work install unzip using: sudo apt-get install unzip):
unzip VCMP04_server_v15_linux64.zip For 32 bit: unzip VCMP04_server_v15_linux32.zip
- 4. Make a new directory for the plugins using:
mkdir plugins
- 5. (FOR 64-bit USERS) Download the plugins pack:
wget http://v04.maxorator.com/files/plugins/mp04rc2_plugins64_linux.zip
(FOR 32-bit USERS) Download the plugins pack: wget http://v04.maxorator.com/files/plugins/mp04rc2_plugins32_linux.zip
To keep the server running after closing the terminal we'll use screen: screen ./mpsvrrel64 For 32-bit: screen ./mpsvrrel32
To view the server console after you've closed the terminal once use: screen -r
To close the server press while viewing the console: CTRL+C
(IN CASE YOU'RE USING THE ROOT USER MAKE A NEW DIRECTORY FOR THE SERVER USING: mkdir vcmpserver)
|
|