Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.57 KB

PRE-REQUISITES.md

File metadata and controls

26 lines (20 loc) · 1.57 KB

Logo

Pre-requisites

  • Internet connection to download, update and publish a Killing Floor 2 server.

  • Open needed ports in your router and firewall if you want your server be visible on internet.

    Port Default Protocol What this option controls
    Game Port 7777 UDP This is the main port the game will send connections over
    Query Port 27015 UDP This port is used to communicate with the Steam Master Server
    Web Admin 8080 TCP This port is used to connect to your servers web admin page (if turned on)
    Steam Port 20560 UDP
    NTP Port 123 UDP Weekly Outbreak Only - Internet time lookup to determine correct Outbreak
    Web Server 14320 TCP This port is used to access an embedded web server that hosts banner images
  • Install Oracle JDK 17 or a newer one (Java Development Kit) or OpenJDK in order to be able to execute the launcher.

    • JDK can be downloaded from here.
    • OpenJDK can be downloaded from here.
  • Install Git in your OS.


Back to main page here.