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.
For detailed installation instructions, please visit our Documentation.
- Manage Bans
- Manage Admins
- Manage Mutes
- List Servers
- View Server Players
- Live Bans/Mutes/Kicks
- Manage Groups
- Rcon Panel
- Skins
- Appeal System
- Report Player System
- Ranks (Multi Server Support)
- Ranks (K4system) (Multi Server Support) - View/listing K4-System
- VIP Core - Download from the release tab (Follow the documentation guide)
- Skins (Weapon Paints)
- PHP >= 8.1 (Recommended PHP 8.3)
- CounterStrikeSharp (GitHub Repository)
- MySQL >= 5.7
- ServerPlayerListFix (GitHub Repository)
- SimpleAdmin version >= 1.4.0 (GitHub Repository)
- Demo: Site Demo
- Apache
- Nginx
- Pterodactyl Egg (https://github.com/counterstrikesharp-panel/css-bans-egg)
- Vercel
- Shared Hosting
- cPanel
- Docker
Make CSS-BANS Great Again!
To contribute to the development of CSS-BANS, you'll need:
- Node.js version >=17
- Laravel Version >=10
# Copy the example environment file
cp .env.example .env
# Install dependencies
composer install
# Run database migrations (if this fails, reach out on Discord for the database dump)
php artisan migrate
# Build assets
npm run build
For further information, please visit our Documentation or join our Discord for support.