How to let others join your minecraft server

Inviting Players to Join: Anyone you give your external IP address to will be able to play on your Minecraft server.

Have players joining your server follow the steps below:
  1. In Minecraft, click “Multiplayer.”
  2. Click “Add Server.”
  3. Enter a server name.
  4. Enter the server address. …
  5. Click Done.

How to play with friends on Minecraft: Java

Servers are the basic building block of Minecrafts multiplayer mode. Everyone who wants to play together must be on the same server.

There are already thousands of Minecraft servers available, which you and your friends can join to play together in a matter of seconds. For more information, see the section below on how to join a friends-only or public server. The fact that you will be sharing these servers with many individuals you do not know is the only drawback.

You can set up a free Minecraft server if you and your friends want to play in private. Just be aware that it requires some effort and that whoever creates the server must possess a reliable computer with a quick internet connection. Check out one of the other options if that doesn’t suit your needs.

The steps required to either join an existing Minecraft: Java Edition server or set up your own multiplayer server are listed below.

1. Launch Minecraft and select Multiplayer.

2. Click Add Server.

3. Enter the host servers address in the Server Address box, then click Done. This might be an IP address, or a URL.

4. Wait for the server to connect, then click Join Server when it appears in the list.

Create and join your own server

Following are the instructions for configuring a server on a Windows 10 computer. But the procedures ought to be nearly identical, if not identical, for both Linux and Mac computers.

1. Open your preferred web browser, then go to the minecraft website. net/download. Scroll down and click Java Edition Server.

2. Locate and save the Minecraft server software to a location where you can find it on the following page. The file will have a . jar extension.

3. On your computer, make a new folder with any name you like and put the jar file you downloaded inside of it. This is where youll keep all your server files.

4. Next, youll need to create a plain text document. Right-click in the folder and select New, then Text Document. Name the text document “start. txt. “.

Quick tip: On a Mac, you can make a . txt document using the TextEdit application. You can use the “cat” command in the terminal in Linux.

5. Navigate back to the Minecraft server download webpage. Copy the command text, which reads:

java -Xmx1024M -Xms1024M -jar minecraft_server.1.18.2.jar nogui

Keep in mind that depending on the most recent version of Minecraft, the numbers near the end will change.

6. Paste the string of command text into your start. txt document.

7. The words “minecraft_server” can be found within the command string. 1. 18. 2. jar. You must change the name of that section of the text to “server”. jar. Thus, the new line of code will now read as follows:

java -Xmx1024M -Xms1024M -jar server.jar nogui

8. In this line of code, you can also alter the server’s RAM allocation. Your server will operate more smoothly if you give it more RAM, but your computer will work harder as a result.

9. The first two numbers in the line of code, which represent the RAM’s size in megabytes (MB), determine how much RAM is available. One gigabyte (GB) of RAM, or 1024 MB, is the setting by default.

For example, you can allocate at least 2GB of RAM to a five or more player server by changing the code to:

java -Xmx2048M -Xms2048M -jar server.jar nogui

A quick reminder: One gigabyte of RAM is equivalent to 1,024 megabytes, not 1,000, unlike storage space. Therefore, increase the RAM size by multiples of 1,024 megabytes.

10. Select “All Files (*)” from the drop-down menu when you can choose “Save as type” by clicking File, then “Save As…” *) and name the file “start. bat. “.

11. Delete the “start.txt” file.

12. Double click the “start. bat” file to execute it, which launches a black command prompt window that shuts down when the bat file is complete.

13. A “eula” and other new items can be found in the server folder. txt” document, short for “End User License Agreement. Change the line of code that reads “eula=false” to “eula=true” by opening the document. “.

14. Run the start. bat file again. Due to the fact that your servers’ world is being generated this time, the wait will be longer than before.

Technically, your server is now ready to start up, and you’ll also notice a few new files in your server folder, such as the “server.txt” file. properties” file where you can customize your game.

However, at the moment, only devices connected to the same internet connection as you can access your server. To make your Minecraft server accessible to users outside of your local network, you must configure port forwarding.

Theres a few different ways to set up port forwarding, and instructions youll need specific to your router can be found here. Once youve set it up, give your friends your IP address, and theyll be able to join.

However, here’s how to get started exploring your new server in the interim.

1. Launch Minecraft and choose Multiplayer while your server is up and running.

2. Select Add Server in the bottom-right corner.

3. Put the word “localhost” or the number “0” in the server address field.

Use a LAN server

This approach is ideal if you want to play with your siblings, roommates, or just friends who live next door. LAN servers, also known as local multiplayer servers, enable you to play alongside anyone on the same ethernet or Wi-Fi network.

Heres how to launch and join a local multiplayer game:

1. One of the players should start a solo game world and select Open to LAN from the pause menu.

2. Choose the game mode and whether to allow cheats in the menu that appears, then click Start LAN World.

3. The player will then see a five-digit “port” number before the menu closes. Mark this number down. If it’s gone, press T to access the chat box and look for it there.

4. Launch Minecraft for the other player or players on the same network, but before entering a world, select Multiplayer from the main menu.

5. The shared local network will begin automatically searching for games when Minecraft is launched. Click Join Server when the right world appears.

6. The players should click Direct Connection if it can’t find the server. Enter the IP address of the computer hosting the server in this menu’s field labeled “Server Address,” followed by a colon (:), and the five-digit port number.

So for example, it might look like:

168.212.226.204:58728

7. Click Join Server.

How To Join To Your Own Minecraft Server (Get Your Friends On Your Minecraft Server)

FAQ

Why won’t my Minecraft server let people join?

Check that your network connection is enabled and that no applications are blocking outgoing connections if you’re experiencing a “Failed to Connect to Server” error. Try turning off any installed firewall software or altering its settings. Restart your modem/router.

Leave a Comment