# Changing the Map on Your CS 1.6 Server (/docs/counter-strike-16/change-map)



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

This guide covers how to upload custom maps and change the default map on your Counter-Strike 1.6 server.

Uploading Your Custom Map [#uploading-your-custom-map]

Maps are commonly found from public FastDL repositories or sites such as GameBanana. Your server will need to be restarted so the FastDL system can automatically sync your added files -- connecting users will not receive the files until the sync is completed.

<div className="fd-steps">
  <div className="fd-step">
    Stop Your Server [#1-stop-your-server]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com) and `Stop` your CS 1.6 server.
  </div>

  <div className="fd-step">
    Upload the Map [#2-upload-the-map]

    Using SFTP, upload your `map.bsp` file to `cstrike/maps`.
  </div>

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

    Start your server to trigger the FastDL sync.
  </div>
</div>

Changing Your CS 1.6 Server Default Map [#changing-your-cs-16-server-default-map]

<div className="fd-steps">
  <div className="fd-step">
    Open the Startup Page [#1-open-the-startup-page]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com) and select your CS 1.6 server. In the sidebar, go to `Startup`.
  </div>

  <div className="fd-step">
    Set the Default Map [#2-set-the-default-map]

    Find the `Default Map` setting and enter your desired map name.
  </div>

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

    Restart your server to apply the change.

    > 💡 **Tip:** You can also change maps while your server is running by typing `map mapname` into your server console.
  </div>
</div>
