This wiki is using an old backup from 2020
Some information may be old/missing
|
|
Line 2: |
Line 2: |
| <br /> | | <br /> |
| {{VCMPLangs | | {{VCMPLangs |
| | title=Starting your first server | | | title=Ismerkedés a szerverrel |
| | hu=Starting_your_first_server/hu | | | hu=Starting_your_first_server/hu |
| }} | | }} |
Revision as of 03:27, 21 February 2017
Languages:
|
|
Learn how to start a Windows server following these simple steps.
|
|
- 1. Download the blank server.
- 2. Download and 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.
|
|
To keep the server running after closing the terminal we'll use screen
- For 64 bit:
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)
|
|