8000 GitHub - fluse/rcon-io: A simple, but useful web panel to control CS2 servers via RCON
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fluse/rcon-io

Repository files navigation

RCON IO

RCON IO

A simple, but useful web panel to control CS2 servers via RCON

Have a look at these CS2 Server Docker-Images

Features

  • Server Management
  • Map Management with Workshop Support
  • User & Permissions System
  • Clustered Commands as Promts
  • Upcoming - Automations

How to Use

git clone git@github.com:fluse/rcon-io.git
cd rcon-io

With Docker

docker compose build
docker compose up -d

Without Docker

npm install
npm install -g nodemon
npm run build
nodemon --exec npm start

open localhost

Default login

  • Name: gaben
  • Password: money

License

MIT

0