How to create a local minecraft server
Mia Moss
Published Mar 21, 2026

There are other answers below:
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. Linux: java -Xms1G -Xmx1G -jar minecraft_server. 1.7.10.jar nogui. The above commands …
Go to your game menu and press “Open to LAN”. Next, it will show your IP address. Write down the IP address, and go back to the title screen and click on multiplayer. Then, click on “Add server”, name the server and then type in the IP address.
Start the server via the Java command java -Xmx1024M -Xms1024M -jar minecraftserver.1.17.1.jar nogui. Set up your connection parameters, find the IP-address and ports to connect, etc. While this is a very popular method for setting up your own Minecraft Multiplayer server, we agree that it involves a bit of work.
In this episode of OMGcraft, Chad shows you how to setup a Minecraft server.Download the Server Jar: IF TH…
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 open TLauncher, choose the version with the TL icon and run the game (it is better to login to the TLauncher.org account). If you select the version without TL icon, you will not be able to connect to the server without a Mojang license. Go to your world and in the Pause menu (Esc) click Open to LAN.
Related Questions
How do I start a Minecraft server?
#1 — Create a server folder. In whatever directory you choose, create a new folder — this is where all of the server files will be downloaded and run from. #2 — Download JAR file. You can download the official Minecraft Server .jar file here. Save it to the server folder you just created. #3 — Create the run script
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 connect to a Minecraft LAN Server?
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.
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