# Setting Up Nitrox for Subnautica Multiplayer (/docs/subnautica/install-nitrox)



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

Nitrox is the mod that enables multiplayer in Subnautica. Your XGamingServer already has the Nitrox server installed -- this guide covers setting up the client so you can connect.

> 📝 **Note:** Nitrox works with the original Subnautica, not Subnautica: Below Zero. Make sure you have the correct game installed.

Installing the Nitrox Client [#installing-the-nitrox-client]

<div className="fd-steps">
  <div className="fd-step">
    Download Nitrox [#1-download-nitrox]

    Visit the [official Nitrox website](https://nitrox.rux.gg/) and download the latest Nitrox release.
  </div>

  <div className="fd-step">
    Extract Nitrox [#2-extract-nitrox]

    Extract the downloaded archive to a folder on your computer. Do not extract it into your Subnautica game folder.
  </div>

  <div className="fd-step">
    Run the Nitrox Launcher [#3-run-the-nitrox-launcher]

    Open the Nitrox launcher application from the extracted folder. On first launch, Nitrox will ask you to locate your Subnautica installation.
  </div>

  <div className="fd-step">
    Set Your Subnautica Path [#4-set-your-subnautica-path]

    Point Nitrox to your Subnautica installation folder. This is typically located at:

    ```
    C:\Program Files (x86)\Steam\steamapps\common\Subnautica
    ```
  </div>

  <div className="fd-step">
    Verify the Setup [#5-verify-the-setup]

    The Nitrox launcher should confirm that it has detected Subnautica and is ready to connect. You can now [connect to your server](/docs/subnautica/connect-to-your-server).
  </div>
</div>

Checking Your Nitrox Version [#checking-your-nitrox-version]

Make sure your Nitrox client version matches the server version. You can check the server's Nitrox version in the [XGamingServer Panel](https://panel.xgamingserver.com) under `Startup`.

> ⚠️ **Warning:** Version mismatches between the Nitrox client and server will prevent you from connecting. Always make sure both are running the same version.

If you need help with Nitrox setup, join our [Discord](https://discord.xgamingserver.com) and we will assist you.
