> ## 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 Set Up FastDL HTTP Redirect in KF2

> Set up HTTP redirect for FastDL on your Killing Floor 2 server to speed up custom map and mod downloads by routing clients through an external web server.

## High-Speed Content Delivery

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

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

***

> Large custom maps (often 100MB+) can take several minutes to download using the game's default networking. By enabling **FastDL**, the server tells the player's client to download those files via high-speed HTTP instead. This drastically reduces wait times and prevents players from leaving the loading screen in frustration.

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

***

## 1. Hosting Your Files

1. Compress your `.kfm` (map) files using the **DirectX cooker** or standard compression to the `.uz2` format if possible.
2. Upload these files to an external web server or the URL provided by your FREAKHOSTING FastDL service.

***

## 2. Configuring the Redirect

1. Open `PCServer-KFEngine.ini` via the File Manager.
2. Search for the `[IpDrv.HTTPDownload]` section.
3. Apply the following variables:
   * `RedirectToURL=http://your-fastdl-link.com/kf2/`
   * `UseCompression=true` (Set to true if using `.uz2` files).

***

<Note>
  ### Workshop vs. FastDL

  If you are using the [Steam Workshop system](/games/killing-floor-2/how-to-setup-custom-mapsworkshop-in-kf2), you **do not need FastDL**. Steam handles the high-speed delivery automatically. FastDL is only necessary for custom mods or maps that are NOT hosted on the official Steam Workshop.
</Note>

<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:** FastDL active.
</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>
