# How To Set a Password on Your Myth of Empires Server (/docs/myth-of-empires/set-a-password)



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

Setting a password on your Myth of Empires server restricts access to only players who know the password. This is useful for private servers or community groups.

<div className="fd-steps">
  <div className="fd-step">
    Open the XGamingServer Panel [#1-open-the-xgamingserver-panel]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com).
  </div>

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

    Make sure your server is **stopped** before making changes.
  </div>

  <div className="fd-step">
    Go to Startup [#3-go-to-startup]

    In the sidebar, click **Startup**.
  </div>

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

    Find the **Server Password** field and enter your desired password.

    > 📝 **Note:** Leave the password field empty to make the server public (no password required to join).
  </div>

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

    Click **Start** to launch your server with password protection enabled.
  </div>

  <div className="fd-step">
    Share the Password [#6-share-the-password]

    Give the password to players you want to allow on your server. They will need to enter it when connecting through the [server browser](/docs/myth-of-empires/connect-to-your-server).
  </div>
</div>
