# Configuring Your Subnautica Nitrox Server (/docs/subnautica/configure-your-server)



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

The Nitrox server for Subnautica offers several configuration options. This guide covers how to access and modify your server settings.

Server Configuration [#server-configuration]

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

    Access the [XGamingServer Panel](https://panel.xgamingserver.com) and `Stop` your server.
  </div>

  <div className="fd-step">
    Open the Configuration File [#2-open-the-configuration-file]

    Go to `Files` and locate the `server.cfg` file in the Nitrox server directory. This file contains the main server settings.
  </div>

  <div className="fd-step">
    Edit Server Settings [#3-edit-server-settings]

    Common settings you can adjust in the configuration file include:

    * **ServerPort** - The port the server runs on
    * **SaveName** - The name of the save file
    * **GameMode** - The game mode (Survival, Freedom, Hardcore, Creative)
    * **MaxConnections** - Maximum number of players
    * **DisableConsole** - Whether to disable the server console
    * **AutoSaveInterval** - How often the server auto-saves (in milliseconds)
    * **DefaultPlayerPerm** - Default permission level for new players
  </div>

  <div className="fd-step">
    Save and Start Your Server [#4-save-and-start-your-server]

    Save your changes and start your server to apply the new settings.
  </div>
</div>

Permission Levels [#permission-levels]

Nitrox supports different permission levels for players:

| Permission | Description                                  |
| ---------- | -------------------------------------------- |
| Player     | Default permissions, normal gameplay         |
| Moderator  | Can kick players and use moderation commands |
| Admin      | Full access to all server commands           |

> 💡 **Tip:** Some settings like game mode and max connections can also be adjusted from `Startup` in the panel.

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