> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Install Workshop Maps in KF2

> Install community maps from Steam Workshop onto your KF2 server using the automated download system. Configure map rotations and manage workshop content.

## Expanding the Rotation

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

> Killing Floor 2 has an integrated Workshop system that allows the server to automatically download and sync map files with connecting clients. This ensures that players always have the correct version of a map without needing to manually browse the Workshop themselves.

| Reading Time |  Difficulty  | Last Updated |
| :----------: | :----------: | :----------: |
|   7 minutes  | Intermediate | January 2026 |

***

## 1. Subscribing the Server

1. Find the **Workshop ID** of the map you want (the number in the URL).
2. Open `PCServer-KFEngine.ini` via the File Manager.
3. Locate the `[OnlineSubsystemSteamworks.KFWorkshopSteamworks]` section.
4. Add a new line for each map:
   `ServerSubscribedWorkshopItems=123456789`

***

## 2. Defining the Map Summary

The server needs to know how to display the map in the menu.

1. Open `PCServer-KFGame.ini`.
2. Add a new map entry at the bottom of the file following this format:
   ```ini theme={null}
   [KF-MapName KFMapSummary]
   MapName=KF-MapName
   ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_Placeholder
   ```

***

## 3. The WebAdmin Shortcut (Recommended)

Managing these files manually is prone to syntax errors. We strongly recommend using the [WebAdmin GUI](/games/killing-floor-2/accessing-kf2-webadmin):

1. Log in to WebAdmin.
2. Navigate to **Workshop Content**.
3. Simply paste the Workshop ID and click **Add**. The system will automatically update both of the `.ini` files mentioned above for you.

***

<Important>
  ### Case Sensitivity

  The `MapName` in your config must match the internal `.kfm` filename exactly. If the Workshop file is named `KF-BikiniBottom.kfm`, using `MapName=Bikini` will cause the server to fail the loading process.
</Important>

<Note>
  ### Support Channels

  If you need assistance or have any questions, please contact our support team:

  * **Live Chat:** Available on our website
  * **Website Ticket:** [Submit a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### First Month Discount

  Use code **KB20** at checkout to get **20% off** your first month of hosting!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **KF2:** Workshop synced.
</div>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>
