> ## 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 Change Server Maps in Counter-Strike 2

> Master the administrative command for switching levels in CS2. Learn how to manually change maps via the Game Panel or in-game RCON console.

## Managing the Battlefield

Switching maps is a fundamental administrative procedure for any Counter-Strike 2 (CS2) host. Whether you are transitioning to a standard competitive map for a scrim or moving to a custom community creation, understanding the technical application of the `changelevel` command is essential for maintaining a smooth lobby experience. This guide ensures you can navigate the map pool with precision and efficiency.

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

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

***

## Technical Asset Preparation

Before executing a level change, you must verify that the target assets reside within your server's persistent storage.

* **Storage Path:** Map files are located within the `/game/csgo/maps/` directory.
* **Workshop Assets:** If you are using community-made maps, ensure the server has fully synchronized and downloaded the corresponding Workshop ID before attempting to load the level.

***

## Administrative Map Controls

You can initialize a map change through two primary interfaces depending on your current environment.

<Tabs>
  <Tab title="Game Panel Interface">
    using the [Game Panel](https://games.freakhosting.com) allows you to manage the server without being connected to the client.

    1. Navigate to the **Console** tab.
    2. Input the command: `changelevel de_mirage`.
    3. The engine will instantly terminate the current session and reload the specified map.
  </Tab>

  <Tab title="In-Game RCON">
    If you are actively participating in a session, you can trigger a change via the developer console (**\~**).

    1. Open the console and verify your [RCON Permissions](/games/counter-strike-2/how-to-add-admins-in-cs2).
    2. Input the command: `rcon changelevel de_inferno`.
    3. All active players will be transitioned to the new environment once the loading sequence concludes.
  </Tab>
</Tabs>

***

<Note>
  ### Identifying Technical Map Names

  Always use the precise technical filename of the map (e.g., `de_dust2` rather than "Dust 2"). If the map is part of a Workshop collection, you may need to use the full path provided by the workshop engine, such as `workshop/123456789/map_name`.
</Note>

***

<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:** Level management active.
</div>
