# CS 1.6 Server Map Cycle Configuration (/docs/counter-strike-16/mapcycles)



import { Step, Steps } from 'fumadocs-ui/components/steps';

Creating custom map cycles is an important step in customizing your CS 1.6 server. This guide shows you how to create your own map rotation.

Editing mapcycle.txt [#editing-mapcycletxt]

<div className="fd-steps">
  <div className="fd-step">
    Open the File Manager [#1-open-the-file-manager]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com) and select your server. Go to `Files` and enter the `cstrike` folder.
  </div>

  <div className="fd-step">
    Edit the Mapcycle File [#2-edit-the-mapcycle-file]

    Edit `mapcycle.txt`, add your desired maps, and click save. The maps available for this file are found in `/cstrike/maps/`.
  </div>

  <div className="fd-step">
    Restart Your Server [#3-restart-your-server]

    Restart your server to apply the new map rotation.
  </div>
</div>
