Skip to content
Alexander Gottwald edited this page Jan 21, 2018 · 3 revisions

HTTP Server

Provide a HTTP Server to server files to clients

Configuration

Configuration sample

  • serverPort: Set a fixed port

    By default a random free port will be used. Set this to a fixed free port to allow creating firewall rules

  • publicServerAddress: Set the announced server name or address for download links

    By default the setting "External Server IP Address" will be used for pack URLs. The external address may not be reachable from clients if the server runs behind a firewall or port forwarding is used. This setting may be required when doing port forwarding in the router

  • publicServerPort: Set the announced server port for download links

    By default the serverPort or the automaticly choosen port will be used. The port selected in serverPort may not be reachable when the server runs behind a firewall or when using port forwarding. This setting may be required when doing port forwarding in the router

  • internalServerAddress: Bind the HTTP server to a specific interface (default unset)

    Can be 0.0.0.0 to bind to all interfaces. Default is external ip in server settings.

  • maxThreads: Maximum number of threads to serve downloads in parallel (default 50)

Also see custom maps for troubleshooting advice

Clone this wiki locally