2 min readUpdated Aug 25, 2026

How To Install Plugins On Your Military Conflict Vietnam Server

Plugins let you add admin tools, new features and custom gameplay to your Military Conflict: Vietnam server. Metamod:Source and SourceMod both support the game, and we install them for you when you turn the setting on.

We suggest you add a single plugin or extension at a time and check it works before moving on to the next one. Installing a lot of them at once makes it much harder to work out which one is causing a problem.

Enabling SourceMod

  1. 1
    Log in to Bropanel and select your server.
  2. 2
    In the sidebar, go to Settings.
  3. 3
    Enable SourceMod.
  4. 4
    Click Save & Restart to apply your changes.

Once your server has restarted, type meta version and sm version into the console to confirm both are running.

Turning the setting back off stops SourceMod from loading without deleting any of the plugins you have uploaded.

How To Install Plugins

  1. 1
    In the sidebar, go to Files.
  2. 2
    Navigate to the /vietnam/addons/sourcemod/plugins/ directory.
  3. 3
    Upload your plugin files, which usually end in .smx, to this directory.
  4. 4
    Restart your server, or run sm plugins refresh in the server console.

To check your plugins loaded, type sm plugins list into the server console and it will print out everything that is running.

How To Install Extensions

Some plugins need an extension to work. Here's how to add one:

  1. 1
    In the sidebar, go to Files and navigate to the /vietnam/addons/sourcemod/extensions/ directory.
  2. 2
    Upload the extension files, which end in .so for Linux, to this directory.
  3. 3
    If the extension came with a .cfg file, upload it to /vietnam/cfg/sourcemod/.
  4. 4
    Restart your server.

Always make sure you are using extensions built for Linux and for your version of SourceMod.

To check your extensions loaded, type sm exts list into the server console.