Skip to content

janstuemmel/cs2-rcon

Repository files navigation

CS2 RCON UI

A simple userinterface to interact with a cs2 server via rcon. It provides autocompletion by executing find on the server. Input your command and use Tab to open the autocompletion dialog.

Usage

version: '3.7'

services:
  rcon:
    image: ghcr.io/janstuemmel/cs2-rcon
    environment:
      HOST: my-server.com
      PORT: 27015
      RCON_PASS: my-s3cret
    ports:
      - "3000:3000"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages