Sign inSign up

cwlf/rcon

By cwlf

•Updated over 6 years ago

Image
0

6.1K

cwlf/rcon repository overview

Docker Pulls

This image lets you run the rcon-web-admin⁠ administration tool as a Docker container. A great benefit of runnings rcon-web-admin in Docker, especially in a Docker Swarm or Composition is that the RCON port of your game server can remain securely isolated within the Docker network.

⁠Getting Started

To get up and running quickly, use

docker run -d -p 4326:4326 -p 4327:4327 itzg/rcon

With that you can follow the regular instructions⁠ and access the web UI at http://YOUR_DOCKER_HOST:4326

⁠Options

⁠VOLUMEs
  • /opt/rcon-web-admin/db
⁠PORTs
  • 4326 : web UI
  • 4327 : websocket access from UI

⁠Examples

⁠Running with itzg/minecraft-server

To 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:

Tag summary

Content type

Image

Digest

Size

337.1 MB

Last updated

over 6 years ago

docker pull cwlf/rcon