> ## 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 Manage Map Rotations in CS 1.6

> Switch maps mid-game, configure default start maps, and install custom scenarios on your Counter-Strike 1.6 server using admin commands and configs.

## Commanding the Battlefield: Map Management

Maintaining a dynamic and diverse map rotation is essential for sustaining player engagement on a legacy Counter-Strike 1.6 server. Whether you are hosting a competitive 5v5 environment or a specialized game mode, knowing how to efficiently switch levels and deploy custom community scenarios is a core administrative skill. The FREAKHOSTING platform provides multiple interfaces for managing your world state, ranging from automated startup parameters to real-time administrative commands.

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

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

***

## Technical Default Map Configuration

To ensure your server initializes on a specific level (e.g., `de_dust2`) following a crash or a scheduled restart, you must define the default map within your startup parameters.

<Steps>
  <Step title="Access Startup Parameters">
    Log in to the [Game Panel](https://games.freakhosting.com) and navigate to the **Startup** tab.
  </Step>

  <Step title="Define Default Map">
    Locate the **Map** (or `MAP`) field.
  </Step>

  <Step title="Initialize Growth">
    Enter the precise technical name of the level (e.g., `de_inferno`) and restart your server to apply the change.
  </Step>
</Steps>

***

## Administrative Map Controls

You can trigger an instantaneous level change using several different administrative interfaces.

<Tabs>
  <Tab title="Native Server Console">
    Type the following command directly into the Game Panel terminal:
    `map [mapname]`
  </Tab>

  <Tab title="AMX Mod X (In-Game)">
    If you are authenticated as an administrator, you can execute a change without leaving the server:
    `amx_map [mapname]`
  </Tab>
</Tabs>

***

## Deployment of Custom Map Assets

Follow these steps to expand your server's topography with community-created scenarios.

<Steps>
  <Step title="Upload Physical Assets">
    use an SFTP client to transfer the **`.bsp`** map file into the `/cstrike/maps/` directory.
  </Step>

  <Step title="Synchronize Resources">
    **Important:** If the map uses custom `.mdl` (models), `.wav` (sounds), or `.wad` (textures), you **must** upload these into their corresponding subdirectories within the `/cstrike/` folder to prevent client-side crashes.
  </Step>

  <Step title="Update the Rotation Registry">
    Open your **`mapcycle.txt`** file located in the root `/cstrike/` directory and add the new map name on a new line to include it in the automated cycle.
  </Step>
</Steps>

<Tip>
  ### Implementing Map Voting

  To empower your community to decide their own gameplay experience, we highly recommend enabling the **`mapchooser.amxx`** plugin. This provides an automated voting menu at the conclusion of every match, allowing players to select the next destination from a predefined list.
</Tip>

***

<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 | **Maps:** Strategic diversity.
</div>
