# Adding a Password to Your Counter-Strike 1.6 Server (/docs/counter-strike-16/set-a-password)



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

Here is how to set a password on your Counter-Strike 1.6 server so only players with the password can connect.

Setting Your CS 1.6 Server Password [#setting-your-cs-16-server-password]

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

    Access the [XGamingServer Panel](https://panel.xgamingserver.com) and open your Counter-Strike 1.6 server.
  </div>

  <div className="fd-step">
    Set the Password [#2-set-the-password]

    In the sidebar, go to `Startup`. Look for `Server Password` and enter the password you want.
  </div>

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

    Restart your server to apply the password.
  </div>
</div>
