How to Add Mods to Your Counter-Strike 2 Server
To use plugins and mods on your CS2 server, you need Metamod and CounterStrikeSharp as a base framework.
Install Metamod
Download Metamod
Download the latest version of Metamod:Source for CS2.Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Upload files
Extract the archive and upload theaddonsfolder to the following directory:/game/csgo//game/csgo/Edit gameinfo.gi
Open the file/game/csgo/gameinfo.giand find the line:Game_LowViolence csgo_lvGame_LowViolence csgo_lvAdd a new line below it:
Game csgo/addons/metamodGame csgo/addons/metamodStart the server
Start your server. Verify with the console commandmeta listthat Metamod has been loaded.
Install CounterStrikeSharp
Download CounterStrikeSharp
Download the latest with-runtime version from CounterStrikeSharp.Upload files
Extract the archive and upload theaddonsfolder to the following directory:/game/csgo//game/csgo/Restart the server
Restart your server. Verify withcss_plugins listthat CounterStrikeSharp has been loaded.
Install plugins
Download plugin
Download the desired plugin.Upload plugin
Upload the plugin folder to the following directory:/game/csgo/addons/counterstrikesharp/plugins//game/csgo/addons/counterstrikesharp/plugins/Restart the server
Restart your server.
Warning
Always stop your server before uploading files. After a CS2 update, Metamod, CounterStrikeSharp and plugins may be incompatible — check for updates beforehand.