Minecraft Server 1.5.2 Download

0 views
Skip to first unread message

Diante Scharsch

unread,
Aug 3, 2024, 4:12:22 PM8/3/24
to heucogelra

I have tried creating a rule in both ESET and Windows firewall to allow the connection, but that hasn't seemed to work. Attached are screenshots of the rule I have tried to create to allow the port. I left everything in the remote field completely blank.

I'm in the remote tab, and I don't see any option to change LAN/WAN. I tried switching the port from the local to remote tab and trying that, but that didn't seem to work. Is there a different IP I have to enter? The one for the router? I think the IP for the router is open on the port, but the one for the computer still says it is closed. Do both have to be open in order for people to connect?

By the exe, do you mean selecting the folder for the server under where it says applications in the local tab? Or something with inputting an IP in one of the fields? I tried both of those and neither worked, but I may have misunderstood your advice.

A portforward from the router to the local LAN address of the computer who have the minecraft server and also you need to make sure that the computer doesn't get a new IP from the router's DHCP so the portforward rule will not break.

Thank you everyone for your help! I finally got it working, and it turns out the problem was just that I was giving the other person the wrong IP to join the server, and nothing with ESET at all lol.

If you want to run a Minecraft multiplayer server by yourself things get kind of involved (see this wiki article for a tutorial). First make sure you can use java from the command line. On Linux and macOS this should already be set up but on Windows you might have to tinker with the PATH environment variable.

I just created a minecraft server and wanted to play with friends so i was going to host it with zrok but the problem is that the tutorial given to host minecraft server is through private share and i dont want all my friends to have complicated tools and access the server through commands to join i just want to do a public share soo how do i publicly share my minecraft server?

Hi @Proximity. At this point, public tcp ports are not offered by zrok. The easiest thing to do is to use your own virtual private server (vps) and run zrok on your home and on the vps. Then you expose the port from the vps.

After they played on vanilla for a while, the requests started to get more exotic. YouTube, a blessing and a curse for the modern dadmin. How about some resource packs? What about a forge server with WorldEdit and the create mod?

In fact, writing this post provided a great example of why this stack is so nice. I had been running things in an alpine java15 container, which I noticed today is, acoording to the README.md, now deprecated in favor of the java15/Debian version.

No, you'll have to go port based. Each entrypoint = 1 route to a minecraft server. To attach a hostname to it, you want to look into SRV records (DNS); SRV records can have pointers that if you visit my.domain.fr it will look up not just the IP, but also the port for Minecraft.

I've been hosting an MC server for months without issues, but within the past couple days other people can't connect to it. I've had people try to connect when I temporarily disabled Windows Defender Firewall, Java Platform SE binary can communicate to both private and public networks, I've temporarily disabled Advanced Security in the xFi app, I've had people try to connect via my IPv4:25565 and IPv6:25565, deleted and recreated the 25565 port forward, and none of the mentioned methods work. I believe the issue lies somewhere in the port forwarding of the server, but I'm also starting to think there may be an issue on the backend with Xfinity that is out of my control.

Xfinity doesn't have their port forwarding correctly setup to port forward to your IPv6 address which is set as the default address if turned on. So turning off your IPv6 address will allow your IPv4 address to be used in the portforwarding process instead. I strongly recommend that Xfinity allows users to use the admin tool for portforwarding again so that this problem will not continue to occur.

@bwood91 No luck unfortunately. Been having this issue for a month and a bit and still no luck. Have you tried the typical methods, such as the method mentioned above, temporarily disabling your firewall, allowing Java SE Binary as an exception to your firewall, etc.?

open Xfinity Xfi app > click ur wifi name right on top next to the wifi icon > tap on "Advanced Security" > click the computer ur hosting on > Unathorized Access Attempt > Threat history> Allow Access

LinkedIn and 3rd parties use essential and non-essential cookies to provide, secure, analyze and improve our Services, and to show you relevant ads (including professional and job ads) on and off LinkedIn. Learn more in our Cookie Policy.

My kids recently asked if they can start playing Minecraft with their friends. After a little discussion I discovered that they were all just playing single player and talking about it later. Well, we all know one of the joys of Minecraft is playing with your friends on a server - so I set about setting up a safe server space for them all.

  • Bedrock: this is the newer 'unified' version that allows cross platform play for every platform except Mac/Linux using the Bedrock Client.
  • Java Edition: this is the original version (kept up to date) that allows cross play for Windows, Mac and Linux provided you are using the Java Edition Client.

After realising that Franck's tutorial is for Bedrock, and my kids would need Java I tried finding and following various tutorials online. Very few of them would work, simply because Amazon moves so quickly with the EC2 Instances, it's hard for tutorials to stay relevant. I even spent a good hour on the phone to a geek mate Jack Skinner to pick his brains looking at ports and routing, tcp/udp - to no avail.

You have a number of options for the type of instance you want. Franck managed to get Bedrock to run on a t2.micro, however the Java Edition is a bit more intense and so you will need a t2.small or a t2.medium to run, depending on how many connections you'll have. For 2 to 3 kids a t2.small will be fine. Once selected click Configure Instance Details.

Here you can enter a Name tag and a value for this. This will show up on the main instance screen and allows you to easily find it if you have lots of instances. You can also tag for a cost centre here too if you split/manage your billing with tags. The last screen is the Security Group screen.

This is the screen where we allow access to the server. I created a security group with the name MineCraft-Server (and a description for easy remembering later), and then added a rule for Custom TCP. Minecraft Java Edition communicates with TCP over port 25565. Set the source to Custom and 0.0.0.0/0 to allow access from anywhere and add a description.

Hit review and launch and fire up your instance. This will pop up a window for creation of a security key pair. Now if you are familiar with SSH and remote connecting to a server, feel free to do this (highly recommended), however if you don't want to faff around with SSH, then choose Proceed without a key pair. (note this means you will NOT be able to SSH to the instance)

AWS removed Java from their Amazon Linux EC2 machines, so we'll have to install a version and this is where I ran into all sorts of issues. I used various tricks to install Java 1.8.0 and OpenJDK Java 11, making sure it was always up to date, but no matter what I did I always ran into an issue where the Minecraft Java Server edition was complied with a newer version. We have to use Amazon Corretto to get Java 16 installed, which will then run Minecraft.

We'll use the EC2 Instance Connect to open up a new browser window with an SSH like terminal in it for working with our box. Check the details (record the Public IP Address - you'll need that for connecting Minecraft later) and click Connect.

But don't get too excited yet, it's about to fail for you. The first time you run this it looks to check if the eula file has been accepted. And because the file never existed it sets one up for you. Your SSH window should look like this.

This will bring you into the file to edit it. Use the arrow keys to move the box cursor around to the end of line with eula=false. Now to edit it hit i on your keyboard and you should see the word -- INSERT -- at the bottom of the screen. You are now in edit mode. Change the false to true.

That's it, now we can start our server - but before we get carried away, if we simply run the java command again now, as soon as we close the SSH window our server will stop running. We need a way to keep it running, so we'll use screen to do that.

I hope that helps - given the speed at which AWS and the world of software moves this might well be out of date as soon as I post it. Maybe it'll help someone, I know it's meant my kids have a server to play on with their friends customised to their needs.

Update: kids had a bit of a nasty surprise today when one of their friends' brother decided to share the server details with not so nice folks. So we very quickly explored creating a whitelist. This isn't hard, you simply create a .json file with the uuid and name of each person you want to allow access to the server, then in server properties you allow white_list to true. For more details check out this article

Go to and download the version for the Arduino. Oh, wait. There isn't one. Perhaps the Windows one could be modified. It's only a 270 KB download. Should fit easily in the Arduino's 32 K of code space. Or not.

c80f0f1006
Reply all
Reply to author
Forward
0 new messages