# How To Create a cfx.re License Key for Your RedM Server (/docs/redm/create-license-key)



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

A cfx.re license key is required for your RedM server to appear in the server browser and accept player connections. This key is free to generate and links your server to your cfx.re account.

<div className="fd-steps">
  <div className="fd-step">
    Create a cfx.re Account [#1-create-a-cfxre-account]

    Go to [keymaster.fivem.net](https://keymaster.fivem.net/) and sign in or create a cfx.re account. You can sign in with your existing Cfx.re, Discord, or Steam account.
  </div>

  <div className="fd-step">
    Register a New Server Key [#2-register-a-new-server-key]

    Once logged in, click **Register a new server** or navigate to the key registration page.
  </div>

  <div className="fd-step">
    Fill in the Server Details [#3-fill-in-the-server-details]

    Enter the following information:

    * **Label** - A name to identify this key (e.g., "My RedM Server")
    * **Server IP Address** - Your server IP from the [XGamingServer Panel](https://panel.xgamingserver.com) Dashboard
    * **Server Type** - Select **RedM** (not FiveM)
  </div>

  <div className="fd-step">
    Generate the Key [#4-generate-the-key]

    Click **Generate** to create your license key. Copy the key that is displayed.

    > ⚠️ **Warning:** Keep your license key private. Do not share it publicly as it is tied to your account and server.
  </div>

  <div className="fd-step">
    Add the Key to Your Server [#5-add-the-key-to-your-server]

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

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

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

  <div className="fd-step">
    Enter the License Key [#7-enter-the-license-key]

    Find the **License Key** or **sv\_licenseKey** field and paste your cfx.re license key.
  </div>

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

    Click **Start** to launch your server. It should now appear in the RedM server browser.

    > 💡 **Tip:** If your server still does not appear in the browser after adding the key, make sure your [server.cfg](/docs/redm/configure-your-server) is properly configured and the server has fully started. Check the **Console** for any errors.
  </div>
</div>
