Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] binhex - MinecraftServer

Featured Replies

44 minutes ago, binhex said:

top of the screen, recommended post 'glibc causing random errors'

So I understand correctly that you can also just wait for the next Unraid version to fix the problem?

  • Replies 645
  • Views 224.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • KryptykHermit
    KryptykHermit

    I started understanding how to put this all together and wanted to throw some info out there for those that need it.    First of all, I would recommend that if you are going to use the Vanil

  • I am having issues with the latest Docker image and i cannot access the application, if i look in the log file located at '/config/supervisord.log' then i see the following message:- '/usr/lib/jvm

  • I updated but now my webUI is saying "There is no screen to be attached matching minecraft."  I saw in a previous post binhex said he thought it was browser related.  I am getting the error in other b

Posted Images

  • Author
14 minutes ago, suppenloeffel said:

So I understand correctly that you can also just wait for the next Unraid version to fix the problem?

indeed, but there is no guarantee, latest docker version will have to go through their testing, if its ok then yes it should be included in the next release, and it could be a while off (months).

4 minutes ago, binhex said:

indeed, but there is no guarantee, latest docker version will have to go through their testing, if its ok then yes it should be included in the next release, and it could be a while off (months).

Yes this is not a problem

  • Author
20 minutes ago, binhex said:

indeed, but there is no guarantee, latest docker version will have to go through their testing, if its ok then yes it should be included in the next release, and it could be a while off (months).

lol:-

im off to test and ensure runc is the correct version.

hopefully they've also kicked out all of the bugs 6.9.0 and 6.9.1 have had.

and people wonder why i'm still on 6.7.2.

I am getting

 

"2021-04-15 18:12:00.934970 [info] CUSTOM_JAR_PATH defined as '/config/minecraft/minecraft_server.jar'
2021-04-15 18:12:00.975017 [info] JAVA_VERSION defined as '8'
'/usr/lib/jvm/java-8-openjdk/jre' is not a valid Java environment path"

 

I have been running fine until the update. Did something change in the settings that I need to repath this?

 

 

  • Author
10 hours ago, ku8475 said:

I am getting

 

"2021-04-15 18:12:00.934970 [info] CUSTOM_JAR_PATH defined as '/config/minecraft/minecraft_server.jar'
2021-04-15 18:12:00.975017 [info] JAVA_VERSION defined as '8'
'/usr/lib/jvm/java-8-openjdk/jre' is not a valid Java environment path"

 

I have been running fine until the update. Did something change in the settings that I need to repath this?

 

 

see top of the screen recommended post 'glibc causing random errors'

I've been looking through this thread and can't find any info on adding mods to the binhex minecraft server.  I'm trying to add VR support for one of my friends.

I wonder if i can add the server to my Guacamole?

Is there a way to ssh into a docker? That would be awesome :)

Sorry if this is a total noob question.

All off a sudden I am no longer able to connect to the Web Console. I give's me a 401 error: Bad Request. I've been experimenting with some settings, but I am having the same problem on a clean docker images.

 

Here is the log

 

supervisord.log

  • Author
All off a sudden I am no longer able to connect to the Web Console. I give's me a 401 error: Bad Request. I've been experimenting with some settings, but I am having the same problem on a clean docker images.
 
Here is the log
 
supervisord.log
Try different browsers, I have seen issues with certain browsers

Sent from my CLT-L09 using Tapatalk

So I set up the server to use a max amount of 20480M, at start its says it uses ~7GiB but when one person joins it shots up to ~20GiB. When more people join they quickly get a server time out screen on there end.  Request help troubleshoot problem and hopefully steps to fix error.  

On 5/2/2021 at 10:53 AM, binhex said:

Try different browsers, I have seen issues with certain browsers

Sent from my CLT-L09 using Tapatalk
 

Sorry for the late reply. Different browser fixes the problem. Thanks!

Hey, whenever I want to join my Minecraft server, I get this message. Does anyone know a solution for this?

grafik.thumb.png.29754d9c0a5d7658ac0113424dd06900.png 

So i've started getting this error about 48 hours ago and can't find a work around.  I'm using cloudflare-ddns and using my own domain name instead of just the IP address (found how to do it in a spaceinvader one youtube tutorial)  It's been working fine for weeks but now I'm getting this error.  If I put in the ip address of my host machine I can connect fine but for people outside of my network that want to connect I can't give them my public IP besides it being an unsafe practice dynamic and not always constant.  Any advice on how to fix this would be greatly appreciated.image.thumb.png.fa15baea8f5c2b8ac4493895972408d6.png

On 1/31/2021 at 1:06 AM, dkerlee said:

[SOLVED]

edit /config/minecraft/eual.txt and set it to true

thank you @RasmusR

 

original post below

===================================================

Hello folks, been trying to get this container up and running and have not been able to get the game to connect to the server.

 

Two issues, as far as I know:

There is a service listening on the 8222 port. I am prompted for the username and password. But when I enter them, I get a black screen "There is no screen to be attached matching minecraft."

 

(A suggestion: under the docker, put in a note saying what the two ports are for. I assume 25565 is the game connection server, and 8222 is the web gui (which, is it a gui, or only a command line?).  )

 


root@rubble:~# curl -v localhost:8222
*   Trying 127.0.0.1:8222...
* TCP_NODELAY set
* Connected to localhost (127.0.0.1) port 8222 (#0)
> GET / HTTP/1.1
> Host: localhost:8222
> User-Agent: curl/7.67.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 401 Unauthorized
< Content-Type: text/plain; charset=utf-8
< Server: GoTTY/1.0.1
< Www-Authenticate: Basic realm="GoTTY"
< X-Content-Type-Options: nosniff
< Date: Sun, 31 Jan 2021 04:12:32 GMT
< Content-Length: 12
<
Bad Request
* Connection #0 to host localhost left intact

 

 

I did change the port from default, 25565 to 25348 - but it doesn't look like anything is listening on that port.

 


root@rubble:~# curl -v localhost:25565
*   Trying 127.0.0.1:25565...
* TCP_NODELAY set
* connect to 127.0.0.1 port 25565 failed: Connection refused
* Failed to connect to localhost port 25565: Connection refused
* Closing connection 0
curl: (7) Failed to connect to localhost port 25565: Connection refused
root@rubble:~# curl -v localhost:25348
*   Trying 127.0.0.1:25348...
* TCP_NODELAY set
* Connected to localhost (127.0.0.1) port 25348 (#0)
> GET / HTTP/1.1
> Host: localhost:25348
> User-Agent: curl/7.67.0
> Accept: */*
>
* Recv failure: Connection reset by peer
* Closing connection 0
curl: (56) Recv failure: Connection reset by peer
root@rubble:~#

 

 

The docker log (I redacted the admin password)

https://pastebin.com/87tbGufS

 

root@rubble:~# nc -v localhost 25348

Connection to localhost 25348 port [tcp/*] succeeded!

 

root@rubble:~# nc -v localhost 25565
nc: connect to localhost port 25565 (tcp) failed: Connection refused

 

so that's good, but still Minecraft just won't connect to anything. When connecting, I should go to Multiplayer > Direct Connection > "192.168.11.53:25348"

 

I've forwarded the port 25348 on my router from external to my internal unRaid box port, just like I do other services that do work, and head to my duckdns subdomain, and no luck there either.

 

Error in Minecraft is "Failed to connect ot the server.

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information.

8RaIeu5.png

 

The other settings from the docker
Repository: binhex/arch-minecraftserver

network type: bridge

Console Shell command: Shell

Privileged: OFF

Host Port 1: 25348

Host Port 2: 8222

Key 1: 12

Key 2: 14

Key 3: yes

Key 4: yes

5: admin

6: xxxxxx

7: Minecraft Java

8: 512M

9: 1024M

10: 1

11: 000

12: 99

13: 100

 

I am sure I forwarded the port correctly through the router - but using ismyportopen.com, I get a negative.

QcIPq4m.png

How did you fix this?  The EULA is already set to true for me and I'm getting the io.netty. . . error  

Hi guys, I just installed this (binhex-minecraftserver) docker image on my unraid.

The pull went all right, but my container stopped working with this error line in the log file:

 

xxxx-XX-xx xx:XX:xx.964990 [info] JAVA_VERSION defined as '8'
'/usr/lib/jvm/java-8-openjdk/jre' is not a valid Java environment path

 

Not so weird at all, because I never installed any java on my tower.

I had already did a repull force last version update, in the hope it would also immediatly instaal java or openjdk8.
That is what I found with a simple google search.

Unlucky me, it did not install java or even a open source version of the needed data....

 

My question is how can I install java or openjdk on my unraid tower...?

I have already tried to install that via a dockerhub container called openjdk8, and furthermore running that installed docker, but that didn't solve a thing.

 

I am a huuuuge newbie with docker and unraid so how do I get the right files needed for the container "binhex-minecraftserver"?

So that I can at least change the path or so that the files are on the right place as for the docker.

 

Thanks in advance.
Regards, Rik

  • 2 weeks later...
On 5/24/2021 at 3:28 AM, rikdegraaff said:

Hi guys, I just installed this (binhex-minecraftserver) docker image on my unraid.

The pull went all right, but my container stopped working with this error line in the log file:

 


xxxx-XX-xx xx:XX:xx.964990 [info] JAVA_VERSION defined as '8'
'/usr/lib/jvm/java-8-openjdk/jre' is not a valid Java environment path

 

Not so weird at all, because I never installed any java on my tower.

I had already did a repull force last version update, in the hope it would also immediatly instaal java or openjdk8.
That is what I found with a simple google search.

Unlucky me, it did not install java or even a open source version of the needed data....

 

My question is how can I install java or openjdk on my unraid tower...?

I have already tried to install that via a dockerhub container called openjdk8, and furthermore running that installed docker, but that didn't solve a thing.

 

I am a huuuuge newbie with docker and unraid so how do I get the right files needed for the container "binhex-minecraftserver"?

So that I can at least change the path or so that the files are on the right place as for the docker.

 

Thanks in advance.
Regards, Rik

If you scroll up in this thread someone else has had the same Problem und the Solution is at the top of the page "glibc causing random errors". 

 

23 hours ago, binhex said:

In preparation for the onslaught of 'I've just updated to Cliffs and Caves update 1.17 and now it won't start' messages that will hit tomorrow, please see Q2. from the FAQ:-

https://github.com/binhex/documentation/blob/master/docker/faq/minecraftserver.md

 

Hint:- Cliffs and Caves ver 1.17+ requires Java 16

 

I hit [edit]  on the container, and while I see OTHER Java-related variables, I don't see one for JAVA_VERSION.  Do we need to add this manually?   Just trying to stay ahead of impatient 10 year-olds. :)

  • Author
Just now, TD2779 said:

 

I hit [edit]  on the container, and while I see OTHER Java-related variables, I don't see one for JAVA_VERSION.  Do we need to add this manually?   Just trying to stay ahead of impatient 10 year-olds. :)

ahh it sounds like you have an outdated template, short answer is yes you will need to add it in that case, see here Q8:- https://github.com/binhex/documentation/blob/master/docker/faq/unraid.md

just curious how to actually update my server to 1.17 sorry if this easy i just cant seem to figure it out.

i did the java - 16 thing. even tried switching out the jar files within but it just switched back? so idk.

So to clarify an easy path for people, do we just shut down the docker and then change the java version in the edit menu to 16 and fire it back up? Is there an official way to update the server to 1.17? I saw online some people say just replace the .jar with a new one of the same name.

I didn't find any update feature or script.  This is what I did for a manual update: maybe it will help someone.

 

I'm new to Minecraft.  If it updates often, I'll get a script together.

 

1. stop the container

2. ssh root@<my unraid raid server>

3. cd /mnt/user/appdata/<my minecraft container config directory>/minecraft

4. wget https://launcher.mojang.com/v1/objects/0a269b5f2c5b93b1712d0f5dc43b6182b9ab254e/server.jar -O minecraft_server.jar

5. chmod 775 minecraft_server.jar && chown nobody:users minecraft_server.jar

6. start the container

 

-Brian

Edited by TheBrian

  • Author
5 minutes ago, TheBrian said:

I didn't find any update feature or script.  This is what I did for a manual update: maybe it will help someone.

 

I'm new to Minecraft.  If it updates often, I'll get a script together.

the image will get auto updated once my trigger script kicks in and detects a new version of minecraft, so you will see a new image land probably in the next 30 mins or so, its fully automated.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.