An open API service indexing awesome lists of open source software.

https://github.com/fluse/rcon-io

A simple, but useful web panel to control CS2 servers via RCON
https://github.com/fluse/rcon-io

counter-strike cs-server-manager cs2 cs2-rcon cs2-server cs2rcon cs2server csgo csgo-server-manager dedicated-server game rcon rcon-manager valve web-ui

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# RCON IO

![RCON IO](./public/mood.png)

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

Have a look at these CS2 Server Docker-Images
- [joedwards32/CS2](https://github.com/joedwards32/CS2)
- [Soren90/cs2-docker](https://github.com/Soren90/cs2-docker)

### Features
- Server Management
- Map Management with Workshop Support
- User & Permissions System
- Clustered Commands as Promts

## How to Use

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

### With Docker
```bash
docker compose build
docker compose up -d
```

### Without Docker

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

open [localhost](http://localhost:3000)

## Default login
- Name: gaben
- Password: money

# License
MIT