Runs the rcon-web-admin tool
1M+
This image lets you run the rcon-web-admin administration tool as a Docker container. A great benefit of running rcon-web-admin in Docker, especially in a Docker Composition is that the RCON port of your game server can remain securely isolated within the Docker network.
To get up and running quickly, use
docker run -d --name rcon-web \
-p 4326:4326 -p 4327:4327 \
-e RWA_PASSWORD=password \
itzg/rcon
With that you can follow the regular instructions and access the web UI at http://YOUR_DOCKER_HOST:4326
RWA_ENV is preset to "TRUE" in this image, so all of the environment variables described in rcon-web-admin are available for use.
RWA_PASSWORD : required to be set for the initial user (by default admin) passwordRWA_RCON_HOST : should be set to the Minecraft server's hostname, such as the service name in a Docker Compose deploymentTo run this with the itzg/minecraft-server image, simply download/modify
this docker-compose.yml
and then use docker-compose or docker stack deploy -c to bring up the composition.
With that particular composition, configure a new server as shown here (with an RCON password of "testing")

With the server configured, go to the Dashboard and pick the server "minecraft". The following shows adding a "Console" widget and running the "help" command against Minecraft:

Content type
Image
Digest
sha256:c9521f333…
Size
338.6 MB
Last updated
about 2 years ago
docker pull itzg/rconPulls:
4,590
Jun 29 to Jul 5