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
(Updates and fixes) |
mNo edit summary |
||
Line 54: | Line 54: | ||
* 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> | * 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> | ||
* 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 23:44, 20 February 2017
|