How You Can Setup Minecraft Server On A Mac - Part 1: Setup Server
These instructions are primarily based on the official mac directions at minecraft site.
For those who don’t want a lot assist, go there. But if you like footage, begin here.
This is the primary a part of a 3 part tutorial:
- Part 1: Setup Server
- Half 2: Setup Local Consumer
- Part 3: Setup Web Consumer
Half 1: Setup Server
Obtain the minecraft server jar file.
Create a listing called ‘server’ and drag the jar file in there.
Make a command file
To make it simple to start out your server, we are going to create a ‘start.command’ file. Double clicking this file will launch your server.
Open TextEdit (/Purposes/TextEdit).
Set the format to plain text.
Copy in the following text.
Be sure to vary the minecraft_server.jar to match the title of the jar in the directory (in my case minecraft_server.1.7.4.jar).
Save it in the same directory as your jar file.
Make this command executable by opening a terminal (/Purposes/Terminal) and typing
chmod a+x
with a space after it. Drag and drop the start.command file into the terminal window after which press enter.
Double click the beginning server to begin the server.
If all works a new server window will open and you will note several errors about lacking recordsdata and directories - don’t fear this is okay.
Congrats! You’ve setup the server. MINECRAFT SERVER HOSTING going to configure Time Capsule so your server runs for everyone on your community.
If you happen to ran into issues, examine this troubleshooting section for fixes.
Troubleshooting server setup
Unable to access jarfile error
If you bought ‘Unable to access jarfile’ when double clicking the start.command file,
the filename in your begin.command file doesn’t match the jar file identify on disk.
Fix this by opening the start.command file
and changing the filename to be appropriate (be sure to get the numbers, in my case, 1.7.Four included within the file title).
Rich-textual content-format error
In case your text file keeps wanting to rename itself begin.rtf, it’s because you haven’t made the text file ‘plain text format’. Go over the instructions again above, and make this file plain textual content format.
Configure Time Capsule
Earlier than any clients can hook up with our server, we need to configure Time Capsule to maintain a static native IP deal with, and tell it what port number our server is going to be working on.
You might have your mom or dad for this step (because it will require Time Capsule password).
Open System Preferences > Network
Click on the superior button in the decrease proper hand corner. And then the ‘TCP/IP’ tab.
The place it says Configure IPv4, change that option to ‘Using DHCP with manual address’.
Change the IP handle to 10.0.1.x, where x could be any number from 1 to 100.
Word the deal with you kind right here: 10.0.1.x. You are going to want it later once we setup the Airport Utility
Hit Ok and return to ‘System Preferences.
You may have to avoid wasting your modifications earlier than leaving the ‘Network’ preferences first. That’s Ok.
Now go to the ‘Sharing’ section of System Preferences and make it possible for Internet Sharing is on.
Do that by first clicking on ‘USB Ethernet’
After which double clicking ‘Internet Sharing’ on the left hand side. When it asks you if you really need to allow Web Sharing say ‘OK’.
Now, open up AirPort Utility and edit your Time Capsule settings.
Click on the Time Capsule picture after which the ‘Edit’ button within the decrease right.
Go below Community and make sure the choice Router Mode is ready to DHCP and NAT. Now, click the + button underneath the Port Settings.
Sort in the following:
- Description: Minecraft Server (or whatever you want to call it)
- Non-public IP Address: The tackle you selected for the 4th step.
Change all the pieces with the word port in it to 25565.
It should look something like this now.
Now hit ‘Update’ and replace the Time Capsule.
Okay. At this point you ought to be good.
You will have a server.
You've a router that is aware of about your server and won’t try to vary your IP handle.
Next we're going to setup the native consumer.
After which after that the internet client.
Public Last updated: 2022-06-28 10:38:30 AM