All Projects → itzg → docker-rcon-web-admin

itzg / docker-rcon-web-admin

Licence: MIT License
A Docker image that runs rcon-web-admin

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-rcon-web-admin

samp-client
GTA SA-MP API client library for Python
Stars: ✭ 21 (-38.24%)
Mutual labels:  rcon, rcon-client
AdminTools
AdminTools for minecraft - rcon and status for mc server and mojang api-s
Stars: ✭ 18 (-47.06%)
Mutual labels:  rcon, rcon-client
rcon-cli
A little RCON cli based on james4k's RCON library for golang
Stars: ✭ 108 (+217.65%)
Mutual labels:  rcon, rcon-client
rconsharp
rconsharp is a Valve RCON protocol implementation written in C# targeting netstandard 2.1
Stars: ✭ 43 (+26.47%)
Mutual labels:  rcon, rcon-client
sc2gears
The COMPLETE (!) source code of the Sc2gears universe (Sc2gears app + Sc2gears Database + web-based parsing engine - bundled in an Eclipse project).
Stars: ✭ 30 (-11.76%)
Mutual labels:  web-app
image-discovery-app-js
JavaScript Image Discovery Web Application. Use to search, discover, filter, and manipulate imagery.
Stars: ✭ 22 (-35.29%)
Mutual labels:  web-app
minecraft-backup
Backup script for Minecraft servers on Linux. Supports screen, tmux, and RCON connections. Supports tar and restic backup format.
Stars: ✭ 140 (+311.76%)
Mutual labels:  rcon
jDrupal
A JavaScript Library and API for Drupal Applications
Stars: ✭ 77 (+126.47%)
Mutual labels:  web-app
Minecraft-Server-Status
✅一个用于显示服务器在线信息及其他内容的网站
Stars: ✭ 22 (-35.29%)
Mutual labels:  rcon
rcon-web-admin
Self hosted, online RCON administration tool for your game server.
Stars: ✭ 70 (+105.88%)
Mutual labels:  rcon
UE4-DedicatedServer
A UE4 plugin which adds proper console support (input) and RCon
Stars: ✭ 40 (+17.65%)
Mutual labels:  rcon
woapp
web模拟安卓操作系统,php开发,内置文件管理,电话,短信,拍照,用在树莓派上可做智能家居,视频监控,机顶盒等……
Stars: ✭ 22 (-35.29%)
Mutual labels:  web-app
apertium-html-tools
Web application providing a fully localised interface for text/website/document translation, analysis and generation powered by Apertium.
Stars: ✭ 36 (+5.88%)
Mutual labels:  web-app
schsrch
Simple and intuitive CIE search engine
Stars: ✭ 35 (+2.94%)
Mutual labels:  web-app
Swiftly
Swiftly is an easy to use Qt/C++ web framework
Stars: ✭ 20 (-41.18%)
Mutual labels:  web-app
docker-horizon-core-web
🐳 Core and Web application service for Horizon by OpenNMS
Stars: ✭ 28 (-17.65%)
Mutual labels:  web-app
vollt
Java libraries implementing the IVOA protocol: ADQL, UWS and TAP
Stars: ✭ 21 (-38.24%)
Mutual labels:  web-app
Smart-Web-App-Banner
Add this small jQuery script to your site & invite your visitors to save your site to their home screen alongside the rest of their apps!
Stars: ✭ 37 (+8.82%)
Mutual labels:  web-app
stockfish-chess-web-gui
Responsive chess web GUI to play against the Stockfish 10 chess engine. Multiple web GUI implementations have also been included.
Stars: ✭ 21 (-38.24%)
Mutual labels:  web-app
mctools
Minecraft Connection Tools - Python implementations of common Minecraft protocols.
Stars: ✭ 27 (-20.59%)
Mutual labels:  rcon

Docker Pulls

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.

Getting Started

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

Options

Environment Variables

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) password
  • RWA_RCON_HOST : should be set to the Minecraft server's hostname, such as the service name in a Docker Compose deployment

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].