How to make a local server on minecraft
Jessica Burns
Updated on April 28, 2026
There are other answers below:
To create a server, you have to run the server executable, “Minecraft_Server.exe” or “minecraft_server.jar”. Detailed instructions can be found on the minecraft wiki if you need more help getting set up or run into performance issues. If you are running the server on the same machine as the client, you can connect to “localhost” as the server …
In this episode of OMGcraft, Chad shows you how to setup a Minecraft server.Download the Server Jar: IF TH…
Use the space in the center to enter your computer’s IP address. To connect to a server hosted on the same computer you are running Minecraft on, enter “0” or “localhost”. If you changed the port number in the “server.properties” file, you will need to enter “localhost:” followed by the port number.
The Minecraft Server is now installed and running and a stats window will appear. As we can see in the window, this particular local PC can’t keep up with the resources required to run a multiplayer server, so we’ll be setting this up on a …
In order to actually host the server, you will need a script to run the .jar file. Open a new text file, and copy the following command into it: java -Xmx1024M -Xms1024M -jar minecraft_server.1.16.4.jar nogui. The minecraft_server.1.16.4.jar is the current Minecraft server version available at the time of writing this.
When the local IP and port are found, type them into the “Server Address” field (under either Direct Connect or in the Add Server dialogue), formatted like IP:port (e.g. 192.168.1.1:5000) to join the LAN game. Note: Using one Minecraft account on two or more computers will not work to join the the same world.
Now, enter the address from Hamachi in the IP field (of the PC, on which the server is opened) + port that we got earlier, 25.60.187.78:60000 in the example. If everything is OK, the connection will be established! You can now play on the server with a …
- 1. Run Minecraft. 2. On the main menu, click Multiplayer. 3. Click Add Server. 4. Name your server in the Server Name field. 5. Type “localhost” in the Server Address field. 6. Click Done. 7. Select your server and click Join Server.
- Similar search: how to join a local minecraft server
Related Questions
How do I make a Minecraft server on my computer?
As a prerequisite you should make sure you have Java installed and up to date on the computer that will host the server so it can run .jar files. After you have downloaded it, make a folder on your desktop to keep all your server files in. You can name it “Minecraft Server”.
How to setup a local Minecraft server without mods?
Let’s take a look at how to setup a basic local Minecraft server both with and without mods. There are two ways to approach installing the simple vanilla Mojang-supplied Minecraft server. One method is very Windows-centric as you simply download an .EXE file and run it, with a convenient little graphical user window.
How do I join a Minecraft server?
Let’s join our freshly minted server and see how it looks. In order to join your game you need to be on the same LAN as the host computer and you need to know the IP address of the host computer. With the IP address in hand, fire up Minecraft, click on Multiplayer from the main menu and add the new server or use the direct connect feature.
How do I execute a Minecraft server from a jar?
Execute the server for the first time by running the following command at the command prompt from the directory the.JAR file is located in, of course: Windows: java -Xmx1024M -Xms1024M -jar minecraft_server.1.7.10.jar nogui OS X: java -Xms1G -Xmx1G -jar minecraft_server. 1.7.10.jar nogui