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
- Host: GitHub
- URL: https://github.com/fluse/rcon-io
- Owner: fluse
- License: mit
- Created: 2023-12-13T12:54:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T22:42:02.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T23:03:59.689Z (over 1 year ago)
- Topics: 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
- Language: TypeScript
- Homepage:
- Size: 168 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RCON IO

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