How to Install MetaMod and Plugins on Your CS2 Server
MetaMod is the foundation for running plugins on a Counter-Strike 2 server. Once MetaMod and CounterStrikeSharp are installed, you can add any compatible plugin by uploading its folder to the server.
To transfer files directly, you can also use an FTP client. See connecting via FTP for setup instructions.
Install MetaMod
- Log in to the Game Control Panel and navigate to your server.
- Click Non-Workshop Mods.
- Install MetaMod from the list.
Edit gameinfo.gi
- Click the Configuration Files icon.
- Open
gameinfo.giusing the text editor. - Locate the following line:
Game_LowViolence csgo_lv // Perfect World content override - Add the following line directly below it:
Game csgo/addons/metamod - Save the changes to
gameinfo.gi.
Install CounterStrikeSharp
- Return to Non-Workshop Mods.
- Install CounterStrikeSharp from the list.
MetaMod is now fully installed and CounterStrikeSharp is active.
Add plugins
- Go to File Manager.
- Navigate to the following path:
csgo/addons/metamod/counterstrikesharp/plugins - Upload the plugin folder into this directory.
The plugin is now installed. To verify loaded plugins, run the following command in your server console:
css_plugins list
You should see MetaMod, CounterStrikeSharp, and your installed plugins listed.