PingRite
Back to Help Center

How to Install Plugins and Mods on your Counter Strike 2 Community Server

Updated March 27, 2026

Plugins let you add new features, automation, and custom gameplay mechanics to your CS2 server. Plugin support is powered by CounterStrikeSharp and Metamod, both of which can be enabled directly from your control panel.


Enabling Plugin Support

You'll need to enable Metamod and CounterStrikeSharp before you can install any plugins:

  1. Open your server control panel and stop your server.
  2. Go to the Server Config tab.
  3. Set to true the MetaMod:Source and CounterStrikeSharp options.
  4. Save your changes and start the server.

On the next startup, your server will automatically download and configure all required files for plugin support.


Installing a Plugin

With plugin support active, you can install any compatible CounterStrikeSharp plugin:

  1. Open the File Manager tab in your control panel.
  2. Navigate to: /game/csgo/addons/counterstrikesharp/plugins
  3. Upload your plugin folder into this directory.

As an example, here's how to install the Auto Map Changer plugin:

  1. Head to the plugin's GitHub page: https://github.com/skaen/Auto-Map-Changer
  2. Go to the Releases section and download the latest version.
  3. Upload the AutoChangeMap folder to: /game/csgo/addons/counterstrikesharp/plugins

Uploading the AutoChangeMap plugin folder to the CounterStrikeSharp plugins directory

  1. Restart your server to load the plugin.

Verifying Plugin Installation

To check that your plugin loaded correctly, open the server console and run: css_plugins list

Output of the css_plugins list command showing active plugins

This will display all currently active plugins on your server.