# How to Configure Your Escape from Tarkov SPT-Fika Server (/docs/escape-from-tarkov/configure-your-server)



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

The SPT server offers extensive configuration through JSON files. You can adjust everything from loot spawn rates to AI behavior and raid 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">
    Navigate to the Config Directory [#2-navigate-to-the-config-directory]

    Go to `Files` and open the `Aki_Data/Server/configs/` directory. This folder contains all the main configuration files.
  </div>

  <div className="fd-step">
    Edit Configuration Files [#3-edit-configuration-files]

    The key configuration files are:

    | File             | Description                                                  |
    | ---------------- | ------------------------------------------------------------ |
    | `http.json`      | Server IP, port, and connection settings                     |
    | `core.json`      | Core server settings like server name and commit hash        |
    | `gameplay.json`  | Gameplay modifiers such as raid time and extraction settings |
    | `inraid.json`    | In-raid settings including save behavior and co-op options   |
    | `insurance.json` | Insurance return times and chances                           |
    | `location.json`  | Map-specific settings and loot multipliers                   |
    | `ragfair.json`   | Flea market settings including prices and trader behavior    |
    | `trader.json`    | Trader restock and purchasing settings                       |
    | `weather.json`   | Weather and time of day settings                             |
  </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>

Fika Configuration [#fika-configuration]

The Fika mod has its own configuration for co-op settings.

<div className="fd-steps">
  <div className="fd-step">
    Locate the Fika Config [#1-locate-the-fika-config]

    In `Files`, navigate to the Fika server mod directory, typically found in `user/mods/fika-server/assets/configs/`.
  </div>

  <div className="fd-step">
    Adjust Co-op Settings [#2-adjust-co-op-settings]

    You can configure settings such as:

    * **Max Players** - Maximum players per raid
    * **Nat Punching** - Network traversal settings
    * **Force IP** - Force a specific IP for connections
  </div>

  <div className="fd-step">
    Save and Restart [#3-save-and-restart]

    Save the file and restart your server.

    > 💡 **Tip:** Always back up your configuration files before making changes. You can use the `Backups` feature in the panel to create snapshots.

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