# How to Configure Your Skyrim Together Reborn Server (/docs/skyrim-together/configure-your-server)



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

Here is how to configure your Skyrim Together Reborn server settings.

Editing Server Settings [#editing-server-settings]

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

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

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

    In the sidebar, go to `Files` and open the server configuration file (typically `STServerConfig.ini` or similar).
  </div>

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

    Common settings you can adjust:

    | Setting     | Description                                     |
    | ----------- | ----------------------------------------------- |
    | Server Name | The name displayed to players                   |
    | Password    | Server password for access control              |
    | Max Players | Maximum number of simultaneous players          |
    | Token       | Server authentication token                     |
    | Premium     | Whether to use premium Skyrim Together features |
  </div>

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

    Save the file and start your server for the changes to take effect.

    > 📝 **Note:** You can also configure most settings through the `Startup` page in the panel sidebar, which is often easier than editing config files directly.
  </div>
</div>
