Skip to content
/ rcon-io Public

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

License

Notifications You must be signed in to change notification settings

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

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