CS2 Server Addons & Plugins
Complete overview of the addons and plugins available for Counter-Strike 2 servers on FSHOST.
Addons vs. Plugins
- Addons are the core components that the server runs on (Metamod:Source, CounterStrikeSharp, MultiAddonManager). They are preinstalled and maintained automatically - you don't manage them yourself.
- Plugins are the optional features that run on top of those addons (admin tools, game modes, etc.). Availability depends on your server type, as shown in the comparison below.
Core Addons
These core components are preinstalled and maintained automatically on all servers:
| Component | Purpose |
|---|---|
| Metamod:Source | Foundation layer that enables server modifications |
| CounterStrikeSharp - Forked | Server-side modding framework that plugins are built on |
| MultiAddonManager | Handles Workshop content and client downloads |
Automatic Updates
These addons are managed automatically by FSHOST - no manual installation needed.
Plugin Comparison
Available Plugins by Server Type
| Plugin | Free | Pro | Description |
|---|---|---|---|
| CS2-SimpleAdmin | ✕ | ✓ | Essential admin tools and commands |
| FSH-AdminManager | ✕ | ✓ | Advanced admin system with role hierarchy |
| css_rcon | ✕ | ✓ | Execute RCON commands via console |
| FakeRcon | ✓ | ✓ | In-game console RCON access |
| DemoURL | ✕ | ✓ | Auto-post demo links to Discord |
| FixDemoVoiceChat | ✕ | ✓ | Enable voice in demo recordings |
| Deathmatch | ✕ | ✓ | Complete deathmatch mode |
| Retakes | ✕ | ✓ | Bomb site retake practice |
| FSH-MatchZy | ✕ | ✓ | Competitive match management customized |
| OpenPrefirePrac | ✕ | ✓ | Prefire training |
| CS2MapChange | ✓ | ✓ | Simplified map changing |
| Workshop Maps | ✕ | ✓ | Load custom Steam Workshop maps |
| WeaponPaints | ✕ | ✓ | Custom weapon skins |
| Demo Monitor | ✕ | ✓ | Automatic demo file organization |
| TVFIX (CSTV Fix) | ✕ | ✓ | Auto-restart CSTV after matches |
Plugin Details
Fake Rcon
Execute RCON commands directly through your in-game console.
Setup:
fake_rcon_password your_passwordUsage:
fake_rcon status
fake_rcon say "Server restarting in 5 minutes"CS2MapChange
Quick map changes via chat command.
Usage:
!map de_dust2
!map de_mirageCS2-SimpleAdmin
Core administrative functionality for server management.
Features:
- Player kicks and bans
- Chat moderation
- Basic server controls
Admin Manager
Advanced admin system with customisable roles and permissions.
Features:
- Role-based permission system
- Immunity levels
- Flexible admin hierarchy
CSTV Discord
Automatically share match demos to your Discord server.
Requirements:
- Pro server with CSTV enabled
- Discord webhook configuration
Deathmatch
Full-featured deathmatch game mode.
Features:
- Instant respawns
- Weapon selection menus
- Kill/death tracking
Retakes
Practice bomb site retakes with customisable scenarios.
Features:
- Automatic team balancing
- Equipment allocation
- Site rotation
MatchZy
Professional match management with practice utilities.
Features:
- Match configuration system
- Practice mode tools
- Demo recording
- Knife rounds and ready system
Prefire Practice
Train common angle prefire positions on competitive maps.
Features:
- Map-specific scenarios
- Performance tracking
- Progress saving
Weapon Skins
Enable custom weapon skins for players.
Requirements:
- Pro server
Demo Monitor
Automatic demo file organisation for clean server management.
Features:
- Automatically moves completed demos to
/demos/folder - Real-time monitoring of recording status
- Periodic cleanup every 30 seconds
- Safe file handling (prevents corruption)
- MatchZy compatibility
How it helps: Keeps your server files organised by automatically moving finished CSTV demo recordings from the root /game/csgo/ directory into a dedicated /game/csgo/demos/ folder - no more cluttered directories or manual file management.
TVFIX (CSTV Fix)
Prevents CSTV recording failures after matches.
Features:
- Auto-restarts CSTV after match completion
- Smart detection of recording status
- Map change protection
- Toggle command for admins
How it helps: Solves a CS2 bug where CSTV fails to record demos after the first match ends. Automatically restarts SourceTV between matches to ensure reliable demo recording for tournaments and competitive play.
Requirements:
- Pro server with CSTV enabled
Frequently Asked Questions
How do I check which plugins are installed?
Use the following command in the console after RCON authentication:
fake_rcon css_plugins listCan I request additional plugins?
Pro servers: Submit plugin requests through the support panel. Requests are reviewed for compatibility and security.
Free servers: Limited to the plugins listed in the Free column above.
What is a GSLT and why is it needed?
A Game Server Login Token links your server to a Steam account, helping prevent abuse. Some plugins require this. Pro users can configure GSLT in the control panel.
How do I configure plugins?
Pro servers: Configure via FTP access (request in #pro-support on Discord) or via RCON commands.
Configuration methods vary by plugin; refer to the individual plugin's documentation for specifics.