NolimitHost
Last updated: September 18, 2026
FastDL (fast download) lets players download your custom campaigns and content over HTTP from a web server instead of directly from the game server. Without it, downloads go through Source networking at roughly 8 KB/s, so a large campaign can take a very long time.
You host your custom files on a web server and point your game server at them with sv_downloadurl. The folder structure on the web server must mirror the game's left4dead2/ folder, so a file at left4dead2/maps/custom.bsp is served from that same relative path.
left4dead2/cfg/server.cfg in Files and add:
sv_downloadurl "https://fastdl.example.com/left4dead2/"
sv_allowdownload 1sv_downloadurl has a maximum length of 127 characters and must end with a slash. Some hosts require https:// rather than http://.
left4dead2/ folder.maps/, materials/, models/, and sound/..bz2) to speed up transfers. Source clients decompress them automatically.| Problem | Fix |
|---|---|
| Downloads still slow | The URL is wrong, or a file is missing or mis-cased. Open the file's URL directly in a browser to confirm it loads. |
| Nothing downloads at all | Check that sv_allowdownload is 1 and that sv_downloadurl ends with a slash. |
| Clients are blocked by a consistency error | Set sv_consistency 0 in server.cfg for servers running custom content. |
This website uses cookies to ensure security, session management, and basic functionality. For details on all cookies used and how to manage your preferences, please see our Privacy Policy.