Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 769 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 769 Bytes

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