css-bans
css-bans copied to clipboard
CSS-BANS is an admin web panel for Counter-Strike 2, powered by CounterStrikeSharp. It allows for comprehensive management of bans, mutes, VIP statuses, skins, ranks, and more on your CS2 servers.
CSS-BANS
Your CounterStrikeSharp Admin Web Panel
Admin web panel for CS2(counter-strike2) for managing bans, mutes, and more on Counter-Strike 2 servers using CounterStrikeSharp
Discord (Support)
Join Discord
For installation GUIDE visit https://docs.cssbans.online
Features
- Manage Bans
- Mange Admins
- Mange Mutes
- List Servers
- View Server Players
- Live Bans/Mutes/Kicks
- Manage Groups
Includes support for Modules
- Ranks (K4system) View/listing [https://github.com/K4ryuu/K4-System]
Requirements
- PHP >= 8.1
- CounterStrikeSharp (GitHub Repository)
- MySQL >= 5.7
- ServerPlayerListFix (Github Repository)
- SimpleAdmin version >= 1.4.0 (GitHub Repository)
- Demo: SITE DEMO
For installation GUIDE visit https://docs.cssbans.online
If you want to contribute for Development
Make CSS BANS Great Again!
- Requires Node.js version >=17
- Requires Laravel Version >=10
### Below steps is only for development purpose
cp .env.exampple .env
## Install dependencies
composer install
php artisan migrate
## Build Assets
npm run build
