> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Install Metamod:Source in Counter-Strike 2

> Install and verify Metamod:Source on your Counter-Strike 2 server to establish the foundation for community plugins, admin tools, and custom game modifications.

## The Foundation of Modding

**Metamod:Source** is the essential technical hook for the Source 2 engine. It functions as the primary "bridge" that enables advanced frameworks, such as CounterStrikeSharp or specialized C++ extensions, to interface directly with the game logic and modify server behavior. Without Metamod, your server is limited to vanilla configurations and basic console variables.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Intermediate
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

## Installation Walkthrough

Follow these steps to correctly initialize the modding environment on your FREAKHOSTING server.

<Steps>
  <Step title="Initialize Maintenance Mode">
    Log in to the [Game Panel](https://games.freakhosting.com) and **Stop** your server. This ensures that the engine is not actively locking the directories we need to modify.
  </Step>

  <Step title="Acquire Latest Assets">
    Visit the [Metamod:Source Snapshot](https://www.sourcemm.net/downloads.php?branch=master) repository. Always download the **Linux** build, as it is the native architecture for our high-performance game nodes.
  </Step>

  <Step title="Deploy Core Files">
    Open the **File Manager** or connect via [SFTP](/portals/game-panel/how-to-connect-via-sftp). Navigate to the `/game/csgo/` directory. Upload the `addons` folder from the Metamod archive directly into this location.

    * **Target Path:** `/game/csgo/addons/metamod/`
  </Step>

  <Step title="Verification">
    **Start** your server. Navigate to the **Console** tab and execute the command: `meta version`. If correctly installed, the console will return specific version and build metadata.
  </Step>
</Steps>

***

## Technical Maintenance

<AccordionGroup>
  <Accordion title="Source 2 Compatibility">
    Counter-Strike 2 requires the modern **master** (v2.x) branch of Metamod:Source. Legacy v1.x builds designed for CS:GO will not function and may prevent your server process from initializing correctly.
  </Accordion>

  <Accordion title="Troubleshooting: Unknown Command">
    If the `meta version` command returns an error, verify your directory structure. The `metamod.vdf` file must be located exactly within `/game/csgo/addons/` for the engine to recognize the hook during the boot sequence.
  </Accordion>
</AccordionGroup>

<Warning>
  ### Updating Metamod

  When Valve releases a major engine update for CS2, Metamod may require a snapshot update to maintain compatibility. We recommend checking the Sourcemm repository following significant game patches if your plugins cease to function.
</Warning>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **CS2:** Infrastructure secured.
</div>
