-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having trouble connecting to the rcon #12
Comments
Do the rcon web container logs show anything? Try adding the env var |
Same problem here. with this docker-compose.yml file:
Doesn't work either with RWA_RCON_HOST set to mc |
I have the same issue. I just completely deleted my old MC volume and all old images and re-setup everything with your sample compose file: services: Log after start-up:
BTW I also tried to change the server in the RCON Web admin to the local IP which was b42a062394f0 itzg/minecraft-server "/start" 16 hours ago Up 16 hours (healthy) 0.0.0.0:25565->25565/tcp, :::25565->25565/tcp, 25575/tcp mincecraft_mc_1 |
And there is nothing in the log files on the RCON container:
|
Using the example still works fine for me: https://github.com/itzg/docker-rcon-web-admin/blob/master/docker-compose.yml Start from there and make one change at a time until you find where the config is wrong. |
Like I said that was the compose example I used. I only added the restart always and the TimeZone option. But I will retry again without those set. |
Same thing, blank slate using default compose config. No error in the rcon running container or with RCON on the minecraft container. What does you local docker network look like? Here is mine: NETWORK ID NAME DRIVER SCOPE root@neutral:~/Compose-configs/mincecraft# docker inspect 985a7249b06f root@neutral:~/Compose-configs/mincecraft# docker inspect bridge That's all I can think of. |
|
Same issue here. Using provided docker compose file with 0 modifications. I get the same image as OP. |
I'm seeing the following in the rcon admin container logs:
Could this be part of the issue? I am using the example compose file here: https://github.com/itzg/docker-rcon-web-admin/blob/master/docker-compose.yml. I haven't changed anything from that. One thing of note: When I run through portainer, the container names are modified to be this:
The name of the Portainer stack I created was called "minecraft." |
Sorry, I had forgotten to update the example due to the default, randomized RCON password feature. Please use the latest: https://github.com/itzg/docker-rcon-web-admin/blob/master/docker-compose.yml |
Looks like it works now. Thanks! |
Hi, I'm still having this issue, i set the password in my docker-compose.yml but it still changes everytime. So i cannot connect to rcon : minecraft-kingdom-survie: webMc: any idea ? |
As far as the RCON_PASSWORD generation, I am not able to recreate that part of the issue. Creating a container with
and then checking the properties file shows the requested password:
|
I just tried a fresh instance and the example still works fine for me https://github.com/itzg/docker-rcon-web-admin/blob/master/docker-compose.yml |
Just as an update I have never got this to work on my home configuration. I used your default compose configuration and it has never worked. It looks like the web rcon connects:
But the screen is just blank (I used to get the error of "perhaps it is down". So an improvement but still not working. I am about to just blow my entire docker install away and retry. |
I just completely re-installed docker and removed all volumes and images and still does not work. There are not even any logs in the rcon container to TS. So if anyone get's it to work would appreciate and tips you have. |
I had issues running this docker image for the longest time as well. I did not realize that both ports 4326 and 4327 need to be available to get the WebUI to work. Using F12 / looking at the web console it will throw an error every few seconds that it can't connect to the 4327 port if you access the webpage over 4326. Port-forwarding / allowing both ports access to the browser fixed it for me |
Hello,
I have a minecraft server running in a docker container and I can't connect to it via this tool.
I've checked the other issues and tried what I could, but no success.
My docker-compose for the server is:
And the docker-compose for the rcon is:
The folder structure is as follows:
Also the docker network:
I've also tried using only one docker-compose file, same results:
Any help is much appreciated! Thanks in advance!
The text was updated successfully, but these errors were encountered: