Skip to content

Siythrun/docker-rcon-web-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 -v /srv/rcon-web-admin:/opt/rcon-web-admin/db  -p 4326:4326 -p 4327:4327 siythrun/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

About

A Docker image that runs rcon-web-admin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%