https://github.com/max-pfeiffer/rust-web-rcon
Docker image and Helm chart providing the websocket Rcon client from Facepunch. Multi arch: linux/amd64, linux/arm64
https://github.com/max-pfeiffer/rust-web-rcon
helm helm-chart kubernetes rcon rcon-client rust websocket
Last synced: about 2 months ago
JSON representation
Docker image and Helm chart providing the websocket Rcon client from Facepunch. Multi arch: linux/amd64, linux/arm64
- Host: GitHub
- URL: https://github.com/max-pfeiffer/rust-web-rcon
- Owner: max-pfeiffer
- License: mit
- Created: 2025-04-25T08:15:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-14T17:13:35.000Z (5 months ago)
- Last Synced: 2026-01-14T21:21:27.233Z (5 months ago)
- Topics: helm, helm-chart, kubernetes, rcon, rcon-client, rust, websocket
- Language: JavaScript
- Homepage: https://hub.docker.com/r/pfeiffermax/rust-web-rcon
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://python-poetry.org/)
[](https://github.com/astral-sh/ruff)
[](https://github.com/max-pfeiffer/rust-web-rcon/actions/workflows/pipeline.yaml)
[](https://github.com/max-pfeiffer/rust-web-rcon/actions/workflows/helm-release.yaml)


# Rust Web Rcon Client - Docker Image and Helm Chart
Docker image providing the [websocket Rcon client from Facepunch](https://github.com/Facepunch/webrcon). This multi-architecture image supports
linux/amd64 and linux/arm64 architectures.
## Docker Image Usage
Run the Docker image like this:
```shell
docker run --rm -it --publish 80:80 pfeiffermax/rust-web-rcon:latest
```
Then point your browser to `http://localhost`.
## Helm Chart
The installation is done as follows:
```shell
$ helm repo add rust https://max-pfeiffer.github.io/rust-web-rcon
$ helm install rust-web-rcon rust-web-rcon/rust-web-rcon --values your_values.yaml --namespace yournamespace
```