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
Zihad-VCMP (talk | contribs) mNo edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
* 1. Download the blank server: http://forum.vc-mp.org/?topic=33.0 | * 1. Download the blank server: http://forum.vc-mp.org/?topic=33.0 | ||
* 2. Update the plugins | * 2. Update the plugins | ||
* 3. Open the server. | * 3. Open the server.cfg file and change your server name. | ||
* 4. Run server.exe | * 4. Run server.exe | ||
|- | |- | ||
Line 49: | Line 49: | ||
* 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> | ||
* 5. Open the server. | * 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> | ||
* 6. Set permissions using <pre> chmod +x ./mpsvrrel64</pre> For 32 bit: <pre>chmod +x ./mpsvrrel32</pre> | * 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> |
Revision as of 08:32, 2 April 2016
|