Minecraft 1.7.10 Server Download

0 views
Skip to first unread message

Enon Zoberman

unread,
Jul 21, 2024, 4:56:11 AM7/21/24
to payleisefoolp

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?

minecraft 1.7.10 server download


Download ››››› https://tlniurl.com/2zv6mC



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.

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.

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.

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 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.

Hello, I am trying to use zrok to get a minecraft server ip and I followed the steps from this video " =Sq43hp6n9rE&lc=UgxV6L6j6depFG0m8n54AaABAg.A3VuYREI2EiA3X10aS9uTz" I followed the steps until the very end and encountered a problem where people are unable to join the world?

I first launched the minecraft server with the properties as shown at the bottom left and I followed this up by enabling zrok with "zrok enable [my private token]" and then running the script (start-server.ps1). Everyone except me (server host) are unable to join even after they input the generated + "minecraft" token. Here are their perspective is shown on the right:

From our YouTube conversation, I'm getting the impression that zrok isn't able to connect to the minecraft server. Can we run a few simple commands and just make sure that things are setup right from the start?

Once you are sure that port 25565 is open -- AND that you see it listening on IPv4 (like I show) 0.0.0.0:25565 then we should be good to start zrok. You can certainly use that script from my personal repo, but we could also run the zrok private share without it. It's easiest to start with an ephemeral one (one that will change every time) by simply running this from the Minecraft server: zrok share private --backend-mode tcpTunnel 127.0.0.1:25565

In the past I've seen people report that they had issues with the version of minecraft, or the server just needed to be restarted etc. I'm happy to DM about this issue too. We also had ipv6/ipv4 issues in the past that are interesting and hard to track down.

After that is working, you would start your zrok client and run that same test connection powershell test but from a client. it should look the same. Here's what it looked like for me when I tested it form the client (left) and the server (right). Notice you see the 127.0.0.1:59305 -> ACCEPT indicating it allowed the traffic in...
image2462886 425 KB

It seems the client side cant connect as the TcpTest returned false (client top image, server bottom image). The client side tried by connecting their zrok by running the clientps1 script and entering their token and finally running the command on powershell.

Wait... does the client side have zrok.exe ui like the server side? If so it has never even showed up once?? This is the server side but its also missing the bottom half compared to the UI shown in the youtube guide.

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.

Yes, sure. It would be possible.
Making a Arduino run Java and then loads the minecraft_server.jar is hard, probably impossible,
But I've seen people make servers for minecraft that dont use Java at all; in fact they used c wich is similar to the arduino programming.

Grab the minecraft server spec, look at the protocol and data management requirements. See if you can come up with a design that will run on a Uno or a Mega and fit in the flash and ram and meet the performance requirements for the number of simultaneous clients you want to use the server.

It's hard to know where to start. My son is running a Minecraft server. To run at a reasonable speed it is on a PC with 4 Gb of RAM. You need Java, you need substantial amounts of memory to hold the world map, mobs, objects, players, etc.

The Minecraft world is made up of "chunks" of terrain. Each chunk is 16 x 16 x 128 blocks. So even if you stored a single byte per chunk (eg. the type of block) that is 32768 bytes for a world comprising a single chunk. The Arduino Uno has 2048 bytes. So you have a major problem straight away.

I wonder, however, if it might be fun (not practical but fun) to have the arduino in some way react to what's happening in-game. An idea might be to have the Arduino hooked up to a series of LED's which serve as a health meter. Even that, however, would be a tricky bit of programming.

Many people are here because they are new to the Arduino, and probably programming, too. These people, such as the OP, should be commended for getting their hands dirty and attempting to dive into a steep learning curve of micro controllers, electronics and low level programming languages.

PaulS works very hard here - he answers many many questions, quite a few of which I look at and think "gosh this person hasn't tried very hard to help themselves". But usually PaulS answers with a hint or prod in the right direction.

It would be different if you were trying something like a "line follower robot", found heaps of hits on Google, but were having a bit of trouble getting it to work. And if you posted your circuit, and your code. Then you would expect a courteous and helpful response. And I expect PaulS would give you one.

I find it a bit sad when posters here discourage people from exploring their ideas, which would provide a great learning experience and potentially amazing projects on an Arduino. Your project shows true hacking spirit.

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.

e59dfda104
Reply all
Reply to author
Forward
0 new messages