minerCPP

Full Version: Running your own minerCPP server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In this short tutorial i will show you how to run your own Minecraft server using minerCPP custom server software.

1. First you need to downlaod minerCPP you can do that here.

2. Now you need to extract the files form the ZIP file
Once you extract the files you will see two files minerCPP.exe and zlib1.dll.

[Image: 17551341.png]

3. Now run minerCPP.exe and close it (this will create additional files).

[Image: 41179057.png]

4. Now open server.CFG with notepad (or any other text editor)

[Image: 72237903.png]

and edit those lines:

Code:
# SERVERNAME
name=Custom Server!        < Type here the name of your server
# WELCOME MESSAGE
motd=Welcome to my server! < Type here the motd of your server
# PORT
port=25565                 < Server port edit this only if you know what are you doing
# MAX PLAYERS
max=16                     < Maximum numbers of players
# PUBLIC
public=true
# VERIFY NAMES
verify-names=true
# BACKUP INTERVAL - MINUTES
backup=30                  < Backup interval (in minutes)
# PHYSICS - WATER
water=false
# PHYSICS - LAVA
lava=false
# PHYSICS - SAND
sand=false

[Image: 79054788.png]

after you done that save the file.

5. it's time to set your self as the owner of the server. You can do this by editing the users.txt (yorname:255):

[Image: 11780089.png]

[Image: 20454919.png]
use lower case only!

after you done that save the file.

6. Now run minerCPP.exe and your done. To connect to your server use the adrees that is stored in external_url.txt.


If your server does not show on the server list or if users can't join your server, check your firewall and router settings for port forwarding help see this site.
Reference URL's